Get-SentinelOneAccountsUninstallPassword
SYNOPSIS
Get the uninstall password or metadata to uninstall several Agents of one Account with one command.
SYNTAX
Get-SentinelOneAccountsUninstallPassword -accountId <Int64> [-metaData] [<CommonParameters>]
DESCRIPTION
The Get-SentinelOneAccountsUninstallPassword cmdlet get the uninstall password or metadata to uninstall several Agents of one Account with one command.
EXAMPLES
EXAMPLE 1
Get-SentinelOneAccountsUninstallPassword -accountId 1234567890
Returns the uninstall password to uninstall several agents from the defined account with one command
EXAMPLE 2
1234567890 | Get-SentinelOneAccountsUninstallPassword
Returns the uninstall password to uninstall several agents from the defined account with one command
EXAMPLE 3
Get-SentinelOneAccountsUninstallPassword -accountId 1234567890 -metaData
Returns the uninstall password metadata, such as which user created and revoked it and when.
PARAMETERS
-accountId
Returns the uninstall password to uninstall several Agents of the account that was defined.
Type: Int64
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: 0
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
-metaData
Returns the uninstall password metadata, such as which user created and revoked it and when.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
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
N\A