-
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, Ed Wilson, is here. In today’s post, guest blogger...
Posted to
Hey, Scripting Guy! Blog
by
Hey, Scripting Guy! Blog : Windows PowerShell
on
12-04-2011
Filed under:
Filed under: Scripting Guy!, Windows PowerShell, scripting techniques, Weekend Scripter, Active Directory, guest blogger, regular expressions, Eric Wright, Computers
-
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 their IP addresses. Microsoft Scripting Guy, Ed Wilson...
Posted to
Hey, Scripting Guy! Blog
by
Hey, Scripting Guy! Blog : Windows PowerShell
on
12-03-2011
Filed under:
Filed under: Scripting Guy!, Windows PowerShell, scripting techniques, Weekend Scripter, Active Directory, guest blogger, regular expressions, Eric Wright, Computers
-
Summary : Windows PowerShell superhero BATCHman uses regular expressions to parse output from handle. Microsoft Scripting Guy Ed Wilson here. Today we have Episode 10 of the BATCHman series. Whenever trouble happens in systems and people will call, and...
-
Summary : In this exciting episode, BATCHman uses Windows PowerShell and regular expressions to thwart the evil Dr. Regex and save the monkeys. Microsoft Scripting Guy, Ed Wilson, is here. Sean Kearney is back with us for three more episodes of the thrilling...
-
Summary : Microsoft Windows PowerShell MVP, Tome Tanasovski, uses regular expressions to get Twitter IDs from a web page while solving Advanced Event 7 in 2011 Scripting Games. Microsoft Scripting Guy, Ed Wilson, here. Tome Tanasovski is the expert commentator...
-
Summary : Microsoft Windows PowerShell senior software engineer, Lee Holmes, solves 2011 Scripting Games Advanced Event 6 and gets Twitter IDs from a web page. Microsoft Scripting Guy, Ed Wilson, here. Today we have Lee Holmes as our expert commentator...
Posted to
Hey, Scripting Guy! Blog
by
Hey, Scripting Guy! Blog : Windows PowerShell
on
04-25-2011
Filed under:
Filed under: Scripting Guy!, Windows PowerShell, scripting techniques, downloading files, using the Internet, regular expressions, 2011 Scripting Games, Advanced, Event 6
-
Summary : Part three in the series about replacing Windows PowerShell aliases with full cmdlet names uses a regular expression pattern and the tokenizer. Weekend Scripter Microsoft Scripting Guy, Ed Wilson, is here. With the final scripts uploaded for...
-
Summary : The Scripting Wife learns how to use the Windows PowerShell switch command and regular expressions to parse text files. Microsoft Scripting Guy, Ed Wilson, is here. The Script Week Live Meetings have been great fun, and the feedback has been...
-
Summary : The Scripting Wife dives into the mysteries of using regular expressions to read and search a group of files in PowerShell. Microsoft Scripting Guy, Ed Wilson, is here. I had a great trip to Seattle, Washington to teach a Windows PowerShell...
-
Summary: Scripting Wife learns how to use Windows PowerShell to easily search a collection of files for phone numbers Spring has nearly sprung in Charlotte, North Carolina. The weather seems to alternate between absolutely perfect, to a little...
-
Summary : The Scripting Wife learns how to use a regular expression pattern to look for phone numbers in text files. Microsoft Scripting Guy, Ed Wilson, here. I am looking over some of the slide decks from the Columbia, South Carolina SQL Saturday #70...
-
Summary : The Scripting Wife learns how to use Windows PowerShell and regular expressions to replace text in strings. Microsoft Scripting Guy, Ed Wilson, here. I just finished a meeting with the Microsoft TechEd people about doing a series of five Live...
-
Summary : On the road to the 2011 Scripting Games, the Scripting Wife learns about regular expressions and string matching. Weekend Scripter Microsoft Scripting Guy, Ed Wilson, here. The Scripting Wife and I decided to head to Hilton Head Island (no relation...
-
Summary : Learn how to use Windows PowerShell regular expressions to parse an RSS feed. Hey, Scripting Guy! How can I find patterns in text with regular expressions when I am unsure of where line breaks will occur in the text I am reading? —TT Hello...
-
Summary : Microsoft MVP, Tome Tanasovski, shows how to use regular expression lookaheads and lookbehinds in Windows PowerShell to format numbers. Hey, Scripting Guy! How do I use a regular expression to add the appropriate commas to a number? —TT...