Biztalk Musings

Biztalk and its use in Healthcare

PS Task

clock April 11, 2012 14:42 by author btsguy

http://www.techrepublic.com/blog/networking/use-powershell-to-schedule-routine-tasks/5534



Read through Windows Event Log with PS

clock March 21, 2012 21:22 by author btsguy

http://blogs.technet.com/b/heyscriptingguy/archive/2010/04/21/hey-scripting-guy-april-21-2010.aspx



Shutdown Computer using Powershell

clock March 21, 2012 21:19 by author btsguy

http://blogs.technet.com/b/heyscriptingguy/archive/2011/04/01/scripting-wife-uses-powershell-to-shut-down-computers.aspx



Compare 2 Folders using Powershell

clock March 21, 2012 21:10 by author btsguy

http://blogs.technet.com/b/heyscriptingguy/archive/2011/10/08/easily-compare-two-folders-by-using-powershell.aspx



Scripting Guy

clock March 21, 2012 20:57 by author btsguy

http://blogs.technet.com/b/heyscriptingguy/



Powershell Registry operations

clock March 16, 2012 16:04 by author btsguy

http://blogs.technet.com/b/heyscriptingguy/archive/2012/03/16/use-powershell-to-edit-the-registry-on-remote-computers.aspx?utm_source=twitterfeed&utm_medium=twitter



Whats new in Powershell 3.0?

clock February 2, 2012 20:12 by author btsguy

http://social.technet.microsoft.com/wiki/contents/articles/4788.powershell-v3-tips-and-tricks-what-s-new-in-v3.aspxhttp://social.technet.microsoft.com/wiki/contents/articles/4788.powershell-v3-tips-and-tricks-what-s-new-in-v3.aspx



Powershell 3.0

clock December 22, 2011 17:10 by author btsguy

http://www.techrepublic.com/blog/networking/powershell-3-takes-scripting-to-new-heights/5204



Powershell

clock December 7, 2011 21:53 by author btsguy

http://www.powershellmagazine.com/2011/12/07/teaching-an-old-dog-new-tricks-liveedu-and-windows-powershell/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+PowershellMagazine+%28PowerShell+Magazine%29



Userful Powershell WMI Queries

clock October 27, 2011 17:36 by author btsguy


  Id CommandLine                                                              
  -- -----------                                                              
   1 get-wmiobject win32_bios                                                 
   2 get-wmiobject win32_baseboard                                            
   3 get-wmiobject win32_computersystem                                       
   4 get-wmiobject win32_operatingsystem                                      
   5 get-wmiobject win32_processor|ft caption,currentClockSpeed,MaxClockSpee...
   6 get-wmiobject win32_physicalmemory                                       
   7 get-wmiobject win32_videocontroller                                      
   8 get-wmiobject win32_videocontroller|ft name,DriverVersion                
   9 h