Skip to content

Latest commit

 

History

History
74 lines (54 loc) · 1.34 KB

Remove-ESHost.md

File metadata and controls

74 lines (54 loc) · 1.34 KB
external help file Module Name online version schema
EventSentry-help.xml
EventSentry
2.0.0

Remove-ESHost

SYNOPSIS

{{ Removes a host }}

SYNTAX

Remove-ESHost [-Group] <String> [-Hostname] <String> [<CommonParameters>]

DESCRIPTION

{{ Removes a host }}

EXAMPLES

Example 1

PS C:\> {{ Remove-ESHost "Default Group" SERVER17 }}

{{ Removes host SERVER17 from Default Group }}

PARAMETERS

-Group

{{ Name of the group the host is a member of }}

Type: String
Parameter Sets: (All)
Aliases:

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

-Hostname

{{ Name of the host to remove }}

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
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