Showing results for July 2012 - Page 5 of 7 - Scripting Blog [archived]

Jul 11, 2012
Post comments count0
Post likes count0

Use PowerShell and Avoid Three Gotcha's with WQL Where Clauses

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, shows you how to avoid three potential issues when using WQL data queries with Windows PowerShell.  Hey, Scripting Guy! Yesterday you said there were three basic WQL keywords: Select, From, and Where. You talked about Select and From. I guess you are going to talk about Where today? Am I right? &mda...

Scripting Guy!Windows PowerShellscripting techniques
Jul 10, 2012
Post comments count0
Post likes count0

Three Easy Ways to Use PowerShell and WQL to Get WMI Data

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using WMI Query Language and Windows PowerShell to get WMI data. Hey, Scripting Guy! What is WQL? It sounds like SQL, but that does not always mean very much. I mean, General Electric and General Motors sound alike, but they do not have much in common. So back to my question, do you know wha...

Scripting Guy!Windows PowerShellscripting techniques
Jul 9, 2012
Post comments count0
Post likes count0

Use PowerShell to Run WMI Commands on Remote Computers

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Windows PowerShell to run WMI commands on remote computers without opening a lot of holes in your firewall.  Hey, Scripting Guy! I have a problem. We have a number of remote systems that I need to manage. We are running the Windows firewall on all systems, and our security team is reluctant to open up a bunch of remot...

Scripting Guy!Windows PowerShellscripting techniques
Jul 8, 2012
Post comments count0
Post likes count0

Weekend Scripter: Easily Add Whatif Support to Your PowerShell Functions

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, shows how to easily add whatif support to your Windows PowerShell functions. Microsoft Scripting Guy, Ed Wilson, is here. I love demoing Windows PowerShell to people who have never seen it—and believe it or not, there are still IT Pros who have not seen or used Windows PowerShell. Most people have ...

Scripting Guy!Windows PowerShellscripting techniques
Jul 7, 2012
Post comments count0
Post likes count0

Weekend Scripter: Cmdletbinding Attribute Simplifies PowerShell Functions

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using the cmdletbinding attribute to simplify Windows PowerShell functions. Microsoft Scripting Guy, Ed Wilson, is here. This morning I was sitting around playing with Windows PowerShell, and I realized that I had not written much about the cmdletbinding attribute. So here goes… The fi...

Scripting Guy!Windows PowerShellscripting techniques