↧
It’s a Wonderful Shell—Chapter 2
Summary: Microsoft PowerShell MVP and honorary Scripting Guy Sean Kearney continues with part two his five-part holiday series. Microsoft Scripting Guy, Ed Wilson, is here. Today we have part two of a...
View ArticlePowerTip: Use PowerShell to Update DNS IP Address
Summary: Use Windows PowerShell 3.0 on either Windows 8 or Windows Server 2012 to update the DNS server IP addresses on a client. How can I update my DNS server IP addresses on my Windows 8 client?...
View ArticleIt’s a Wonderful Shell—Chapter 3
Summary: Microsoft PowerShell MVP and honorary Scripting Guy Sean Kearney continues with part 3 his five-part holiday series. Microsoft Scripting Guy, Ed Wilson, is here. Today we have part three of a...
View ArticlePowerTip: Find the Most Recent DNS Client Warnings
Summary: Use Windows PowerShell to find the most recent DNS client warning messages. How can I use Windows PowerShell to find the five most recent DNS client warning messages? Use the Get-EventLog...
View ArticleIt’s a Wonderful Shell—Chapter 4
Summary: Microsoft PowerShell MVP and honorary Scripting Guy Sean Kearney continues with part 4 his five-part holiday series. Microsoft Scripting Guy, Ed Wilson, is here. Today we have part four of a...
View ArticlePowerTip: Use PowerShell to Shut Down a Remote Computer
Summary: Use Windows PowerShell to shut down a remote computer. I need to shut down a remote computer, but the account that I am logged on to does not have rights. What should I do? Use the...
View ArticleIt’s a Wonderful Shell—Chapter 5
Summary: Microsoft PowerShell MVP and honorary Scripting Guy Sean Kearney continues with part 5 his five-part holiday series. Microsoft Scripting Guy, Ed Wilson, is here. Today we have part five of a...
View ArticlePowerTip: Get ISCSIConnections on Remote Server
Summary: Use Windows PowerShell 3.0 on Windows 8 or Windows Server 2012 to get ISCSI connections from a remote server. How can I get ISCSI connection information from a remote server? First, create a...
View ArticlePowerShell Workflows: The Basics
Summary: Windows PowerShell MVP Richard Siddaway talks about the basics of Windows PowerShell 3.0 workflows. Microsoft Scripting Guy, Ed Wilson, is here. Today, we are fortunate to have a guest blog...
View ArticlePowerTip: Checkpoint Virtual Machine by Using PowerShell
Summary: Use Windows PowerShell 3.0 and Windows 8 or Windows Server 2012 to checkpoint all virtual machines on a system. How can I checkpoint all of my virtual machines by using Windows PowerShell 3.0...
View ArticleUse PowerShell to Find the Location of a Locked-Out User
Summary: Guest blogger and Microsoft PFE Jason Walker talks about using Windows PowerShell to find a locked-out user’s location. Microsoft Scripting Guy, Ed Wilson, is here. Today, we have a guest blog...
View ArticlePowerTip: Use Windows PowerShell to Create a Checkpoint
Summary: Use Windows PowerShell to create a checkpoint restore point for your computer. How can you create a checkpoint restore point for your computer? Start the Windows PowerShell console with...
View ArticleProtect Your PowerShell Scripts with Version Control
Summary: Guest blogger and Microsoft PFE Stefan Stranger talks about using version control to protect your Windows PowerShell scripts. Microsoft Scripting Guy, Ed Wilson, is here. Today I am pleased to...
View ArticlePowerTip: Easily Pause a PowerShell Script for a Process to End
Summary: Learn how to pause a Windows PowerShell script and wait for another process to end prior to continuing. How can you easily pause a Windows PowerShell script and wait for a specific process to...
View ArticleWeekend Scripter: Finding In-Use Phone Extensions
Summary: Guest blogger Tim Bolton talks about using Windows PowerShell to determine what phone extensions are currently in use. Microsoft Scripting Guy, Ed Wilson, is here. It is amazing the number of...
View ArticlePowerTip: Find Which PowerShell Cmdlets Have Most Aliases
Summary: Find out which Windows PowerShell cmdlets have the most defined aliases. How can I determine which Windows PowerShell cmdlets have the most aliases? Use the Get-Alias cmdlet and group by the...
View ArticleUnderstanding PowerShell Remote Management
Summary: Understanding Windows PowerShell remote management. Weekend Scripter: Enabling Windows remote management Microsoft Scripting Guy, Ed Wilson, is here. Today I thought I would share a portion of...
View ArticlePowerTip: Change the PowerShell Console Title
Summary: Learn how to change the Windows PowerShell console title. How can I change the title of the Windows PowerShell console? One way to do this is to use the WindowTitle property from...
View ArticleUsing Windows PowerShell Jobs
Summary: Microsoft Scripting Guy, Ed Wilson, shows an excerpt from his new step-by-step book about using Windows PowerShell jobs. Microsoft Scripting Guy, Ed Wilson, is here. Today I want to share a...
View ArticlePowerTip: Pause a PowerShell Script
Summary: Learn how to pause a Windows PowerShell script. How can I pause a Windows PowerShell script? In Windows PowerShell 3.0 use the pause function, as shown here. 23:10 C:\> pause Press Enter...
View Article
More Pages to Explore .....