Get-SentinelOneRangers
SYNOPSIS
Get a json string with the Ranger data for one device
SYNTAX
Get-SentinelOneRangers -inventory_id <String> [<CommonParameters>]
DESCRIPTION
The Get-SentinelOneRangers cmdlet gets a json string with the Ranger data for one device by ID in the Device Inventory Data.
EXAMPLES
EXAMPLE 1
Get-SentinelOneRangers -inventory_id 123456789
Returns a json string with the Ranger data for the defined device
EXAMPLE 2
123456789 | Get-SentinelOneRangers
Returns a json string with the Ranger data for the defined device
PARAMETERS
-inventory_id
Inventory ID.
Example: “225494730938493804”.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
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
RELATED LINKS
https://celerium.github.io/SentinelOne-PowerShellWrapper/site/Ranger/Get-SentinelOneRangers.html