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.
I'm having a lot of trouble trying to get a PowerShell Desired State Configuration script working to configure an in-house …
powershell dscI'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 dscIs it possible to remove a DSC configuration from a computer, once it has been applied? For example, I have …
powershell dscHow can I modify various settings inside either a new or exisitng App Pool using Powershell? I am interesting in …
powershell iis application-pool dscI have a DSC resource that installs dotnet feature and then installs an update to dotnet. In the Local Configuration …
powershell powershell-5.0 dscI'm working through the DSC book from powershell.org and trying to setup a pull server using the configuration code …
powershell dscI'm using a PowerShell DSC Pull Server. It's possible to use the File resource to copy a file every time …
powershell dsc