PowerShell Logo Small

Disable-VMEventing



This is the built-in help made by Microsoft for the command 'Disable-VMEventing', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Disables virtual machine eventing.

SYNTAX


Disable-VMEventing [-ComputerName <String[]>] [-Force] [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Disable-VMEventing cmdlet disables virtual machine eventing on a Hyper-V host or hosts. Virtual machine eventing keeps Hyper-V PowerShell objects updated without polling
the virtual machine host. Virtual machine eventing is enabled by default.



<

RELATED LINKS


Online Version: http://go.microsoft.com/fwlink/?LinkID=306826

REMARKS

<

Examples


Example 1

PS C:\>Disable-VMEventing -Force



Disables virtual machine eventing, suppressing the confirmation prompt.