Skip to content

Remove-S1Group

SYNOPSIS

Delete the specified group from SentinelOne.

SYNTAX

Remove-S1Group [-GroupID] <String> [<CommonParameters>]

DESCRIPTION

This function deletes a specified group from SentinelOne using the provided Group ID.

EXAMPLES

EXAMPLE 1

Remove-S1Group -GroupID "group123"

Deletes the group with the specified Group ID "group123" from SentinelOne.

PARAMETERS

-GroupID

The Group ID for the group to be deleted.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES