Showing results for Windows PowerShell - Scripting Blog [archived]

Feb 2, 2017
0
0

PowerTip: Get a list of suspended Azure Automation jobs

Doctor Scripto
Doctor Scripto

Summary: Cloud and Datacenter Management MVP, Thomas Rayner, shows how get a list of all your suspended Azure Automation jobs. I think I have an Azure Automation job that is getting suspended for running too long. How can I verify this? You can use the cmdlet and its flag to get this information. Here is an example: You can also use other val...

Windows PowerShellPowerTipguest blogger
Feb 2, 2017
0
1

PSScriptAnalyzer deep dive – Part 3 of 4

Doctor Scripto
Doctor Scripto

Summary: Thomas Rayner, Microsoft Cloud and Datacenter Management MVP, shows how to use Pester to get nUnit formatted results out of PSScriptAnalyzer. Hello! I’m Thomas Rayner, a Cloud and Datacenter Management Microsoft MVP, filling in for The Scripting Guy this week. You can find me on Twitter (@MrThomasRayner), or posting on my blog, workingsys...

Windows PowerShellguest bloggerThomas Rayner
Feb 1, 2017
0
0

PowerTip: Convert from UTC to my local time zone

Doctor Scripto
Doctor Scripto

Summary: Cloud and Datacenter Management MVP, Thomas Rayner, shows how write a function to convert from UTC to your local time zone. I have a time that I’d like to convert from UTC to my local time zone. How can I do this? You can write your own function to do this, and use the [System.TimeZoneInfo] .NET class and associated methods to make this...

Windows PowerShellPowerTipguest blogger
Feb 1, 2017
0
1

PSScriptAnalyzer deep dive – Part 2 of 4

Doctor Scripto
Doctor Scripto

Summary: Thomas Rayner, Microsoft Cloud and Datacenter Management MVP, shows how to suppress, include, and exclude PSScriptAnalyzer rules. Hello! I’m Thomas Rayner, a Cloud and Datacenter Management Microsoft MVP, filling in for The Scripting Guy this week. You can find me on Twitter (@MrThomasRayner), or posting on my blog, workingsysadmin.com. T...

Windows PowerShellguest bloggerThomas Rayner
Jan 31, 2017
0
0

PowerTip: Find all the Azure Automation jobs that will run in the next two days

Doctor Scripto
Doctor Scripto

Summary: Cloud and Datacenter Management MVP, Thomas Rayner, shows how to find all the Azure Automation jobs that will run in the next two days. Is there a way to find all the Azure Automation jobs that will run in the next two days? Use the cmdlet, and check out the attribute. Here is an example:

Windows PowerShellPowerTipThomas Rayner