Skip to main content

Powershell - VBO Audit Item Configurator


SteveHeart
Forum|alt.badge.img+11

Another week, another script :grinning:

Today I’m sharing a Powershell script to configure the audited items (user) and set the audit notification settings. More details about the enhanced audit item functionality can be found here:

https://www.veeam.com/blog/next-gen-office-365-backup-security-auditing-and-reporting.html

The read me and the code can be found on github:
https://github.com/yetanothermightytool/powershell/tree/master/vbo/vbo-auditcfg
 

Chris.Childerhose
Forum|alt.badge.img+21

Thanks for the script Steve.


victorwu
Forum|alt.badge.img+7
  • Veeam Vanguard
  • February 7, 2022

@SteveHeart The script is very useful.:sunglasses:


marcofabbri
Forum|alt.badge.img+13
  • On the path to Greatness
  • February 9, 2022

Thanks @SteveHeart for your script.

What version of powershell this script support?


SteveHeart
Forum|alt.badge.img+11
marcofabbri wrote:

Thanks @SteveHeart for your script.

What version of powershell this script support?

Veeam recommends minimum Version 4.0:

 https://helpcenter.veeam.com/docs/vbo365/powershell/getting_started.html?ver=50

I work with version 5.1. Note: Powershell Core is not supported.


Comment