Appearance
Lists the user groups
#Requires -Version 5.1 try { Get-LocalGroup exit 0 } catch { throw }
This script has no configurable parameters.