Get-S1Package
SYNOPSIS
Retrieve a deployable package list from the management console.
SYNTAX
Get-S1Package [[-OSType] <String[]>] [[-Status] <String[]>] [[-PackageType] <String>]
[[-FileExtension] <String>] [[-Query] <String>] [[-Version] <String>] [[-PackageID] <String[]>]
[[-AccountID] <String[]>] [[-SiteID] <String[]>] [<CommonParameters>]
DESCRIPTION
This function retrieves a list of deployable packages from the SentinelOne management console. It allows filtering by operating system type, release status, package type, file extension, version, and more.
EXAMPLES
EXAMPLE 1
Retrieves all GA (General Availability) packages for Windows.
EXAMPLE 2
Retrieves all Agent packages with the ".msi" file extension.
EXAMPLE 3
Retrieves all packages matching the version "3.2.1".
EXAMPLE 4
Retrieves all packages available for the specified account and site.
PARAMETERS
-OSType
Filter packages by the targeted OS Type, e.g., "windows", "macos", "linux", etc.
Type: String[]
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Status
Filter packages by the release status, e.g., "beta", "ea", "ga", etc.
Type: String[]
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-PackageType
Filter packages by the package type, e.g., "Agent", "Ranger", or "AgentAndRanger".
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-FileExtension
Filter packages by file extension, e.g., ".msi", ".exe", ".deb", ".rpm", etc.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 4
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Query
Filter packages with a free-text search.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 5
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Version
Filter packages by the version number.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 6
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-PackageID
Filter packages by the package ID value.
Type: String[]
Parameter Sets: (All)
Aliases:
Required: False
Position: 7
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-AccountID
Filter packages by Account scope.
Type: String[]
Parameter Sets: (All)
Aliases:
Required: False
Position: 8
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-SiteID
Filter packages by Site scope.
Type: String[]
Parameter Sets: (All)
Aliases:
Required: False
Position: 9
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.