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 text files that do not seem to be supported with Windows...
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 thing I really liked about VBScript was the large number...
Q: Hey Scripting Guy! I need to migrate a VBScript to Windows PowerShell 2.0 that I use to parse a log file for errors that occur during a specific operation. I am only interested in the errors, not the success statements. Because this log has a tendency...
Q: Hey Scripting Guy! I need to convert a VBScript into Windows PowerShell 2.0. The script reads the first line of all text files that are in a particular folder, and if a specific word is in that file, it moves the text file to an archive folder. --...
Q: Hey Scripting Guy! I need help migrating a script from VBScript to Windows PowerShell 2.0. The VBScript is one that I based upon an old Hey Scripting Guy! article. I use it to search a text file for specific words. If the words are found, the script...
Hey, Scripting Guy! I am trying to learn Windows PowerShell 2.0, but I am having some issues when it comes to string manipulation. I have been a faithful reader of the Scripting Guys for several years, and I have found many of the scripts...
In this post : I Think You Guys Made a Mistake in This Article I Found Using Windows PowerShell to Set the "Managed By" Field How Can I Name Folders with Owners' User Names? How Can I Tell If I Am Running Windows PowerShell 2.0? Is Windows...