Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 463 Bytes

File metadata and controls

17 lines (8 loc) · 463 Bytes

Partner Center PowerShell Module (preview)

Get-PCAuditRecords

Get audit logs starting from a specific date

Get-PCAuditRecords -startDate '2017-04-12'

Get audit logs between two dates

Gett-PCAuditRecords -startDate '2017-04-12' -endDate '2017-04-13'

Get audit logs of a specific operationType between two dates

Get-PCAuditRecords -startDate '2017-04-12' -endDate '2017-04-13' | ? operationType -EQ 'delete_customer_user'