DSC – xRDSessionDeployment Server Keeps Rebooting
Some time ago I had been doing some interesting deployments using SMA and DSC in a push scenario. What does that mean? SMA is an engine that executes PowerShell (Workflows)…
Some time ago I had been doing some interesting deployments using SMA and DSC in a push scenario. What does that mean? SMA is an engine that executes PowerShell (Workflows)…
In one of my automation tasks I had the need to create a credential object with a $null password – an empty / NULL password. One easy way to do…
I recently had a need to create “clean” PowerShell custom objects out of a DataTable object. What does that mean? Well, let me explain. When you try to get data…