Remove-LocalGroup
PackageDeployment Module Help |
Package Deployment Module |
Remove-LocalGroup Cmdlet |
Version 4.0.0.5 |
Remove-LocalGroup
Synopsis
Deletes an existing local group
Syntax
Remove-LocalGroup [-Name] <String> [[-Context] <String>] [-ContinueOnError] [<CommonParameters>]
Description
Use this command to delete an existing local group.
Parameters
-Name <String> |
||||||
Enter a unique name for the local group to delete. 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 (\). |
||||||
|
-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 |
||||||
|
<CommonParameters> |
For more information about common parameters, type "Get-Help about_CommonParameters". |