Skip to content

Latest commit

 

History

History
59 lines (42 loc) · 1.08 KB

Get-ESHosts.md

File metadata and controls

59 lines (42 loc) · 1.08 KB
external help file Module Name online version schema
EventSentry-help.xml
EventSentry
2.0.0

Get-ESHosts

SYNOPSIS

{{ Displays all hosts of a group }}

SYNTAX

Get-ESHosts [-Group] <String> [<CommonParameters>]

DESCRIPTION

{{ Displays all hosts of a group }}

EXAMPLES

Example 1

PS C:\> {{ Get-ESHosts Servers }}

{{ Show all members of the Servers group }}

PARAMETERS

-Group

{{ Name of the group to query }}

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

NOTES

RELATED LINKS