Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Question
Install a module containing DSC resources
Answer

Install a module containing DSC resources

Windows PowerShell Desired State Configuration includes built-in modules containing DSC resources. You can also load modules from external sources such as the PowerShell Gallery, using the PowerShellGet cmdlets.

Install-Module 'PSDscResources' -Verbose


Question
Install a module containing DSC resources
Answer
?

Question
Install a module containing DSC resources
Answer

Install a module containing DSC resources

Windows PowerShell Desired State Configuration includes built-in modules containing DSC resources. You can also load modules from external sources such as the PowerShell Gallery, using the PowerShellGet cmdlets.

Install-Module 'PSDscResources' -Verbose

If you want to change selection, open document below and click on "Move attachment"

Get started with Desired State Configuration (DSC) for Windows - PowerShell | Microsoft Docs
ame = 'TestPathEnvironmentVariable' Value = 'TestValue' Ensure = 'Present' Path = $true Target = @('Process', 'Machine') } } } EnvironmentVariable_Path -OutputPath:"C:\EnvironmentVariable_Path" <span>Install a module containing DSC resources Windows PowerShell Desired State Configuration includes built-in modules containing DSC resources. You can also load modules from external sources such as the PowerShell Gallery, using the PowerShellGet cmdlets. Install-Module 'PSDscResources' -Verbose Apply the configuration to the machine Configuration documents (MOF files) can be applied to the machine using the Start-DscConfiguration cmdlet. Start-DscConfiguration -Path 'C:\Enviro

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.