Get-PASAccountActivity
Get-PASAccountActivity
SYNOPSIS
Returns activities for an account.
SYNTAX
Get-PASAccountActivity [-AccountID] <String> [<CommonParameters>]
DESCRIPTION
Returns activities for a specific account identified by its AccountID.
Depreciated from version 13.2
EXAMPLES
EXAMPLE 1
Get-PASAccount -Keywords root -Safe UNIXSafe | Get-PASAccountActivity
Will return the account activity for the account output by Get-PASAccount
PARAMETERS
-AccountID
The ID of the account whose activities will be retrieved.
Type: String
Parameter Sets: (All)
Aliases: id
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
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.