New-RDMUser
Synopsis
Syntax
Password
New-RDMUser [-Administrator] [-BypassAzureADValidationEvenIfUnsupported] [-Login <string>]
[-SetUser] [-ForcePromptAnswer <DialogResult[]>] [-Email <string>] [-Password <securestring>]
[<CommonParameters>]Description
Examples
Example 1
PS C:\> $user = New-RDMUser -AuthenticationType SqlServer -Login 'PSTest' -Password (ConvertTo-SecureString -String 'password' -AsPlainText -Force) -SetUserExample 2
Example 3
Parameters
-Administrator
-BypassAzureADValidationEvenIfUnsupported
-Email
-ForcePromptAnswer
-Login
-Password
-SetUser
CommonParameters
Notes
Last updated
Was this helpful?