Hi experts<\/p>\n
i have exported my mailboxes using the below command<\/p>\n
Get-Mailbox -ResultSize unlimited | select userprincipalname C:\\users.csv.<\/p>\n
i want to import this csv file and get for how many users mailbox auditing is enabled or disabled.<\/p>\n
experts help me on this<\/p>","upvoteCount":5,"answerCount":4,"datePublished":"2018-10-22T09:20:01.000Z","author":{"@type":"Person","name":"risingflight","url":"https://community.spiceworks.com/u/risingflight"},"acceptedAnswer":{"@type":"Answer","text":"
Get-Mailbox -ResultSize Unlimited| select userprincipalname,auditenabled|export-csv c:\\jayce\\audit.csv -NoTypeInformation<\/p>\n
The result:<\/p>\n