PowerTip: Find Formatting Information for List Views
Summary: Find Windows PowerShell formatting information for list views. How can I use Windows PowerShell to find information about format data for types for list views? Use the Get-FormatData cmdlet...
View ArticlePowerShell and BitLocker: Part 1
Summary: Guest blogger, Stephane van Gulick, presents a practical hands-on post that shows how to use Windows PowerShell and BitLocker together.Microsoft Scripting Guy, Ed Wilson, is here. Today we...
View ArticlePowerTip: Determine Letter a String Begins With
Summary: Use Windows PowerShell to determine the letter that a string begins with. How can I use Windows PowerShell to find if a particular string begins with the letter “s”? Use the StartsWith method...
View ArticlePowerShell and BitLocker: Part 2
Summary: Guest blogger, Stephane van Gulick, continues his series about using Windows PowerShell and BitLocker together.Microsoft Scripting Guy, Ed Wilson, is here. Welcome back Stephane van Gulick for...
View ArticlePowerTip: Pad String to Left with PowerShell
Summary: Use Windows PowerShell to pad a string to the left. How can I use a specific Unicode character with Windows PowerShell to pad a string to the left so that the entire string is a...
View ArticlePowerShell Time Sync: Get and Evaluate Synchronization State
Summary: Guest blogger, Rudolf Vesely, shows how to evaluate time synchronization.Microsoft Scripting Guy, Ed Wilson, is here. Today is day 1 of a 3-part series by Rudolf Vesely. Here, Rudolf tells us...
View ArticlePowerTip: Use PowerShell to Find Time Service Status
Summary: Use Windows PowerShell to find the status of the time service. How can I use Windows PowerShell to find the status of the time service on my local computer? If all you are looking for is the...
View ArticlePowerShell Time Sync: Error Handling in Parallel in Workflows
Summary: Guest blogger, Rudolf Vesely talks about error handling in workflows and repair actions.Microsoft Scripting Guy, Ed Wilson, is here. Today is Part 2 of a 3-part series written by guest blogger...
View ArticlePowerTip: Force Time Resync with PowerShell
Summary: Use Windows PowerShell to force a time resynchronization. How can I use Windows PowerShell to force a time resynchronization? Use the W32tm /resync /force command. Note This command...
View ArticlePowerShell Time Sync: Orchestrate Monitoring of Remote Servers
Summary: Guest blogger, Rudolf Vesely discusses how to monitor remote servers.Microsoft Scripting Guy, Ed Wilson, is here. Today is Part 3 of a 3-part series by guest blogger, Rudolf Vesely. To read...
View ArticlePowerTip: Use PowerShell to Display Current Time
Summary: Learn how to use Windows PowerShell to display the current time. How can I use Windows PowerShell to display the current time on my computer? Use the Get-Date cmdlet and tell it to show only...
View ArticlePowerShell Spotlight: Two PowerShell Events
Summary: Windows PowerShell MVP, Teresa Wilson, talks about two upcoming Windows PowerShell community events.Microsoft Scripting Guy, Ed Wilson, is here. Today is the last Saturday of May, and...
View ArticlePowerTip: Maintain PowerShell Objects
Summary: Maintain Windows PowerShell objects in the pipeline. How can I send output to the Windows PowerShell pipeline without changing the formatting or objects, plus insure that the output...
View ArticleWeekend Scripter: What to Include in a PowerShell Comment Block
Summary: Microsoft Scripting Guy, Ed Wilson, talks about what to include in a Windows PowerShell comment block.Microsoft Scripting Guy, Ed Wilson, is here. Something that tends to confuse new...
View ArticleUsing Azure Automation: Part 1
Summary: Honorary Scripting Guy, Sean Kearney discusses how to get started with Windows PowerShell and Azure Automation.Honorary Scripting Guy, Sean Kearney, is here, and for the next five days we're...
View ArticlePowerTip: Show Available Azure Automation Accounts
Summary: Use Windows PowerShell to get a list of available Azure Automation accounts. How can I use Windows PowerShell to see my Azure Automation accounts? You can get this information with one simple...
View ArticleUsing Azure Automation: Part 2
Summary: Honorary Scripting Guy, Sean Kearney discusses how to get started and test a basic runbook with Azure Automation.Honorary Scripting Guy, Sean Kearney, is here. Today I'm going to show you the...
View ArticlePowerTip: Show Available Credentials for Azure Automation
Summary: Use Windows PowerShell to get a list of available assets of the Credential type in Azure Automation. How can I use Windows PowerShell to quickly audit an Azure Automation instance for any...
View ArticleUsing Azure Automation: Part 3
Summary: Learn how to access Azure Automation assets within a runbook.Honorary Scripting Guy, Sean Kearney, is here today to battle robots, aliens, and……No, wait, sorry. My brain lapsed from watching...
View ArticlePowerTip: Show Runbooks in Azure Automation Instance
Summary: Use Windows PowerShell to show available runbooks in an Azure Automation instance. How can I use Windows PowerShell to show which runbooks are available in an Azure Automation instance? Use...
View Article