Get-SentinelOneRangerSettings

SYNOPSIS

Gets ranger visibility settings

SYNTAX

Get-SentinelOneRangerSettings [-accountId <Int64[]>] [-siteIds <Int64[]>] [<CommonParameters>]

DESCRIPTION

The Get-SentinelOneRangerSettings cmdlet gets ranger visibility settings

EXAMPLES

EXAMPLE 1

Get-SentinelOneRangerSettings -accountId 1234567890

Returns ranger settings for the defined accountId

EXAMPLE 2

Get-SentinelOneRangerSettings -siteIds 1234567890,27348952792

Returns ranger settings for the defined siteId

EXAMPLE 3

1234567890 | Get-SentinelOneRangerSettings

Returns ranger settings for the defined siteId

PARAMETERS

-accountId

List of Account IDs to filter by.

Example: “225494730938493804,225494730938493915”.

Type: Int64[]
Parameter Sets: (All)
Aliases:

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

-siteIds

List of Site IDs to filter by.

Example: “225494730938493804,225494730938493915”.

Type: Int64[]
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
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

As of 2022-11 Cannot fully validate due to permissions and licensing

https://celerium.github.io/SentinelOne-PowerShellWrapper/site/Ranger/Get-SentinelOneRangerSettings.html