Get-PartnerAuditRecord
Gets audit records from Partner Center.
Syntax
Default (Default)
Get-PartnerAuditRecord
[-EndDate <DateTime>]
[-StartDate <DateTime>]
[<CommonParameters>]
Description
Gets audit records for the previous 30 days from the current date, or for a date range specified by including the start date and/or the end date. Note, however, that for performance reasons activity log data availability is limited to the previous 90 days.
Examples
Example 1
PS C:\> Get-PartnerAuditRecord -Start (Get-Date).AddDays(-89)
Gets the audit records from Partner Center for the past 89 days.
Parameters
-EndDate
The end date of the audit record logs.
Parameter properties
| Type: | DateTime |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-StartDate
The start date of the audit record logs.
Parameter properties
| Type: | DateTime |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.