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 : 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...