Showing tag results for scripting techniques

Dec 12, 2014
Post comments count0
Post likes count0

Use PowerShell for an Easy Shutdown

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to perform an easy shutdown. Microsoft Scripting Guy, Ed Wilson, is here. One of the things I do with Windows PowerShell is to automate repetitive tasks. It may sound rather obvious, but I can assure you it is not. The reason? I become a creature of habit. I finally w...

Scripting Guy!Windows PowerShellscripting techniques
Dec 11, 2014
Post comments count0
Post likes count0

Use a PowerShell Function to Determine Miles to Go

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about a Windows PowerShell function to determine miles remaining to meet challenge. Microsoft Scripting Guy, Ed Wilson, is here. If you are friends with me on Facebook, you know that in October I accepted a challenge to run a hundred miles before January 31, 2015. I was doing really well until I wa...

Scripting Guy!Windows PowerShellscripting techniques
Dec 10, 2014
Post comments count0
Post likes count0

Use PowerShell and WMI to Explore Threads

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell and WMI to explore processes and threads.  Hey, Scripting Guy! I need to find information about threads that are related to a specific process. I am wondering how I can do this by using Windows PowerShell. Can you help me? —CP  Hello CP, Microsoft Scri...

Scripting Guy!Windows PowerShellscripting techniques
Dec 9, 2014
Post comments count0
Post likes count0

Use PowerShell to Get BIOS Information on Remote Servers

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to retrieve BIOS information from remote servers.  Hey, Scripting Guy! I really hope you can help me. I need to get a list of basic BIOS information from our servers. All of the servers that I need are listed in a single organizational unit (OU) in Active Directo...

Scripting Guy!Windows PowerShellscripting techniques
Dec 8, 2014
Post comments count0
Post likes count0

Pre- and Post-Incrementing Do…While Loop in PowerShell

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about pre- and post-incrementing the Do...While loop in Windows PowerShell.  Hey, Scripting Guy! I think that I found a bug in Windows PowerShell. In fact, I am pretty sure that I have. It involves using the ++ increment operator. For example, I know that $a = $a + 1 is the same as using $a++ ...

Scripting Guy!Windows PowerShellscripting techniques