Configure PowerShell Remoting and Use Remote Commands
Summary: Learn how to configure Windows PowerShell remoting, store credentials, and use remote commands. Hey, Scripting Guy! I keep hearing about Windows PowerShell remoting. But I do not really know...
View ArticleLearn How to Manage Remote PowerShell Sessions
Summary: Microsoft Scripting Guy Ed Wilson discusses how to manage remote Windows PowerShell sessions. Hey, Scripting Guy! I can see where being able to run a command on a remote computer might be...
View ArticleUse the PowerShell Passthru Parameter and Get Back Objects
Summary: Learn how to use the passthru parameter in Windows PowerShell to return objects from commands and allow more management tools. Hey, Scripting Guy! I have got a rather curious question that I...
View ArticleQuery AD for Computers and Use Ping to Determine Status
Summary: Learn how to use Windows PowerShell to query Active Directory for computers, ping for status, and display in green/red. Microsoft Scripting Guy Ed Wilson here. While the Scripting Wife and I...
View ArticleChange a PowerShell Preference Variable to Reveal Hidden Data
Summary: Change the $FormatEnumerationLimit Windows PowerShell preference variable and display more data in the console. Microsoft Scripting Guy Ed Wilson here. It is approaching the holiday season...
View ArticleMake a Simple Change to PowerShell to Prevent Accidents
Summary: Learn how a simple change to a preference variable can help prevent accidental changes when using Windows PowerShell. Microsoft Scripting Guy Ed Wilson here. When I was teaching my Windows...
View ArticleUse the PowerShell Debugger to Troubleshoot Scripts
Summary: Learn how to use the Windows PowerShell script debugger to troubleshoot problems with scripts. Microsoft Scripting Guy Ed Wilson here. One of the fun things about traveling, especially to...
View ArticleUse the PowerShell Debugger to Check Variable Values
Summary: Learn how to inspect variable values by using the Windows PowerShell debugger. Microsoft Scripting Guy Ed Wilson here. In yesterday’s post, I talked about using the Set-PSBreakpoint cmdlet...
View ArticleUse the Debugger in the Windows PowerShell ISE
Summary: Learn how to use the debugging tools in the Windows PowerShell ISE to speed development of scripts. Microsoft Scripting Guy, Ed Wilson, is here. Today I want to talk a little bit about using...
View ArticleUse PowerShell Commands from One Session in Another Session
Summary: Learn how to automatically save commands from one session, and then use them in a new Windows PowerShell session. Microsoft Scripting Guy, Ed Wilson, is here. One of the fun things about...
View ArticleUse PowerShell to Find Out Who has Permissions to a Share
Summary: Microsoft Scripting Guy, Ed Wilson, shows how to use Windows PowerShell to determine who has permissions to a shared folder. Microsoft Scripting Guy, Ed Wilson, is here. It is finally the...
View ArticleModify a PowerShell Script to Accept Piped Input
Summary: Learn how to modify a Windows PowerShell script and turn it into an advanced function that accepts piped input and has complete Help. Microsoft Scripting Guy, Ed Wilson, is here. Some things...
View ArticleFour Easy Ways to Import CSV Files to SQL Server with PowerShell
Summary: Learn four easy ways to use Windows PowerShell to import CSV files into SQL Server. Microsoft Scripting Guy, Ed Wilson, is here. I was chatting this week with Microsoft PowerShell MVP, Chad...
View ArticleUse a Free PowerShell Snap-in to Easily Manage App-V Server
Summary: Windows PowerShell Microsoft MVP, Sherif Talaat, teaches how to manage App-V Server with a free Windows PowerShell snap-in. Microsoft Scripting Guy, Ed Wilson, is here. Guest Blogger Week...
View ArticleUse PowerShell to Find and Remove Inactive Active Directory Users
Summary: Guest blogger, Ken McFerron, discusses how to use Windows PowerShell to find and to disable or remove inactive Active Directory users. Microsoft Scripting Guy, Ed Wilson, is here. One of the...
View ArticleUse SharePoint Web Services and PowerShell to Work with Search
Summary: Learn how to use the web services in SharePoint with Windows PowerShell to query for search results. Microsoft Scripting Guy, Ed Wilson, is here. Today our Guest Blogger Week continues with an...
View ArticleLearn to Use the Exchange Web Services with PowerShell
Summary: In this guest blog article written by Microsoft MVP, Jan Egil Ring, you will learn how to use Exchange Web Services (EWS) with Windows PowerShell. Microsoft Scripting Guy, Ed Wilson, is here....
View ArticleUse PowerShell to Move Computers Based on IP Addresses: Part 1
Summary: In this guest blog post written by Eric Wright, you will learn how to use the Windows PowerShell snap-in, Quest ActiveRoles, to move computers that are organized in Active Directory, based on...
View ArticleUse PowerShell to Move Computers Based on IP Addresses: Part 2
Summary: In this blog, Eric Wright revises his script by using Active Directory cmdlets to move computers that are organized in Active Directory, based on their IP addresses. Microsoft Scripting Guy,...
View ArticleLearn Simple Ways to Handle Windows PowerShell Arrays
Summary: Microsoft Scripting Guy, Ed Wilson, teaches you how to handle arrays in Windows PowerShell. Hey, Scripting Guy! One of the things I do not understand is arrays. I mean, I really do not get it...
View Article