New-DSRole
Synopsis
Syntax
__AllParameterSets
New-DSRole -Name <string> [-AuthenticationType <ServerUserType>] [-Description <string>]
[-IsAdministrator] [-AllowDragAndDrop] [-CanAdd] [-CanEdit] [-CanDelete]
[-OfflineMode <OfflineMode>] [-DomainName <string>] [-AsLegacyResponse] [<CommonParameters>]Description
Examples
PS C:\> New-DSRole -AuthenticationType Builtin -Name NoDeleteNoOffline -Description "Role where the user can not delete and offline mode is disabled." -CanAdd -CanEdit -AllowDragAndDrop -OfflineMode DisabledParameters
-AllowDragAndDrop
-AsLegacyResponse
-AuthenticationType
-CanAdd
-CanDelete
-CanEdit
-Description
-DomainName
-IsAdministrator
-Name
-OfflineMode
CommonParameters
Notes
Last updated
Was this helpful?