Related Articles
PowerShell – Remote Desktop Cmdlets “A Remote Desktop Services deployment does not exist…”
Recently while automating some cool stuff I needed to create a PowerShell workflow for deploying VDI clients using Windows Server 2012 R2 Remote Desktop Services. One of the first things I always do is checking the existing PowerShell support and I figured out there is a large number of cmdlets available for managing RDS services. […]
itnetx – Winner of the “Microsoft Partner of the Year Award 2013”
Yes it is unbelievable but we did it again. Yesterday itnetx received from Microsoft Switzerland the “Partner of the Year 2013 –Datacenter” award – the third time in a row :). This award shows also the passion and dedication of itnetx for delivering the best possible solution for its customers. And now let’s get ready […]
PowerShell – PowerShellGet Module “Publish-PSArtifactUtility : Cannot process argument transformation on parameter ‘ElementValue’”
In PowerShell 5.0, Microsoft introduced the PowerShellGet module. This module contains cmdlets for different tasks. E.g. it lets you easily install / upload PowerShell modules / scripts from and to an online gallery such as PowerShellGallery.com. It even lets you find scripts, modules and DSC resources in such repositories. This is a fantastic way to […]