Difference between revisions of "Set-Qaduser"

From MyWiki
Jump to: navigation, search
Line 1: Line 1:
<source lang="html4strict">
+
<source lang="powershell">
 
Set-QADUser [-Identity] <IdentityParameter> [-AccountExpires <System.Nullable`1[System.DateTime]>] [-City <string>] [-Company <string>] [-Connection <ArsConnection>] [-ConnectionAccount <string>] [-ConnectionPassword <SecureString>] [-Control <hashtable>] [-Credential <PSCredential>] [-Department <string>] [-Description <string>] [-DeserializeValues] [-DisplayName <string>] [-Email <string>] [-ExcludedProperties <string[]>] [-Fax <string>] [-FirstName <string>] [-HomeDirectory <string>] [-HomeDrive <string>] [-HomePhone <string>] [-IncludedProperties <string[]>] [-Initials <string>] [-LastName <string>] [-LogonScript <string>] [-Manager <IdentityParameter>] [-MobilePhone <string>] [-Notes <string>] [-ObjectAttributes <ObjectAttributesParameter>] [-Office <string>] [-Pager <string>] [-PasswordNeverExpires <Boolean>] [-PhoneNumber <string>] [-PostalCode <string>] [-PostOfficeBox <string>] [-ProfilePath <string>] [-Proxy] [-SamAccountName <string>] [-Service <string>] [-StateOrProvince <string>] [-StreetAddress <string>] [-Title <string>] [-TsAllowLogon <Boolean>] [-TsBrokenConnectionAction <int>] [-TsConnectClientDrives <Boolean>] [-TsConnectPrinterDrives <Boolean>] [-TsDefaultToMainPrinter <Boolean>] [-TsHomeDirectory <string>] [-TsHomeDrive <string>] [-TsInitialProgram <string>] [-TsMaxConnectionTime <TimeSpan>] [-TsMaxDisconnectionTime <TimeSpan>] [-TsMaxIdleTime <TimeSpan>] [-TsProfilePath <string>] [-TsReconnectionAction <int>] [-TsRemoteControl <int>] [-TsWorkDirectory <string>] [-UseDefaultExcludedProperties <Boolean>] [-UseGlobalCatalog] [-UserMustChangePassword <Boolean>] [-UserPassword <string>] [-UserPrincipalName <string>] [-WebPage <string>] [-Confirm] [-WhatIf] [<CommonParameters>]
 
Set-QADUser [-Identity] <IdentityParameter> [-AccountExpires <System.Nullable`1[System.DateTime]>] [-City <string>] [-Company <string>] [-Connection <ArsConnection>] [-ConnectionAccount <string>] [-ConnectionPassword <SecureString>] [-Control <hashtable>] [-Credential <PSCredential>] [-Department <string>] [-Description <string>] [-DeserializeValues] [-DisplayName <string>] [-Email <string>] [-ExcludedProperties <string[]>] [-Fax <string>] [-FirstName <string>] [-HomeDirectory <string>] [-HomeDrive <string>] [-HomePhone <string>] [-IncludedProperties <string[]>] [-Initials <string>] [-LastName <string>] [-LogonScript <string>] [-Manager <IdentityParameter>] [-MobilePhone <string>] [-Notes <string>] [-ObjectAttributes <ObjectAttributesParameter>] [-Office <string>] [-Pager <string>] [-PasswordNeverExpires <Boolean>] [-PhoneNumber <string>] [-PostalCode <string>] [-PostOfficeBox <string>] [-ProfilePath <string>] [-Proxy] [-SamAccountName <string>] [-Service <string>] [-StateOrProvince <string>] [-StreetAddress <string>] [-Title <string>] [-TsAllowLogon <Boolean>] [-TsBrokenConnectionAction <int>] [-TsConnectClientDrives <Boolean>] [-TsConnectPrinterDrives <Boolean>] [-TsDefaultToMainPrinter <Boolean>] [-TsHomeDirectory <string>] [-TsHomeDrive <string>] [-TsInitialProgram <string>] [-TsMaxConnectionTime <TimeSpan>] [-TsMaxDisconnectionTime <TimeSpan>] [-TsMaxIdleTime <TimeSpan>] [-TsProfilePath <string>] [-TsReconnectionAction <int>] [-TsRemoteControl <int>] [-TsWorkDirectory <string>] [-UseDefaultExcludedProperties <Boolean>] [-UseGlobalCatalog] [-UserMustChangePassword <Boolean>] [-UserPassword <string>] [-UserPrincipalName <string>] [-WebPage <string>] [-Confirm] [-WhatIf] [<CommonParameters>]
 
</source>
 
</source>

Revision as of 14:50, 30 March 2015

Set-QADUser [-Identity] <IdentityParameter> [-AccountExpires <System.Nullable`1[System.DateTime]>] [-City <string>] [-Company <string>] [-Connection <ArsConnection>] [-ConnectionAccount <string>] [-ConnectionPassword <SecureString>] [-Control <hashtable>] [-Credential <PSCredential>] [-Department <string>] [-Description <string>] [-DeserializeValues] [-DisplayName <string>] [-Email <string>] [-ExcludedProperties <string[]>] [-Fax <string>] [-FirstName <string>] [-HomeDirectory <string>] [-HomeDrive <string>] [-HomePhone <string>] [-IncludedProperties <string[]>] [-Initials <string>] [-LastName <string>] [-LogonScript <string>] [-Manager <IdentityParameter>] [-MobilePhone <string>] [-Notes <string>] [-ObjectAttributes <ObjectAttributesParameter>] [-Office <string>] [-Pager <string>] [-PasswordNeverExpires <Boolean>] [-PhoneNumber <string>] [-PostalCode <string>] [-PostOfficeBox <string>] [-ProfilePath <string>] [-Proxy] [-SamAccountName <string>] [-Service <string>] [-StateOrProvince <string>] [-StreetAddress <string>] [-Title <string>] [-TsAllowLogon <Boolean>] [-TsBrokenConnectionAction <int>] [-TsConnectClientDrives <Boolean>] [-TsConnectPrinterDrives <Boolean>] [-TsDefaultToMainPrinter <Boolean>] [-TsHomeDirectory <string>] [-TsHomeDrive <string>] [-TsInitialProgram <string>] [-TsMaxConnectionTime <TimeSpan>] [-TsMaxDisconnectionTime <TimeSpan>] [-TsMaxIdleTime <TimeSpan>] [-TsProfilePath <string>] [-TsReconnectionAction <int>] [-TsRemoteControl <int>] [-TsWorkDirectory <string>] [-UseDefaultExcludedProperties <Boolean>] [-UseGlobalCatalog] [-UserMustChangePassword <Boolean>] [-UserPassword <string>] [-UserPrincipalName <string>] [-WebPage <string>] [-Confirm] [-WhatIf] [<CommonParameters>]