Remove-UDEndpoint
ÜBERSICHT
Entfernt einen geplanten Endpunkt.
SYNTAX
Remove-UDEndpoint -Id <String> [<CommonParameters>]BESCHREIBUNG
Entfernt einen geplanten Endpunkt.
BEISPIELE
Beispiel 1
$Schedule = New-UDEndpointSchedule 10 -Second
New-UDEndpoint -Schedule $Schedule -Endpoint {
$Cache:Processes = Get-Process
} -Id 'MySchedule'
Remove-UDEndpoint -Id 'MySchedule'Entfernt den Endpunkt 'MySchedule'
PARAMETER
-Id
Die Id des zu entfernenden Endpunkts.
CommonParameters
Dieses Cmdlet unterstützt die allgemeinen Parameter: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -Verbose, -WarningAction, -WarningVariable und -ProgressAction. Weitere Informationen finden Sie unter about_CommonParameters.
EINGABEN
Keine
AUSGABEN
System.Object
HINWEISE
VERWANDTE LINKS
Zuletzt aktualisiert
War das hilfreich?