Top "Dsc" questions

Desired State Configuration (DSC) is a feature in Windows Powershell that enables deployment and management of configuration data for software services and management of the environment in which these services run.

PowerShell DSC - how to pass configuration parameters to ScriptResources?

I'm having a lot of trouble trying to get a PowerShell Desired State Configuration script working to configure an in-house …

powershell dsc
Installing an exe with Powershell DSC Package resource gets return code 1619

I'm trying to use Powershell DSC's Package resource to install an exe... Perforce's P4V to be specific. Here's my …

powershell windows-installer p4v dsc
Remove a PowerShell DSC Configuration

Is it possible to remove a DSC configuration from a computer, once it has been applied? For example, I have …

powershell dsc
App Pool advanced settings using Powershell Desired Configuration State

How can I modify various settings inside either a new or exisitng App Pool using Powershell? I am interesting in …

powershell iis application-pool dsc
Configure a DSC Resource to restart

I have a DSC resource that installs dotnet feature and then installs an update to dotnet. In the Local Configuration …

powershell powershell-5.0 dsc
Powershell DSC: Unable to load module xPSDesiredStateConfiguration

I'm working through the DSC book from powershell.org and trying to setup a pull server using the configuration code …

powershell dsc
DSC File Resource - copy file

I'm using a PowerShell DSC Pull Server. It's possible to use the File resource to copy a file every time …

powershell dsc