New-LocalGroup
PackageDeployment Module Help |
Package Deployment Module |
New-LocalGroup Cmdlet |
Version 4.0.0.5 |
New-LocalGroup
Synopsis
Create New Local Group
Syntax
New-LocalGroup [-Name] <String> [[-Description] <String>] [[-Context] <String>] [-ContinueOnError] [<CommonParameters>]
Description
Use this command to create a local group.
Parameters
-Context <String> |
||||||
User: Execution under user account; logging in HKEY_CURRENT_USER, i.e. for the user. |
||||||
|
-ContinueOnError <SwitchParameter> |
||||||
Continues script execution in spite of errors in the respective command |
||||||
|
-Description <String> |
||||||
Enter a detailed description of the group (if you like). |
||||||
|
-Name <String> |
||||||
Enter a unique name for the new local group. You should not use identical group or user names on one workstation. The name can have up to 256 characters (upper and lower case) with the exception of the backslash (\). |
||||||
|
<CommonParameters> |
For more information about common parameters, type "Get-Help about_CommonParameters". |