< Back
Remove-LocalGroup
Post
NAME Remove-LocalGroup
SYNOPSIS
Remove a local group in the Targeted computername
SYNTAX
Remove-LocalGroup [-name] <String[]> [[-Computername] <String[]>] [-WhatIf] [-Confirm] [<CommonParameters>]
DESCRIPTION
Remove a local group in the Targeted computername
PARAMETERS
-name <String[]>
Required? true
Position? 1
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-Computername <String[]>
Required? false
Position? 2
Default value "$Env:computername"
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
System.Int32
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Remove-Localgroup -name TestGroup -Computername RemotePC1
RELATED LINKS
SYNOPSIS
Remove a local group in the Targeted computername
SYNTAX
Remove-LocalGroup [-name] <String[]> [[-Computername] <String[]>] [-WhatIf] [-Confirm] [<CommonParameters>]
DESCRIPTION
Remove a local group in the Targeted computername
PARAMETERS
-name <String[]>
Required? true
Position? 1
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-Computername <String[]>
Required? false
Position? 2
Default value "$Env:computername"
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
System.Int32
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Remove-Localgroup -name TestGroup -Computername RemotePC1
RELATED LINKS