Update list-user-groups.ps1

This commit is contained in:
Markus Fleschutz 2023-07-24 14:15:00 +02:00
parent 51a269a665
commit 17c8e9cf09

View File

@ -1,15 +1,14 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists the user groups on the local computer Lists the user groups
.DESCRIPTION .DESCRIPTION
This PowerShell script lists the user groups on the local computer. This PowerShell script lists the user groups of the local computer.
.EXAMPLE .EXAMPLE
PS> ./list-user-groups PS> ./list-user-groups
Name Description Name Description
---- ----------- ---- -----------
HomeUsers HomeUsers Security Group Administrators Administrators have complete and unrestricted access to the computer/domain
Ssh Users Members of this group can remotely access this computer over SSH protocol.
... ...
.LINK .LINK
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell