Showing archive results for 2011

Aug 13, 2011
Post comments count0
Post likes count0

Use PowerShell to Audit and Install Windows Patches

Doctor Scripto

Summary: Learn how to use a free Windows PowerShell module to audit and install patches on Windows systems.   Microsoft Scripting Guy Ed Wilson here. Today, I am proud to present a guest blog post written by Boe Prox. Boe has written a really cool module to audit and install software patches on Windows systems. Boe is currently a senior system...

Scripting Guy!Windows PowerShellguest blogger
Aug 12, 2011
Post comments count1
Post likes count0

Use PowerShell to Work with Pictures in Microsoft Excel

Doctor Scripto

Summary: Guest Blogger Robert Robelo shows how to use Windows PowerShell to work with images in Microsoft Excel.   Microsoft Scripting Guy Ed Wilson here. Our guest blogger today is Robert Robelo. First, I want to give Robert a chance to tell us a little bit about himself. I live in Nicaragua. I have been an incomplete quadriplegic (paralyzed ...

Scripting Guy!Windows PowerShellguest blogger
Aug 11, 2011
Post comments count0
Post likes count0

Configure a Network Adapter to Wake a Computer Via PowerShell

Doctor Scripto

Summary: Learn how to use Windows PowerShell to configure a remote computer's network adapter to wake the computer.   Hey, Scripting Guy! At work, we have been trying to get our automation solution put into place. One problem is that on many of the computers, the network adapter is not configured to allow it to wake up the machine. This means ...

Scripting Guy!Windows PowerShellscripting techniques
Aug 10, 2011
Post comments count0
Post likes count0

Use PowerShell and WMI to Terminate Multiple Processes

Doctor Scripto

Summary: Learn how to use Windows PowerShell and WMI to terminate multiple processes.   Hey, Scripting Guy! I am wondering about how to use WMI to work with multiple instances of a class. For example, if I have 50 processes running, and I want to kill all of them at the same time, I can easily do this using the Get-Process and Stop-Process cmd...

Scripting Guy!Windows PowerShellscripting techniques
Aug 9, 2011
Post comments count0
Post likes count0

Use PowerShell to Convert SDDL to Binary Format

Doctor Scripto

Summary: Learn how to use Windows PowerShell to convert security descriptors to different formats.   Hey, Scripting Guy! I was reading through a listing of WMI methods recently, and I ran across a WMI class that looks interesting—Win32_SecurityDescriptorHelper. I think it will help me, because it seems like every security utility wants a...

Scripting Guy!Windows PowerShellscripting techniques