by Steve Bowman | Dec 2, 2016 | PowerShell, SCCM
Estimated Reading Time: 8 minutesOnce Upon A Time…. I was recently in a situation where I needed both 32-bit and 64-bit PowerShell scripts to be able to read/write Task Sequence Variables. After trying various methods I was able to get the 32-bit scripts to read...
by Steve Bowman | Oct 17, 2016 | PowerShell
Estimated Reading Time: < 1 minuteHello again have you ever wondered how long it took to execute a powershell script or command? With a few lines of code we can retrieve that information from your history. We can pull from history the last executed command and set...
by Steve Bowman | Sep 14, 2016 | Azure, PowerShell
Estimated Reading Time: 3 minutesHello again, Automation fans. Today we’re going to be talking about Dynamic Schedules and Runbooks in Azure Automation, using AzureRM. This is an often requested topic, since the Azure Automation portal only offers the...
by Steve Bowman | Aug 26, 2016 | Uncategorized
Estimated Reading Time: < 1 minuteThe other day I was asked the to run a report by security team on which AD users had dial-in configured for a static IP address and what IP address was assigned, if any. I did a quick Get-Aduser on the supplied test account and...
by Steve Bowman | Jun 29, 2016 | PowerShell, Uncategorized, Windows 10
Estimated Reading Time: < 1 minuteI have been working a lot with Power Shell ISE and debugging scripts, PS ISE is good but not the best as a debugger. I was attending a Microsoft event when I was introduced to my new favorite editor, Visual Studio Code...