external help file | Module Name | online version | schema |
---|---|---|---|
EventSentry-help.xml |
EventSentry |
2.0.0 |
{{ Removes a host }}
Remove-ESHost [-Group] <String> [-Hostname] <String> [-SaveConfig <Boolean>] [<CommonParameters>]
{{ Removes a host }}
PS C:\> {{ Remove-ESHost "Default Group" SERVER17 }}
{{ Removes host SERVER17 from Default 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
{{ 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
{{ Set to $false to prevent the config to be saved automatically, useful when adding many hosts in sequence }}
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.