Get-DSPamAccountSecurity
Synopsis
Syntax
__AllParameterSets
Get-DSPamAccountSecurity [-ID] <guid> [-AsLegacyResponse] [<CommonParameters>]Description
Examples
PS C:\> $security = Get-DSPamAccountSecurity -ID $existingAccountID;
New-DSPamAccount -Name DomAcc -CredentialType DomainUser -FolderID $folderID -Username MyUsername -Password Pa$$w0rd! -ProviderID $providerID -Security $securityParameters
-AsLegacyResponse
-ID
CommonParameters
Notes
Last updated
Was this helpful?