mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-01-14 01:48:48 +01:00
Update list-user-groups.ps1
This commit is contained in:
parent
51a269a665
commit
17c8e9cf09
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user