mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-12-26 16:48:54 +01:00
Update list-user-groups.ps1
This commit is contained in:
parent
51a269a665
commit
17c8e9cf09
@ -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.
|
||||
Administrators Administrators have complete and unrestricted access to the computer/domain
|
||||
...
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
Loading…
Reference in New Issue
Block a user