From 17c8e9cf09b9885c618ca89665ec84a350c53a27 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Mon, 24 Jul 2023 14:15:00 +0200 Subject: [PATCH] Update list-user-groups.ps1 --- Scripts/list-user-groups.ps1 | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Scripts/list-user-groups.ps1 b/Scripts/list-user-groups.ps1 index b74b1108..30d2d79d 100755 --- a/Scripts/list-user-groups.ps1 +++ b/Scripts/list-user-groups.ps1 @@ -1,15 +1,14 @@ <# .SYNOPSIS - Lists the user groups on the local computer + Lists the user groups .DESCRIPTION - This PowerShell script lists the user groups on the local computer. + This PowerShell script lists the user groups of the local computer. .EXAMPLE PS> ./list-user-groups - Name Description - ---- ----------- - HomeUsers HomeUsers Security Group - Ssh Users Members of this group can remotely access this computer over SSH protocol. + Name Description + ---- ----------- + Administrators Administrators have complete and unrestricted access to the computer/domain ... .LINK https://github.com/fleschutz/PowerShell