Skip to content

Disable HPOVMSDSC

Chris Lynch edited this page Feb 26, 2016 · 32 revisions

HP OneView 200 Library

NAME

Disable-HPOVMSDSC

SYNOPSIS

Disable Microsoft DSC Support

SYNTAX

 Disable-HPOVMSDSC  [<CommonParameters>]

DESCRIPTION

Using this Cmdlet will create and/or modify UseMSDSC (REG_DWORD) located at HKCU:\Software\Hewlett-Packard\HPOneView, to 0 (False). By disabling support, the module will no longer overload Write-Host.

Use Enable-HPOVMsDSC to enable support.

PARAMETERS

- <>

Aliases None
Required?
Position?
Default value <none>
Accept pipeline input?
Accept wildcard characters?   

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216)

INPUTS

None. You cannot pipe objects to this Cmdlet.

OUTPUTS

None.

#### RELATED LINKS

EXAMPLES

-------------------------- EXAMPLE 1 --------------------------
        
PS C:\> Disable-HPOVMSDSC

Configures Registry value to no longer overload Write-Host.


HP OneView 120 Library

NAME

Disable-HPOVMSDSC

SYNOPSIS

Disable Microsoft DSC Support

SYNTAX

 Disable-HPOVMSDSC  [<CommonParameters>]

DESCRIPTION

Using this cmdlet will create and/or modify UseMSDSC (REG_DWORD) located at HKCU:\Software\Hewlett-Packard\HPOneView, to 0 (False). By disabling support, the module will no longer overload Write-Host.

Use Enable-HPOVMsDSC to enable support.

PARAMETERS

- <>

Aliases None
Required?
Position?
Default value <none>
Accept pipeline input?
Accept wildcard characters?   

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216)

INPUTS

None. You cannot pipe objects to this cmdlet.

OUTPUTS

None.

#### RELATED LINKS

EXAMPLES

-------------------------- EXAMPLE 1 --------------------------
        
PS C:\> Disable-HPOVMSDSC

Configures Registry value to no longer overload Write-Host.


Wiki Table of Contents

Clone this wiki locally