| document type | cmdlet |
|---|---|
| external help file | helium-Help.xml |
| HelpUri | https://github.com/Skatterbrainz/helium/blob/master/docs/Get-LocalGroupMembers.md |
| Locale | en-US |
| Module Name | helium |
| ms.date | 02/11/2026 |
| PlatyPS schema version | 2024-05-01 |
| title | Get-LocalGroupMembers |
Returns local group members
Get-LocalGroupMembers [[-ComputerName] <string>] [[-Identity] <string>] [<CommonParameters>]
This cmdlet has the following aliases, {{Insert list of aliases}}
Returns local group members
Name of computer (if remote). Default = 'localhost'
Type: System.String
DefaultValue: localhost
SupportsWildcards: false
Aliases:
- Name
ParameterSets:
- Name: (All)
Position: 0
IsRequired: false
ValueFromPipeline: true
ValueFromPipelineByPropertyName: true
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''Name of local group. Default = 'Administrators'
Type: System.String
DefaultValue: Administrators
SupportsWildcards: false
Aliases:
- Group
ParameterSets:
- Name: (All)
Position: 1
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
{{ Fill in the Description }}
Adapted from https://gallery.technet.microsoft.com/scriptcenter/List-local-group-members-c25dbcc4