-
Notifications
You must be signed in to change notification settings - Fork 52
Enable HPOVMSDSC
Enable Microsoft DSC Support
Enable-HPOVMSDSC [<CommonParameters>]
Using this cmdlet will create and/or modify UseMSDSC (REG_DWORD) located at HKCU:\Software\Hewlett-Packard\HPOneView, to 1 (True). By enabling support, the module will overload Write-Host, and instead issue Write-Verbose commands.
Use Disable-HPOVMsDSC to disable support.
<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)
None. You cannot pipe objects to this cmdlet.
None.
-------------------------- EXAMPLE 1 --------------------------Enable-HPOVMSDSC
Configures Registry value to overload Write-Host, which then uses Write-Verbose.
Enable Microsoft DSC Support
Enable-HPOVMSDSC [<CommonParameters>]
Using this cmdlet will create and/or modify UseMSDSC (REG_DWORD) located at HKCU:\Software\Hewlett-Packard\HPOneView, to 1 (True). By enabling support, the module will overload Write-Host, and instead issue Write-Verbose commands.
Use Disable-HPOVMsDSC to disable support.
<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)
None. You cannot pipe objects to this cmdlet.
None.
-------------------------- EXAMPLE 1 --------------------------Enable-HPOVMSDSC
Configures Registry value to overload Write-Host, which then uses Write-Verbose.