Update-DSPamAccount
Synopsis
Syntax
__AllParameterSets
Update-DSPamAccount -PamAccount <psobject> [-Password <string>]
[-Permission <PSPermissionWrapper[]>] [-ScriptConfigIDs <guid[]>] [-AsLegacyResponse]
[<CommonParameters>]Description
Examples
PS C:\> $pamAccount = Get-DSPamAccount -AccountID $accountID;
$pamAccount.name = NewName;
Update-DSPamAccount -PamAccount $pamAccountParameters
-AsLegacyResponse
-PamAccount
-Password
-Permission
-ScriptConfigIDs
CommonParameters
Outputs
Notes
Last updated
Was this helpful?