次の方法で共有


Get-PartnerAuditRecord

Gets audit records from Partner Center.

構文

Default (既定)

Get-PartnerAuditRecord
    [-EndDate <DateTime>]
    [-StartDate <DateTime>]
    [<CommonParameters>]

説明

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.

Example 1

PS C:\> Get-PartnerAuditRecord -Start (Get-Date).AddDays(-89)

Gets the audit records from Partner Center for the past 89 days.

パラメーター

-EndDate

The end date of the audit record logs.

パラメーターのプロパティ

型:DateTime
規定値:None
ワイルドカードのサポート:False
DontShow:False

パラメーター セット

(All)
配置:Named
必須:False
パイプラインからの値:False
プロパティ名別のパイプラインからの値:False
残りの引数からの値:False

-StartDate

The start date of the audit record logs.

パラメーターのプロパティ

型:DateTime
規定値:None
ワイルドカードのサポート:False
DontShow:False

パラメーター セット

(All)
配置:Named
必須:False
パイプラインからの値:False
プロパティ名別のパイプラインからの値:False
残りの引数からの値: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.

入力

None

出力

Microsoft.Store.PartnerCenter.PowerShell.Models.Auditing.PSAuditRecord