Sign in
TechNet Blogs
Technet Blog Images
More ...
Browse by Tags
TechNet Blogs
>
Hey, Scripting Guy! Blog
>
All Tags
>
events and monitoring
>
windows powershell
Server & Tools Blogs
>
Server & Management Blogs
>
Hey, Scripting Guy! Blog
All About Windows Server
Windows Server
Windows Server Essentials Blog
Building Clouds
Partner & Customer Solutions
Server & Cloud
Ask The
Performance Team
Ask Premier Field Engineering
Ask the Core Team
Cloud & Datacenter Management
The System Center Team Blog
System Center Virtual Machine Manager
System Center Service Manager
System Center Operations Manager
System Center Data Protection Manager
System Center Orchestrator
Partner & Customer Solutions
Client Management
System Center Configuration Manager
System Center Service Manager
MDOP
Malware Protection Center
Windows Intune
SUS
Partner and Customer Solutions
Virtualization, VDI & Remote Desktop
Virtualization Team Blog
Ben Armstrong’s Virtualization Blog
Jose Barreto Blog on Hyper-V
Partner & Customer Solutions
Remote Desktop Services
Windows Multipoint Server
Ask the Core Team on Hyper-V
File & Storage & High Availability
File & Storage
Jose Barreto
Partner & Customer Solutions
Ask the Core Team on Failover Cluster
Clustering & High Availability
Windows Server Management
PowerShell
Hey Scripting Guy (PowerShell)
Server Manager
Group Policy
Networking
Identity & Access
Ask Directory Services
Active Directory
Microsoft Leadership
Brad Anderson - In the Cloud
Hey, Scripting Guy! Blog
Learn about Windows PowerShell
Live Now on Server & Tools Blogs
Subscribe
Comments
Contact
Menu
Blog Home
Atom
Translate this page
Powered by
Microsoft® Translator
Twitter Feed
Recent Posts
Variable Substitution in a PowerShell Script Block
Posted
11 hours ago
by
The Scripting Guys
0
Comments
PowerTip: Create a PowerShell Script Block on the Fly
Posted
23 hours ago
by
The Scripting Guys
0
Comments
PowerShell Hash Tables that Contain Keywords...hmm...
Posted
1 day ago
by
The Scripting Guys
2
Comments
PowerTip: Create an XML Representation of a Registry Key with PowerShell
Posted
1 day ago
by
The Scripting Guys
1
Comments
Tags
2010 Scripting Games
Active Directory
Bruce Payette
client-side management
databases
dates and times
desktop management
displaying output
event logs
general management tasks
General Mgmt Tasks
guest blogger
messaging and communication
operating system
performance
processes
Scripting Guy!
scripting techniques
searching Active Directory
sending email
Trevor Sullivan
troubleshooting
VBScript
Weekend Scripter
WMI
Related Resources
Script Center Home
Scripting Library
Learn to Script
Script Repository
Scripting Forum
2012 Scripting Games
Archives
Archives
May 2013
(46)
April 2013
(61)
March 2013
(62)
February 2013
(56)
January 2013
(62)
December 2012
(62)
November 2012
(68)
October 2012
(62)
September 2012
(62)
August 2012
(63)
July 2012
(32)
June 2012
(39)
May 2012
(33)
April 2012
(97)
March 2012
(44)
February 2012
(31)
January 2012
(31)
December 2011
(31)
November 2011
(30)
October 2011
(31)
September 2011
(30)
August 2011
(31)
July 2011
(31)
June 2011
(30)
May 2011
(31)
April 2011
(97)
March 2011
(41)
February 2011
(28)
January 2011
(31)
December 2010
(31)
November 2010
(30)
October 2010
(31)
September 2010
(30)
August 2010
(33)
July 2010
(31)
June 2010
(30)
May 2010
(67)
April 2010
(65)
March 2010
(34)
February 2010
(29)
January 2010
(23)
December 2009
(23)
November 2009
(22)
October 2009
(23)
September 2009
(22)
August 2009
(25)
July 2009
(24)
June 2009
(38)
May 2009
(22)
April 2009
(22)
March 2009
(22)
February 2009
(20)
January 2009
(22)
December 2008
(8)
November 2008
(17)
October 2008
(9)
September 2008
(8)
August 2008
(6)
July 2008
(5)
June 2008
(21)
May 2008
(21)
April 2008
(22)
March 2008
(21)
February 2008
(21)
January 2008
(22)
December 2007
(10)
November 2007
(20)
October 2007
(23)
September 2007
(19)
August 2007
(23)
July 2007
(21)
June 2007
(21)
May 2007
(22)
April 2007
(21)
March 2007
(22)
February 2007
(21)
January 2007
(21)
December 2006
(11)
November 2006
(20)
October 2006
(22)
September 2006
(20)
August 2006
(23)
July 2006
(20)
June 2006
(22)
May 2006
(22)
April 2006
(20)
March 2006
(23)
February 2006
(20)
January 2006
(21)
December 2005
(16)
November 2005
(20)
October 2005
(21)
September 2005
(21)
August 2005
(23)
July 2005
(20)
June 2005
(22)
May 2005
(21)
April 2005
(21)
March 2005
(22)
February 2005
(20)
January 2005
(21)
December 2004
(16)
November 2004
(20)
October 2004
(21)
September 2004
(21)
August 2004
(22)
More
▼
Less
▲
Tagged Content List
Blog Post:
Use PowerShell to Perform an Orderly Shutdown of a Server Running Hyper-V
The Scripting Guys
Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to shut down all virtual machines on a server running Hyper-V prior to shutting down the server. Hey, Scripting Guy! From time to time I need to shut down one of our servers that is running the Hyper-V role. The problem...
on
21 Feb 2013
Blog Post:
Use PowerShell to Create a Permanent WMI Event to Launch a VBScript
The Scripting Guys
Summary : Microsoft Scripting Guy, Ed Wilson, discusses creating a permanent WMI event registration to monitor for new files and clean up the file names. Microsoft Scripting Guy, Ed Wilson, is here. I just booked the room for the Atlanta (Alpharetta) PowerShell Saturday. This will be PowerShell...
on
20 Jul 2012
Blog Post:
Using the WMI Admin Tools to Check on Permanent Events
The Scripting Guys
Summary : Microsoft Scripting Guy, Ed Wilson, shows how to use the WMI Administrative tools to check on Permanent WMI events created by Windows PowerShell. Microsoft Scripting Guy, Ed Wilson, is here. We continue to get new sponsors for the second Windows PowerShell Saturday event that will be held...
on
19 Jul 2012
Blog Post:
How to Use VBScript to Run a PowerShell Script
The Scripting Guys
Summary : Microsoft Scripting Guy, Ed Wilson, shows you that it's easier than you think to use VBScript to run a Windows PowerShell script. Microsoft Scripting Guy, Ed Wilson, is here. Things are really heating up around here—and I am not just talking about the hot, humid weather down in Charlotte...
on
18 Jul 2012
Blog Post:
Use PowerShell to Monitor for the Creation of New Files
The Scripting Guys
Summary : Microsoft Scripting Guy, Ed Wilson, shows how to use Windows PowerShell to monitor for the creation of new files. Microsoft Scripting Guy, Ed Wilson, is here. Yesterday’s email from KS about his problems with files that contain leading spaces in them got me thinking. Although running...
on
17 Jul 2012
Blog Post:
The Easy Way to Monitor for an IP Address by Using PowerShell
The Scripting Guys
Summary : The Microsoft Scripting Guy, Ed Wilson, shows how to use Windows PowerShell to monitor for acquiring an IP address. Hey, Scripting Guy! We have a problem. It seems that when people with laptops come into the office, it takes forever for them to obtain network access. On the tool bar, a blue...
on
20 Jun 2012
Blog Post:
An Insider’s Guide to Using WMI Events and PowerShell
The Scripting Guys
Summary : Microsoft Scripting Guy, Ed Wilson, reviews and discusses Hey, Scripting Guy! Blog posts about WMI events and Windows PowerShell. Microsoft Scripting Guy, Ed Wilson, is here. Tickets for the Jacksonville IT Pro Camp are rapidly disappearing. If you are anywhere near Jacksonville, Florida...
on
8 Jun 2012
Blog Post:
Monitor and Respond to Windows Power Events with PowerShell
CraigLieb
Summary : Guest Blogger Trevor Sullivan shows how to monitor and to respond to Windows Power events using Windows PowerShell. Microsoft Scripting Guy Ed Wilson here. Today’s guest blogger is Trevor Sullivan, and he has a fascinating article about responding to power management events. First...
on
16 Aug 2011
Blog Post:
Use PowerShell to Troubleshoot Software Installation
The Scripting Guys
Summary : Use Windows PowerShell to troubleshoot software installation. Hey, Scripting Guy! I am having a problem troubleshooting the installation of an MSI package. I am using Group Policy to deploy the MSI package, and on some computers, it seems to work, but on other computers it fails. After...
on
13 Jul 2011
Blog Post:
Manage Event Subscriptions with PowerShell
ScriptingGuy1
Summary : Bruce Payette shows how to manage event subscriptions with Windows PowerShell. Microsoft Scripting Guy, Ed Wilson, here. I am really excited about the idea I had for this week, and I hope you will be too. I asked Candace Gillhoolley at Manning Press about posting some sample works from some...
on
17 Jun 2011
Blog Post:
Use Asynchronous Event Handling in PowerShell
ScriptingGuy1
Summary : Bruce Payette shows how to use asynchronous event handling in Windows PowerShell. Microsoft Scripting Guy, Ed Wilson, here. I am really excited about the idea I had for this week, and I hope you will be too. I asked Candace Gillhoolley at Manning Press about posting some sample works from...
on
16 Jun 2011
Blog Post:
Use the PowerShell WMI Event Module to Quickly Monitor Events
ScriptingGuy1
Summary: Learn how to use a Windows PowerShell WMI module to create permanent event monitors. Hey, Scripting Guy! Can you provide some concrete examples of using the Windows PowerShell permanent event consumer module? -- TS Hello TS, Microsoft Scripting Guy Ed Wilson here. Today Trevor...
on
9 Dec 2010
Blog Post:
Use a PowerShell Module to Work with WMI Permanent Events
ScriptingGuy1
Summary: Learn how to use a Windows PowerShell module to work with WMI permanent events. Hey, Scripting Guy! Your posts this week on permanent event consumers have been really cool. I am wondering, if they are so useful, why there is not a Windows PowerShell cmdlet to allow one to interact with...
on
8 Dec 2010
Blog Post:
Use PowerShell to Monitor and Respond to Events on Your Server
ScriptingGuy1
Summary: Learn how to use Windows PowerShell to monitor and to respond to events on your computer or server without the need to run a script. Hey, Scripting Guy! I am interested in learning how to use Windows PowerShell to create a Windows Management Instrumentation ( WMI ) permanent event consumer...
on
7 Dec 2010
Blog Post:
Weekend Scripter: Tea Time!
ScriptingGuy1
Microsoft Scripting Guy Ed Wilson here. It has been a great week with some excellent guest bloggers. It is not that I took the week off; rather, I have spent the week working on some special projects I wanted to complete. The great thing about working with guest bloggers is that I get to tap into world...
on
2 Oct 2010
Blog Post:
Quick-Hits Friday: The Scripting Guys Respond to a Bunch of Questions (9/24/10)
ScriptingGuy1
In this post : Shuffling Values Around in an Active Directory Organizational Unit How Can I Be Notified by Email of Specific Words Being Found in the Event Log? Shuffling Values Around in an Active Directory Organizational Unit Hey, Scripting Guy! I need to shuffle values...
on
24 Sep 2010
Blog Post:
Hey, Scripting Guy! How Can I Log Out a User if They Launch a Particular Application?
ScriptingGuy1
Hey, Scripting Guy! I need to be able to use Windows PowerShell 2.0 to log a user out of their desktop machine if they launch a particular application. This is not for security reasons or to keep people from playing games. This is because we have a really dumb application that requires a specific user...
on
10 Jun 2010
Blog Post:
Hey, Scripting Guy! How Can I Have Files Copied to a USB Drive When the Drive Is Inserted into a Computer?
ScriptingGuy1
Hey, Scripting Guy! I would like to be able to use Windows PowerShell 2.0 to monitor for the insertion of a portable USB drive into a computer. When the drive is detected as having been added to the computer, I would like to have the script copy files to the USB drive. Is this possible? -- AJ ...
on
7 Jun 2010
Blog Post:
Hey, Scripting Guy! Can I Use WMI to Determine When Someone Logs Off a User or Shuts Down a Server?
ScriptingGuy1
Hey, Scripting Guy! I have a Windows Server 2003 computer that I need to monitor for reboots. This may sound rather strange, but this server is more of a workstation, and we have a user mode application that runs under an actual user account. Therefore, we log on using the ID we have set up, launch the...
on
15 Apr 2010
Blog Post:
Hey, Scripting Guy! How Can I Retrieve Information About Laptops Changing from Full Power to Minimal Power Usage?
ScriptingGuy1
Hey, Scripting Guy! I have a number of users on our network that use laptops as their primary workstation. These users are constantly complaining that their screen goes dark on them, or that the computer is running slow. I think the problem is the laptops switching between battery and AC power, or maybe...
on
14 Apr 2010
Blog Post:
Hey, Scripting Guy! How Can I Be Notified When a USB Drive Is Plugged into My Computer?
ScriptingGuy1
Hey, Scripting Guy! I would like to be notified when I plug in a USB drive into my computer. I have some cool ideas for using that, but I do not know how to detect when a USB drive is plugged in. I know I can run a script that loops through looking for all drives, and compares them with a previous collection...
on
13 Apr 2010
Blog Post:
Hey, Scripting Guy! Can I Start an Event Based on When a Registry Value Is Changed?
ScriptingGuy1
Hey, Scripting Guy! I need to be notified when a particular registry key value gets changed. The registry value is in the HKEY_LOCAL_MACHINE hive. What I am trying to accomplish is this: I am using a script to install software. After the first piece of software is successfully installed, I want to install...
on
5 Nov 2009
Blog Post:
Hey, Scripting Guy! Can I Format a Portable Drive When It Is Inserted Into a Computer?
ScriptingGuy1
Hey, Scripting Guy! I work with portable USB drives all the time. These are used for backup purposes, for temporary storage, for Sneakernet , and as a means to work with extremely large files that I do not want cluttering up the small hard disk drive on my corporate standard desktop. The problem is that...
on
4 Nov 2009
Blog Post:
Hey, Scripting Guy! Can I Be Informed When a Portable Drive Is Added by My Computer?
ScriptingGuy1
Hey, Scripting Guy! I would love to be able to write a Windows PowerShell script that will inform me when a portable drive is added to my computer. Do you have ideas you could suggest? -- RC Hello RC, Microsoft Scripting Guy Ed Wilson here. Well it has already been a rather interesting week...
on
3 Nov 2009
Blog Post:
Hey, Scripting Guy! How Can I Write an Event-Driven Script?
ScriptingGuy1
Hey, Scripting Guy! I have a problem at work. It is not with the pointy-headed boss, but I believe the problem is probably related to him anyway. There is this application that runs on a workstation in our computer room. It is not a client server application, and of course the workstation is not really...
on
2 Nov 2009
Page 1 of 2 (28 items)
1
2