Sign In
TechNet Blogs
Technet Blog Images
More ...
Tweet tweet!
Translate this page
Powered by
Microsoft® Translator
Related Links
Blog Home
Script Center Home
Scripting Library
Learn to Script
Script Repository
Scripting Forum
2012 Scripting Games
Common Tasks
Blog Home
RSS for comments
RSS for posts
Atom
OK
Email Blog Author
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
2009 Summer Scripting Games (42)
2010 Scripting Games (115)
2011 Scripting Games (132)
2012 Scripting Games (125)
Active Directory (216)
ActiveX Data Objects (ADO) (30)
Advanced (70)
arrays hash tables and dictionary objects (29)
Beginner (96)
CSV and other delimited files (35)
databases (57)
dates and times (56)
desktop management (111)
displaying output (32)
event logs (45)
events and monitoring (37)
Excel spreadsheet (52)
Excel.Application (31)
files (140)
folders (74)
general management tasks (55)
getting started (299)
groups (39)
guest blogger (264)
Internet Explorer (31)
leaderboard (57)
local accounts and Windows NT 4.0 accounts (33)
Logs and monitoring (48)
Microsoft Excel (114)
Microsoft Outlook (49)
Microsoft Word (95)
multimedia (30)
Office (286)
operating system (229)
other Directory Services (34)
performance (32)
printing (31)
prize winners (32)
processes (48)
Quick-Hits Friday (88)
registry (82)
regular expressions (39)
running (86)
Scripting Guy! (2162)
scripting techniques (990)
Scripting Wife (85)
Sean Kearney (50)
searching Active Directory (63)
security (44)
servers (31)
services (31)
sponsors (38)
storage (211)
string manipulation (48)
text files (147)
troubleshooting (39)
user accounts (89)
using the Internet (38)
VBScript (1049)
Web pages and HTAs (71)
Weekend Scripter (186)
Windows PowerShell (1300)
Windows PowerShell ISE (33)
WMI (159)
writing (45)
Archives
Archives
May 2012
(29)
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)
December, 2010
TechNet Blogs
>
Hey, Scripting Guy! Blog
>
December, 2010
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Hey, Scripting Guy! Blog
Write PowerShell Functions That Accept Pipelined Input
Posted
over 2 years ago
by
ScriptingGuy1
0
Comments
Summary: Learn how to write Windows PowerShell functions that accept pipelined input. Hey, Scripting Guy! I really like the way that some Windows PowerShell cmdlets enable me to pipeline things to it. I do not understand why some Windows PowerShell...
Hey, Scripting Guy! Blog
Learn How to Run PowerShell Scripts Against Multiple Computers
Posted
over 2 years ago
by
ScriptingGuy1
2
Comments
Summary: Microsoft Scripting Guy Ed Wilson teaches you how to run Windows PowerShell Scripts against multiple computers in this step-by-step article. Hey, Scripting Guy! I am wondering on the best way to cause my script to work against multiple...
Hey, Scripting Guy! Blog
The Function of PowerShell Functions
Posted
over 2 years ago
by
ScriptingGuy1
1
Comments
Summary: In this how to article, Microsoft Scripting Guy Ed Wilson discusses design considerations for Windows PowerShell functions. Hey, Scripting Guy! I am trying to decide how to configure my Windows PowerShell function. I have heard that functions...
Hey, Scripting Guy! Blog
To Script, or Not To Script - That is the Question
Posted
over 2 years ago
by
ScriptingGuy1
0
Comments
Summary: Scripting Guy Ed Wilson talks about the design considerations that govern writing Windows PowerShell scripts. Hey, Scripting Guy! I am trying to decide when it is best to write a script, and when not to write a script. Can you help me?...
Hey, Scripting Guy! Blog
The Number One Rule for Writing Great PowerShell Scripts
Posted
over 2 years ago
by
ScriptingGuy1
0
Comments
Summary: In this article, Microsoft Scripting Guy Ed Wilson discusses the rules for writing great Windows PowerShell scripts. Hey, Scripting Guy! I am trying to determine the best way to write my script. This will be my first script, and therefore...
Hey, Scripting Guy! Blog
Weekend Scripter: Create a Holiday Greeting Using PowerShell and WPF
Posted
over 2 years ago
by
ScriptingGuy1
4
Comments
Summary: Microsoft PFE Chris Bellee from Australia shows how to use Windows PowerShell and WPF to create a holiday greeting. Microsoft Scripting Guy Ed Wilson here. It is almost the end of the year and we have decided to devote some posts to the...
Hey, Scripting Guy! Blog
Weekend Scripter: A Windows PowerShell Carol: Ebenezer Script Learns to Send Email
Posted
over 2 years ago
by
ScriptingGuy1
2
Comments
Summary: Conclusion to the Windows PowerShell Carol in which Ebenezer Script learns how to send email from inside a PowerShell script. Microsoft Scripting Guy Ed Wilson here. It is almost the end of the year and we have decided to devote some posts...
Hey, Scripting Guy! Blog
A Windows PowerShell Carol: Ebenezer Script Sees the Future
Posted
over 2 years ago
by
ScriptingGuy1
0
Comments
Summary: A Windows PowerShell Carol in which Ebenezer Script sees the future of scripting. Hey, Scripting Guy! Is it really possible to see the future with Windows PowerShell? -- SK Hello SK, Microsoft Scripting Guy Ed Wilson here. It...
Hey, Scripting Guy! Blog
A Windows PowerShell Carol: Ebenezer Script Creates Text Files
Posted
over 2 years ago
by
ScriptingGuy1
0
Comments
Summary: A Windows PowerShell Carol in which Ebenezer Script learns how to create and to delete text files using PowerShell. Hey, Scripting Guy! Will Ebenezer Script ever see how easy it is to use Windows PowerShell to work with text files? ...
Hey, Scripting Guy! Blog
A Windows PowerShell Carol: Ebenezer Script Manages AD Users
Posted
over 2 years ago
by
ScriptingGuy1
0
Comments
Summary: A Windows PowerShell Carol in which Ebenezer Script learns how to use PowerShell to manage users in Active Directory. Hey, Scripting Guy! Can you tell me if Ebenezer Script will learn how to work with Active Directory users from within...
Hey, Scripting Guy! Blog
A Windows PowerShell Carol: Ebenezer Script Integrates with VBScript
Posted
over 2 years ago
by
ScriptingGuy1
0
Comments
Summary: A Windows PowerShell Carol in which Ebenezer Script learns how to integrate VBScript with PowerShell. Hey, Scripting Guy! Will Ebenezer Script learn how to integrate VBScript with Windows PowerShell? -- JS Hello JS, Microsoft Scripting...
Hey, Scripting Guy! Blog
A PowerShell Carol in which Ebenezer Script Learns WMI
Posted
over 2 years ago
by
ScriptingGuy1
0
Comments
Summary: A Windows PowerShell Carol in which Ebenezer Script learns how easy it to use WMI to check disk space usage. Hey, Scripting Guy! I am wondering if Ebenezer Script will learn how easy it is to work with WMI from inside Windows PowerShell...
Hey, Scripting Guy! Blog
Weekend Scripter: Holiday PowerShell Carol, Part One
Posted
over 2 years ago
by
ScriptingGuy1
0
Comments
Summary: Holiday Windows PowerShell Carol, Part One in which Ebenezer forces Bob SnipIt to use VBScript. Microsoft Scripting Guy Ed Wilson here. It is almost the end of the year and we have decided to devote some posts to the holiday season. We...
Hey, Scripting Guy! Blog
Weekend Scripter: Use PowerShell to Create Holiday Wish List
Posted
over 2 years ago
by
ScriptingGuy1
0
Comments
Summary: Learn how to use Windows PowerShell to create a holiday wish list Microsoft Scripting Guy Ed Wilson here. It is almost the end of the year and we have decided to devote some posts to the holiday season. We even have guest bloggers from...
Hey, Scripting Guy! Blog
Scripting Guys Holiday Special
Posted
over 2 years ago
by
ScriptingGuy1
0
Comments
Microsoft Scripting Guy Ed Wilson here. Remember those really cheesy late night commercials? I used to stay up late on weekends watching “The Cool Ghoul” and making fun of really bogus commercials. Evidently, I was not the only one to engage...
Hey, Scripting Guy! Blog
Use PowerShell NetPoint cmdlets to Ease Network Management
Posted
over 2 years ago
by
ScriptingGuy1
1
Comments
Summary: Learn how to use the NetPoint cmdlets with Windows PowerShell to simplify network management. Hey, Scripting Guy! What can you tell me about how to automate network management while using Windows PowerShell? -- MS Hello MS, Microsoft...
Hey, Scripting Guy! Blog
Use PowerShell to Document Your SQL Database
Posted
over 2 years ago
by
ScriptingGuy1
0
Comments
Summary: Learn how to use Windows PowerShell to document your Microsoft SQL Server database Hey, Scripting Guy! Is it possible to use Windows PowerShell to document my Microsoft SQL Server database? -- CR Hello CR, Microsoft Scripting...
Hey, Scripting Guy! Blog
Dynamic Method Invocation in PowerShell
Posted
over 2 years ago
by
ScriptingGuy1
0
Comments
Summary: Learn how to create a Windows PowerShell function to implement dynamic method invocation. Hey, Scripting Guy! What can you tell me about dynamic method invocation? -- PG Hello PG, Microsoft Scripting Guy Ed Wilson here. Today is...
Hey, Scripting Guy! Blog
Archiving File Shares with Windows PowerShell
Posted
over 2 years ago
by
ScriptingGuy1
2
Comments
Summary: Learn how to use Windows PowerShell to archive file shares. Hey, Scripting Guy! I am interested in using Windows PowerShell to archive file shares, is this something that can be done? -- ST Hello ST, Microsoft Scripting Guy Ed...
Hey, Scripting Guy! Blog
The Scripting Guys Really Do Rock, Conclusion
Posted
over 2 years ago
by
ScriptingGuy1
0
Comments
[Disclaimer: this is a reprint of a previously published article from the TechNet Script Center FunZone. The FunZone was not migrated from our old platform. This article is printed here due to popular demand.] This is part four of a four part series...
Hey, Scripting Guy! Blog
The Scripting Guys Really Do Rock, Part 3 of 4
Posted
over 2 years ago
by
ScriptingGuy1
0
Comments
[Disclaimer: this is a reprint of a previously published article from the TechNet Script Center FunZone. The FunZone was not migrated from our old platform. This article is printed here due to popular demand.] This is part three of a four part series...
Hey, Scripting Guy! Blog
Use PowerShell to Detect Version of Internet Explorer
Posted
over 2 years ago
by
ScriptingGuy1
0
Comments
Summary: Learn how to use Windows PowerShell to detect the version of Internet Explorer that is running on your computer. In this post: Access Environment Variables using a VBS Script Version Control for PowerShell Scripts ...
Hey, Scripting Guy! Blog
Use the PowerShell WMI Event Module to Quickly Monitor Events
Posted
over 2 years ago
by
ScriptingGuy1
0
Comments
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...
Hey, Scripting Guy! Blog
Use a PowerShell Module to Work with WMI Permanent Events
Posted
over 2 years ago
by
ScriptingGuy1
0
Comments
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...
Hey, Scripting Guy! Blog
Use PowerShell to Monitor and Respond to Events on Your Server
Posted
over 2 years ago
by
ScriptingGuy1
3
Comments
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...
Page 1 of 2 (31 items)
1
2