Add, Modify, Verify, and Sort Your PowerShell Array
Summary: Learn how to add, modify, or verify values in a Windows PowerShell array, and discover two easy techniques for sorting your array. Â Hey, Scripting Guy! I get that arrays are really simple in...
View ArticleFind the Index Number of a Value in a PowerShell Array
Summary: In this blog post, Microsoft Scripting Guy, Ed Wilson, talks about finding the index number of a value in a Windows PowerShell array. Microsoft Scripting Guy, Ed Wilson, is here. The other...
View ArticleRead a CSV File and Build Distinguished Names on the Fly by Using PowerShell
Summary: Learn two ways to read a CSV file with Windows PowerShell and build distinguished names on the fly. Hey, Scripting Guy! I am working on my first big project with Windows PowerShell, and I have...
View ArticleEasily Create and Manipulate an Array of Arrays in PowerShell
Summary: Learn about creating an array of arrays in Windows PowerShell, and see how to store numerical data and rich objects in elements. Microsoft Scripting Guy, Ed Wilson, is here. Yesterday in...
View ArticleCreate a Hash Table in PowerShell that Contains Hash Tables
Summary: Learn how to work with hash tables that contain other hash tables in Windows PowerShell. Microsoft Scripting Guy, Ed Wilson, is here. Well, it is a typical winter day here in Charlotte, North...
View ArticleCombine Arrays and Hash Tables in PowerShell for Fun and Profit
Summary: Take your Windows PowerShell scripting to the next level by combining hash tables and arrays. Microsoft Scripting Guy, Ed Wilson, is here. The Scripting Wife and I are anxiously counting down...
View ArticleUse a PowerShell Script to Start Non-Running Automatic Services
Summary: Guest blogger, Karl Mitschke, discusses a Windows PowerShell script to start non-running services that are set to start automatically. Microsoft Scripting Guy, Ed Wilson, is here. Our guest...
View ArticleUse PowerShell to Search Active Directory for GIDs
Summary: Learn how to use Windows PowerShell to search Active Directory for GIDs. So what is a GID? To the UNIX (and Linux) operating systems, group identifiers (GIDs) and user identifiers (UIDs) are...
View ArticleUse PowerShell to Find and Uninstall Software
Summary: Learn how to use Windows PowerShell to get software installation locations, and to uninstall software from remote computers. Hey, Scripting Guy! We have a dumb application that we have to use...
View ArticleUse PowerShell to Inventory and Update SharePoint Environments
Summary: Learn how to use Windows PowerShell to inventory objects in your SharePoint environment and to script updates. Microsoft Scripting Guy, Ed Wilson, is here. Raymond Mitchell is our guest...
View ArticleUse PowerShell to Simplify Access to Data Through PowerCLI
Summary: Two new features in VMware's PowerCL make it easy for Windows PowerShell to gather virtualization configuration information. Microsoft Scripting Guy, Ed Wilson, is here. Today we have a guest...
View ArticleCustomize the PowerShell Console for Increased Efficiency
Summary: Learn how to easily configure the Windows PowerShell console prompt for more efficiency and increased productivity. Microsoft Scripting Guy, Ed Wilson, is here. Well, once again it is the...
View ArticleUse PowerShell to Easily Organize Your Music Collection
Summary: Microsoft Scripting Guy, Ed Wilson, teaches you how to use Windows PowerShell to organize your music collection for ease of playback on Windows. Microsoft Scripting Guy, Ed Wilson, is here. I...
View ArticleUse PowerShell to Find and Unlock Users in Active Directory
Summary: PowerShell MVP, Sean Kearney, shows how to use Windows PowerShell to find and unlock users in ADÂ DS. Microsoft Scripting Guy, Ed Wilson, is here. Today I am happy to announce that Honorary...
View ArticleUse PowerShell Cmdlets to Search Active Directory
Summary: Windows PowerShell MVP, Sean Kearney, shows how to use Windows PowerShell cmdlets to search Active Directory. Microsoft Scripting Guy, Ed Wilson, is here. Honorary Scripting Guy and Microsoft...
View ArticleUse PowerShell String Techniques to Create User Names for Active Directory
Summary: Microsoft PowerShell MVP, Sean Kearney, shows how to use Windows PowerShell string techniques to create user names for Active Directory. Microsoft Scripting Guy, Ed Wilson, is here. It is time...
View ArticleUse PowerShell to Read a CSV file and Create Active Directory User Accounts
Summary: Learn how to use Windows PowerShell to read a CSV file and to create new user accounts in Active Directory. Microsoft Scripting Guy, Ed Wilson, is here. Once again we return to Windows...
View ArticleUse PowerShell to Audit Active Directory User Account Creation
Summary: Microsoft PowerShell MVP, Sean Kearney, shows how to use Windows PowerShell to audit account creation in Active Directory. Microsoft Scripting Guy, Ed Wilson, is here. Now, with the exciting...
View ArticleUse Windows Search to Find Your PowerShell Scripts
Summary: Microsoft PFE, Gary Siepser, shares a cool Windows Search trick to find Windows PowerShell scripts. Microsoft Scripting Guy, Ed Wilson, is here. Today our guest blogger is Gary Siepser. Here...
View ArticleUse PowerShell and ASCII to Create Folders with Letters
Summary: Microsoft Scripting Guy, Ed Wilson, shows how to use Windows PowerShell and ASCII characters to automatically create folders with letters in the name. Microsoft Scripting Guy, Ed Wilson, is...
View Article