Skip to content

New-S1Group

SYNOPSIS

Create a new group in SentinelOne in the specified site.

SYNTAX

New-S1Group [-Name] <String> [-SiteID] <String> [<CommonParameters>]

DESCRIPTION

This function creates a new group in SentinelOne within the specified site. The group inherits policy settings from the site by default.

EXAMPLES

EXAMPLE 1

New-S1Group -Name "NewGroup" -SiteID "site123"

Creates a new group named "NewGroup" in the specified site with ID "site123".

PARAMETERS

-Name

The name of the new group to be created.

Type: String
Parameter Sets: (All)
Aliases:

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

-SiteID

The site where the group should be created.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 2
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