﻿<?xml version="1.0" encoding="utf-8"?>
<!-- 
This CDXML exposes the method StopConfiguration in MSFT_DSCLocalConfigurationManager CIM class as a cmdlet. To use this cmdlet please run the following command
at the PowerShell prompt:

  PS> Import-Module .\Stop-DscConfiguration.cdxml
  PS> Stop-DSCConfiguration ...

-->
<PowerShellMetadata xmlns="http://schemas.microsoft.com/cmdlets-over-objects/2009/11">
  <Class ClassName="root/Microsoft/Windows/DesiredStateConfiguration/MSFT_DSCLocalConfigurationManager" ClassVersion="1.0.0">
    <Version>2.0.0.0</Version>
    <DefaultNoun>DscConfiguration</DefaultNoun>
    <StaticCmdlets>
	<Cmdlet>
        <CmdletMetadata Verb="Stop" HelpUri="http://go.microsoft.com/fwlink/?LinkId=510669" ConfirmImpact="Low" />
        <Method MethodName="StopConfiguration" CmdletParameterSet="DefaultParameterSet">
          <ReturnValue>
            <Type PSType="int" />
            <CmdletOutputMetadata>
              <ErrorCode />
            </CmdletOutputMetadata>
          </ReturnValue>
          <Parameters>
            <Parameter ParameterName="Force">               
              <Type PSType="System.Management.Automation.SwitchParameter"/>
              <CmdletParameterMetadata>
              </CmdletParameterMetadata>
            </Parameter>
          </Parameters>
        </Method>
      </Cmdlet>
    </StaticCmdlets>
  </Class>
</PowerShellMetadata>