Disable HPOVMSDSC - HewlettPackard/POSH-HPEOneView GitHub Wiki

HPE OneView 4.10 Library

Disable-HPOVMSDSC

Disable Microsoft DSC Support

SYNTAX

Disable-HPOVMSDSC [<CommonParameters>]

Detailed 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

<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)

Input Types

None. You cannot pipe objects to this cmdlet.

Return Values

None.

Examples

 -------------------------- EXAMPLE 1 --------------------------

Disable-HPOVMSDSC

Configures Registry value to no longer overload Write-Host.

Related Links


Top

HPE OneView 4.00 Library

Disable-HPOVMSDSC

Disable Microsoft DSC Support

SYNTAX

Disable-HPOVMSDSC [<CommonParameters>]

Detailed 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

<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)

Input Types

None. You cannot pipe objects to this cmdlet.

Return Values

None.

Examples

 -------------------------- EXAMPLE 1 --------------------------

Disable-HPOVMSDSC

Configures Registry value to no longer overload Write-Host.

Related Links


Top
⚠️ **GitHub.com Fallback** ⚠️