Get-PASAccountDetail
Get-PASAccountDetail
SYNOPSIS
Gets extended overview of account details
SYNTAX
Get-PASAccountDetail -id <String> [<CommonParameters>]
DESCRIPTION
Gets extended details of an account, including data on compliance, activities, dependencies, recordings & platform configuration settings.
EXAMPLES
EXAMPLE 1
Get-PASAccountDetail -id 123_45
Displays extended details of account with id 123_45
EXAMPLE 2
Get-PASAccount -id 123_45 | Get-PASAccountDetail
Gets the extended account details for the account returned by Get-PASAccount, using the id from the pipeline.
EXAMPLE 3
Get-PASAccount -search "Administrator" | Get-PASAccountDetail
Gets extended account details, including compliance, activity and dependency information, for every account matching the search.
EXAMPLE 4
$Detail = Get-PASAccountDetail -id 123_45
$Detail | Format-List *
Retrieves the extended account overview and displays all returned properties.
PARAMETERS
-id
The Account ID of the account to get extended details for.
Type: String
Parameter Sets: (All)
Aliases: AccountID
Required: True
Position: Named
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.
INPUTS
OUTPUTS
NOTES
This is not an officially documented API method and is subject to change.
It is assumed to require minimum version of 10.4.
RELATED LINKS
https://pspas.pspete.dev/commands/Get-PASAccountDetail
https://documenter.getpostman.com/view/998920/RzZ9Gz1U#d20c01c2-f7fc-4717-bf10-d8c51cb11411