Get-PASDiscoveredLocalAccountActivity
Get-PASDiscoveredLocalAccountActivity
SYNOPSIS
Get discovery rule activities of a discovered account
SYNTAX
Get-PASDiscoveredLocalAccountActivity [-id] <String> [<CommonParameters>]
DESCRIPTION
Get discovery rule activities of a discovered account
Applies to the accounts that are discovered by the EPM scanning of endpoints, including loosely connected devices:
- Windows loosely connected devices
- Mac loosely connected devices
- Linux loosely connected devices
Requires one of the following roles:
- Privilege Cloud Administrator
- Privilege Cloud Administrator Basic
- Privilege Cloud Administrator Lite
EXAMPLES
EXAMPLE 1
Get-PASDiscoveredLocalAccountActivity -id SomeId
Get discovery rule activities for specified discovered account
EXAMPLE 2
Get-PASDiscoveredLocalAccount -search "administrator" | Get-PASDiscoveredLocalAccountActivity
Gets discovery rule activities for every discovered account matching the search, using the id from the pipeline.
EXAMPLE 3
Get-PASDiscoveredLocalAccount -id "50ce70c5-2196-4e64-9c1a-c0f1b3d0f9a1" | Get-PASDiscoveredLocalAccountActivity
Gets the discovered account with the specified id and returns its discovery rule activities via the pipeline.
PARAMETERS
-id
The unique id of the discovered account
Type: String
Parameter Sets: (All)
Aliases:
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.
INPUTS
OUTPUTS
NOTES
RELATED LINKS
https://pspas.pspete.dev/commands/Get-PASDiscoveredLocalAccountActivity