Use Regions for PowerShell Comments
Summary: Microsoft Scripting Guy, Ed Wilson, talks about combining regions and Windows PowerShell comments in the ISE.Microsoft Scripting Guy, Ed Wilson, is here. This morning I want to talk about an...
View ArticlePowerTip: Check UI Culture and Current Culture
Summary: Learn how to use Windows PowerShell to compare the UI culture and the current culture. How can I use Windows PowerShell to easily check if the UI culture and the current culture on my...
View ArticleMore Comments about PowerShell Commenting
Summary: Microsoft Scripting Guy, Ed Wilson, continues the discussion about Windows PowerShell comments.Microsoft Scripting Guy, Ed Wilson, is here. This morning, I was up early because I had to take...
View ArticlePowerTip: Use PowerShell to Display Event Viewer
Summary: Learn how to use Windows PowerShell to display the Event Viewer tool. I often use the Event Viewer, but I have a hard time finding it or remembering its name. How can I use Windows...
View ArticleFinal Comments about PowerShell Comments
Summary: Microsoft Scripting Guy, Ed Wilson, concludes the series of posts about adding comments to Windows PowerShell scripts.Microsoft Scripting Guy, Ed Wilson, is here. This morning, I am sipping a...
View ArticlePowerTip: Find WSMAN Settings by Using PowerShell
Summary: Use Windows PowerShell to find the WSMAN service settings on a local computer. How can I use Windows PowerShell to easily verify the WSMAN settings on my local computer? Open the Windows...
View ArticleUse PowerShell to Search Active Directory for High-Privileged Accounts
Summary: Microsoft PFE, Ian Farr, provides a Windows PowerShell function that searches for Active Directory users with high-privileged memberships.Microsoft Scripting Guy, Ed Wilson, is here. Today, we...
View ArticlePowerTip: Using PowerShell to Search Text Files for Letter Pattern
Summary: Use Windows PowerShell to search the contents of all text files in a folder for a specific letter pattern. How can I use Windows PowerShell to search the contents of a lot of files in a folder...
View ArticleWeekend Scripter: Scriptify—A New PowerShell Learning Tool
Summary: Microsoft PFE, Steve Jeffery, talks about a new Windows PowerShell learning tool: Scriptify.Microsoft Scripting Guy, Ed Wilson, is here. Today I have a guest blog post by premier field...
View ArticlePowerTip: Continue a Windows PowerShell Script After Restart
Summary: Learn how to continue a script after a remote system restart by using Windows PowerShell. I am configuring MPIO to automatically claim the iSCSI Bus Type, which requires a restart. However, I...
View ArticleManage Azure IaaS with Windows PowerShell: Part 1
Summary: Establish a connection to Windows Azure through Windows PowerShell.Honorary Scripting Guy, Sean Kearney, is here. I'm back from the MVP Summit with my head in the clouds! More specifically,...
View ArticlePowerTip: Connect to Azure to Leverage PowerShell Cmdlets
Summary: Learn how to use the Microsoft Azure cmdlets to connect to an Azure subscription. I downloaded the Azure PowerShell cmdlets, and I when I run them, they produce an error. How do I...
View ArticleManage Azure IaaS with Windows PowerShell: Part 2
Summary: Attend to prep work to get virtual machine cmdlets working.Honorary Scripting Guy, Sean Kearney is here with some scribbly notes to help you out with Azure scripts for your virtual...
View ArticlePowerTip: Get Azure Subscription Names with PowerShell
Summary: Use Windows PowerShell to get the name of cmdlets referring to your Azure subscription. Is there an easy way to obtain the Azure cmdlets referring to my subscription name? Use the...
View ArticleManage Azure IaaS with Windows PowerShell: Part 3
Summary: Access some information you need to easily automate virtual machine creation in Azure.Honorary Scripting Guy, Sean Kearney, is here to rain the Power of PowerShell and Azure down onto you!...
View ArticlePowerTip: Use PowerShell to Identify Services in Azure by Location
Summary: Use Azure PowerShell cmdlets to identify which services a datacenter will contain. How can I use Windows PowerShell to identify which services a particular datacenter in Azure contains? Access...
View ArticleManaging Azure IaaS with Windows PowerShell: Part 4
Summary: Create a simple virtual machine from a predefined template in Azure.Honorary Scripting Guy, Sean Kearney, is here with my head still stuck in the clouds!Yesterday we created a network in...
View ArticlePowerTip: Set Default Storage Account for PowerShell Cmdlets in Azure
Summary: Learn how to define the default storage account to be used with the Azure PowerShell cmdlets. How do I tell Azure which media or storage account I'd like to use when I create a virtual...
View ArticleManaging Azure IaaS with Windows PowerShell: Part 5
Summary: Use Windows PowerShell to manage virtual machines in Azure.Honorary Scripting Guy, Sean Kearney, is here flying through the digital stratosphere on our final day with Windows PowerShell and...
View ArticlePowerTip: Identify All Stopped Azure Virtual Machines with PowerShell
Summary: Identify virtual machines that are shut down, but are consuming billing time. How can I use Windows PowerShell to track virtual machines that are not shut down from the management...
View Article