Dynamic Parameters in PowerShell
Has there ever been a time when you wanted to call a function or cmdlet with specific parameters that were based on conditional criteria that is provided?
Read MoreHas there ever been a time when you wanted to call a function or cmdlet with specific parameters that were based on conditional criteria that is provided?
Read MoreNote: This tip requires PowerShell 2.0 or above. As a PowerShell user, you probably have a PowerShell console or the ISE editor on standby.
Read MoreIn this second part of the series on writing PowerShell modules in C#, we will cover how to enable basic debugging features in our module.
Read MoreMicrosoft has recently unveiled a REST API for OneNote Live, and since PowerShell has had cmdlets for working with REST services since V3 was introduced it seems like a good opportunity to look at the Live APIs and how they can be called from …
Read MoreThese days, for all my demos at various events, I have been using Azure VMs extensively. If you have worked on creating these VMs using Azure PowerShell cmdlets, you will notice that they create a PowerShell remoting endpoint for a VM.
Read MoreWhile we worked on Windows 8.1 deployment, we were required to make multiple keyboard layouts available on the Windows logon screen.
Read More