Showing tag results for operating system

Aug 14, 2010
Post comments count3
Post likes count0

Using Group Policy to Deploy a Windows PowerShell Logon Script

ScriptingGuy1

Summary: The easiest way to deploy a Windows PowerShell script to users is to create a Group Policy logon script.   Microsoft Scripting Guy Ed Wilson here. Oh…my eyes feel like they are glued to my eyelids. I am not a night owl, unlike the female who inhabits the house in Charlotte, who seems to enjoy howling at the moon on a regular b...

Scripting Guy!Windows PowerShellWeekend Scripter
Aug 8, 2010
Post comments count0
Post likes count0

Weekend Scripter: Automatically Collecting Process Snapshots

ScriptingGuy1

  Microsoft Scripting Guy Ed Wilson here. It may seem like a “well duh” thing for a Scripting Guy to say, but I love writing scripts. In particular, I love writing Windows PowerShell scripts. One problem with sharing everything I write is that people always have a better idea about how to do things. But better can be relative. In m...

Scripting Guy!Windows PowerShellWeekend Scripter
Aug 7, 2010
Post comments count0
Post likes count0

Weekend Scripter: Boot Tracing with Windows PowerShell

ScriptingGuy1

Microsoft Scripting Guy Ed Wilson here. There used to be a really cool tool available in the Windows Driver Development Kit (DDK) that was called bootvis.exe. I used to use it to create a boot trace for my Windows XP computer. This tool was useful because it would let you know which drivers were taking a long time to load. Unfortunately, there is n...

Scripting Guy!Windows PowerShellWeekend Scripter
May 30, 2010
Post comments count0
Post likes count0

Hey, Scripting Guy! Weekend Scripter: Using the Windows Search Index to Find Specific Files

ScriptingGuy1

  Microsoft Scripting Guy Ed Wilson here. One of the cool things about using Windows PowerShell is the different objects with which you can interact. Windows Search is an example of this. By using ADO, you can query the Windows Search index and retrieve information about files. This technique can have some very interesting possibilities. Beca...

Scripting Guy!Windows PowerShellWeekend Scripter
May 29, 2010
Post comments count0
Post likes count0

Hey, Scripting Guy! Weekend Scripter: Querying the Windows Search Index

ScriptingGuy1

  Microsoft Scripting Guy Ed Wilson here. I finally had time to play around with querying Windows Search from within Windows PowerShell. I tried, back during the beta of Windows Vista, to do that, but I was unable to get it to work. It has been on my mind and on the back burner for quite some time. Today, being a nice relaxed day—due in...

Scripting Guy!Windows PowerShellWeekend Scripter