... Home  
... Impressum
... ColorConsole

... CMD
... Netsh-XP
... Netsh-7
... Netsh-Vista
... Powershell


... facebook.de
 
 
ColorConsole [Version 1.7.1000] PowerShell 2.0-Export
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation.

C:\Windows-7>Powershell get-help Unregister-Event -full

# NAME
Unregister-Event

# SYNOPSIS
Cancels an event subscription.

# SYNTAX
Unregister-Event [-SubscriptionId] <int> [-Force] [-Confirm] [-WhatIf] [<CommonParameters>]

Unregister-Event [-SourceIdentifier] <string> [-Force] [-Confirm] [-WhatIf] [<CommonParameters>]

# DESCRIPTION
The Unregister-Event cmdlet cancels an event subscription that was created by using the Register-EngineEvent, Register-ObjectEvent, or Register-WmiEvent cmdlet.

When an event subscription is canceled, the event subscriber is deleted from the session and the subscribed events are no longer added to the event queue. When you cancel a subscription to an event created by using the New-Event cmdlet, the new event is also deleted from the session.

Unregister-Event does not delete events from the event queue. To delete events, use the Remove-Event cmdlet.

# PARAMETERS
-Force [<SwitchParameter>]
Cancels all event subscriptions, including subscriptions that were hidden by using the SupportEvent parameter of Register-ObjectEvent, Register-WmiEvent, and Register-EngineEvent.

Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false

-SourceIdentifier <string>
Cancels event subscriptions that have the specified source identifier.

A SourceIdentifier or SubscriptionId parameter must be included in every command.

Required? true
Position? 1
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false

-SubscriptionId <int>
Cancels event subscriptions that have the specified subscription identifier.

A SourceIdentifier or SubscriptionId parameter must be included in every command.

Required? true
Position? 1
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false

-Confirm [<SwitchParameter>]
Prompts you for confirmation before executing the command.

Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false

-WhatIf [<SwitchParameter>]
Describes what would happen if you executed the command without actually executing the command.

Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false

<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer and OutVariable. For more information, type,
"get-help about_commonparameters".

# INPUTS
System.Management.Automation.PSEventSubscriber
You can pipe the output from Get-EventSubscriber to Unregister-Event.

# OUTPUTS
None
This cmdlet does not return any output.

# NOTES

Events, event subscriptions, and the event queue exist only in the current session. If you close the current session, the event queue is discarded and the event subscription is canceled.

Unregister-Event cannot delete events created by using the New-Event cmdlet unless you have subscribed to the event by using the Register-EngineEvent cmdlet. To delete a custom event from the session, you must remove it programmatically or close the session.

# EXAMPLE 1

C:\PS>unregister-event -sourceIdentifier ProcessStarted

# Description
-----------
This command cancels the event subscription that has a source identifier of "ProcessStarted".

To find the source identifier of an event, use the Get-Event cmdlet. To find the source identifier of an event subscription, use the Get-EventSubscriber cmdlet.

# EXAMPLE 2

C:\PS>unregister-event -subscriptionId 2

# Description
-----------
This command cancels the event subscription that has a subscription identifier of 2.

To find the subscription identifier of an event subscription, use the Get-EventSubscriber cmdlet.

# EXAMPLE 3

C:\PS>get-eventsubscriber -force | unregister-event -force

# Description
-----------
This command cancels all event subscriptions in the session.

The command uses the Get-EventSubscriber cmdlet to get all event subscriber objects in the session, including the subscribers that are hidden by using the SupportEvent parameter of the event registration cmdlets.

It uses a pipeline operator (|) to send the subscriber objects to Unregister-Event, which deletes them from the session. To complete the task, the Force parameter is also required on Unregister-Event.

RELATED LINKS
Online version: http://go.microsoft.com/fwlink/?LinkID=135269
Register-ObjectEvent
Register-EngineEvent
Register-WmiEvent
Unregister-Event
Get-Event
New-Event
Remove-Event
Wait-Event
Get-EventSubscriber

C:\Windows>powershell get-help New-Event -full

OS: Windows-7 / Windows-Vista // Windows Server 2008
»»»» ColorConsole


0.093
Die Hintergrundfarbe des aktiven Fensters ändern?  / Diese Website enthält Zeichen aus erweiterten Zeichensätzen?  / Was ist das exFAT Formatierung in Windows-7?  / Is Portable use possible?  / Ich kann leider von Opera keine Links in den FF ziehen!  / Windows 7 Starter, Home (Basic Premium), Professional und Ultimate downloaden!  / Can you tell me exactly how to download the English version of 64 bit Desktop OK?  / Windows Schriftarten löschen, deinstallieren, entfernen, hinzufügen?  / / Lesetipp: 111  / Wie erstelle ich eine Windows 7 Passwort (Kennwort) Reset Diskette, oder CD?  / Wie kann man die E-Mails vom Outlook-Express nach Live-Mail exportieren?  / Wie liste ich Dateien in alle Unterverzeichnisse auf?  / Ich habe Windows Vista 64 Bit und möchte aber auf 32 Bit umsteigen. Ist das möglich?  / Kann ich mein Windows Vista auf Windows 7 Upgraden?  / Was bedeutet WOW64 bei dem neuen Windows-7 Betriebssystem?  /