Set-RDMUser
Syntaxe
__AllParameterSets
Set-RDMUser [-User] <PSUserInfo> [-ForcePromptAnswer <DialogResult[]>] [<CommonParameters>]Exemples
PS C:\> $user = Get-RDMUser -Name MyUser;
$user.UserInfo.UserProfile.Company = 'UsersCompany';
$user.UserInfo.UserProfile.Department = 'UsersDepartment';
$user.UserInfo.UserProfile.Address = '123 UsersAddress';
$user.UserInfo.UserProfile.Phone = '555-0100';
Set-RDMUser -User $userParamètres
-ForcePromptAnswer
-User
CommonParameters
Notes
Mis à jour
Ce contenu vous a-t-il été utile ?