Get-S1Policy
SYNOPSIS
Retrieve policy settings in SentinelOne.
SYNTAX
GroupID
SiteID
AccountID
DESCRIPTION
This function retrieves policy settings in SentinelOne by specifying a Group ID, Site ID, or Account ID. It allows fetching detailed policy information for the specified scope.
EXAMPLES
EXAMPLE 1
Retrieves the policy settings for the specified group.
EXAMPLE 2
Retrieves the policy settings for the specified site.
EXAMPLE 3
Retrieves the policy settings for the specified account.
PARAMETERS
-GroupID
Get policy settings by Group ID.
Type: String[]
Parameter Sets: GroupID
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-SiteID
Get policy settings by Site ID.
Type: String[]
Parameter Sets: SiteID
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-AccountID
Get policy settings by Account ID.
Type: String[]
Parameter Sets: AccountID
Aliases:
Required: True
Position: Named
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.