Weekend Scripter: A Cool Music Explorer Script
Microsoft Scripting Guy Ed Wilson here. I don’t know about you, but I have thousands of music files on my computer. In fact, I have exactly 4,018 music files. I used this Windows PowerShell command...
View ArticleWeekend Scripter: Use PowerShell to Compare Two Snapshots of Running Processes
Summary : Microsoft Scripting Guy Ed Wilson shows how to use Windows PowerShell to compare snapshots of running processes in this step-by-step article. Microsoft Scripting Guy Ed Wilson here. The road...
View ArticleUse WMI and PowerShell to Get a User’s SID
Summary : Microsoft Scripting Guy Ed Wilson shows how to use Windows PowerShell and WMI to translate a SID to a user name, or a user name to a SID. Hey, Scripting Guy! I do a lot of work with Active...
View ArticleUse PowerShell to Translate a User’s SID to an Active Directory Account Name
Summary : Microsoft Scripting Guy Ed Wilson shows how to use Windows PowerShell to translate a user's SID to an Active Directory Domain Services account name. Hey, Scripting Guy! It seems that...
View ArticleUse PowerShell to Search Active Directory Users’ Missing Values and Add Same
Summary : Learn how to use Windows PowerShell to search Microsoft Active Directory for users that have missing values, and automatically add default values. Hey, Scripting Guy! We have several...
View ArticleUse PowerShell and Active Directory Cmdlets to Update Users in Active Directory
Summary : Learn how to use Windows PowerShell and the Active Directory cmdlets to update user objects in Active Directory. Hey, Scripting Guy! Watching you write a custom function to search Active...
View ArticleTap into the PowerShell Community for Fun and Education
Summary : The Windows PowerShell community offers many enjoyable learning opportunities. Guest blogger Tome Tanasovski explains how this works, and how to become involved. Hey, Scripting Guy! How...
View ArticleLearn How to Load and Use PowerShell Snap-ins
Summary : How do I use snap-ins with the Windows PowerShell 2.0 cmdlet, Add-Module ? What are the benefits of using this method over Add-PSSnapin ? Microsoft Scripting Guy Ed Wilson here. I am on...
View ArticleCreate Exact Copies of Active Directory Security Groups in a New Forest
Summary : Guest Blogger Oliver Lipkau shows us how to create exact copies of Active Directory security groups in a new forest. Microsoft Scripting Guy Ed Wilson here. We have a guest blogger today:...
View ArticleUse Splatting to Simplify Your PowerShell Scripts
Summary : Use the Windows PowerShell 2.0 splatting technique to simplify your scripts. This step-by-step article provides the details. Hey, Scripting Guy! I hope this is not a dumb question; I am a...
View ArticleAutomatically Create Custom PowerShell Functions
Summary : Learn how to automatically create custom Windows PowerShell functions by using a free tool that writes your code for you. Hey, Scripting Guy! I wish there was a good way to modify Windows...
View ArticleUse PowerShell to Combine Multiple Commands for Ease of Use
Summary : Learn how to use Windows PowerShell 2.0 to combine multiple commands into new custom functions and simplify your scripting. Hey, Scripting Guy! I do a lot of work from the Windows PowerShell...
View ArticlePackaging .NET Framework Classes into Windows PowerShell Functions
Summary: Learn how to correctly package .NET Framework classes into reusable Windows PowerShell advanced functions in this step-by-step solution. Hey, Scripting Guy! I have been exploring the Microsoft...
View ArticleMake Windows PowerShell Your Web Client
Summary: Interact with websites from Windows PowerShell with this how-to post that wraps .NET Framework classes. Hey, Scripting Guy! I would like to be able to download files and things from the...
View ArticleWeekend Scripter: Using Windows PowerShell to Make a Marquee
Summary: Learn how to display output as moving text by using Windows PowerShell and easy to use techniques. Microsoft Scripting Guy Ed Wilson here. After a long, hot and oppressive summer, Fall has...
View ArticleWeekend Scripter: Use a Free PowerShell Module to Ease DNS Administration
Summary: Learn how to use a free Windows PowerShell module to ease administration of Windows DNS. Microsoft Scripting Guy Ed Wilson here. I have been talking to Chris Dent for several months now, and I...
View ArticleUse .NET Framework Classes to Explore Windows PowerShell Processes
Summary: Microsoft Scripting Guy teaches you how to use .NET Framework classes to explore the Windows PowerShell process in this beginner how-to post Hey, Scripting Guy! I want to first tell you that I...
View ArticleLearn How to Use .NET Framework Commands inside Windows PowerShell
Summary: Microsoft Scripting Guy Ed Wilson shows how to use .NET Framework commands inside Windows PowerShell Hey, Scripting Guy! I understand that Windows PowerShell is built upon the .NET Framework....
View ArticleUse .NET Framework Classes to Work with Strings in Windows PowerShell
Summary: Learn how to use .NET Framework classes to work with strings in Windows PowerShell in this Scripting Guys how-to post. Hey, Scripting Guy! I have been writing VBScript code for years. One...
View ArticleUse Microsoft .NET Framework String Methods from Windows PowerShell
Summary: Microsoft Scripting Guy Ed Wilson teaches how to use .NET Framework string methods from within Windows PowerShell, Hey, Scripting Guy! There are many things I need to do with strings and with...
View Article