PowerShell Logo Small

Disable-VMIntegrationService



This is the built-in help made by Microsoft for the command 'Disable-VMIntegrationService', 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 an integration service on a virtual machine.

SYNTAX


Disable-VMIntegrationService [-Name] <String[]> [-VMName] <String[]> [-ComputerName <String[]>] [-Passthru] [-Confirm] [-WhatIf] [<CommonParameters>]
Disable-VMIntegrationService [-Name] <String[]> [-VM] <VirtualMachine[]> [-Passthru] [-Confirm] [-WhatIf] [<CommonParameters>]
Disable-VMIntegrationService [-VMIntegrationService] <VMIntegrationComponent[]> [-Passthru] [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Disable-VMIntegrationService cmdlet disables an integration service on a virtual machine.



<

RELATED LINKS


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

REMARKS

<

Examples


Example 1

PS C:\>Disable-VMIntegrationService -Name Shutdown,VSS -VMName Test1



This example disables the Shutdown and VSS integration services on virtual machine Test1.