Skip to content

list-user-groups

Lists the user groups

#Requires -Version 5.1

try {
	Get-LocalGroup
	exit 0
} catch {
throw
}

This script has no configurable parameters.

An interactive directory of PowerShell scripts.