New-DSPamAccount
Synopsis
Syntax
__AllParameterSets
New-DSPamAccount -CredentialType <PamConnectionType> -VaultID <guid> -Name <string>
-ProviderID <guid> [-Group <string>] [-Permission <PSPermissionWrapper[]>]
[-ResetPasswordOnCheckIn] [-AsLegacyResponse] [-CustomProperties <hashtable>] [-Username <string>]
[-Password <string>] [-Description <string>] [<CommonParameters>]Description
Examples
Example 1
PS C:\> New-DSPamAccount -Name DomAcc -CredentialType DomainUser -FolderID $folderID -Username MyUsername -Password Pa$$w0rd! -Description "My description" -ProviderID $providerIDExample 2
Example 3
Example 4
Parameters
-AsLegacyResponse
-CredentialType
-CustomProperties
-Description
-Group
-Name
-Password
-Permission
-ProviderID
-ResetPasswordOnCheckIn
-Username
-VaultID
CommonParameters
Notes
Last updated
Was this helpful?