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
2011 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
2010 Scripting Games
2011 Scripting Games
Active Directory
ActiveX Data Objects (ADO)
ADSI
arrays hash tables and dictionary objects
CSV and other delimited files
databases
dates and times
desktop management
displaying output
event logs
events and monitoring
Excel spreadsheet
Excel.Application
files
FileSystemObject
folders
general management tasks
getting started
groups
guest blogger
hardware
Internet Explorer
local accounts and Windows NT 4.0 accounts
Logs and monitoring
Microsoft Access
Microsoft Excel
Microsoft Outlook
Microsoft Word
modules
multimedia
networking
Office
operating system
other Directory Services
performance
printing
processes
Quick-Hits Friday
registry
regular expressions
running
scripting techniques
Scripting Wife
Sean Kearney
searching Active Directory
security
servers
services
shared folders and mapped drives
SQL Server
storage
string manipulation
text files
troubleshooting
user accounts
using the Internet
VBScript
Web pages and HTAs
Weekend Scripter
Windows PowerShell
Windows PowerShell ISE
WMI
writing
Archives
Archives
February 2012
(25)
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)
Browse by Tags
TechNet Blogs
>
Hey, Scripting Guy! Blog
>
All Tags
>
scripting guy!
Browse by Tags
2009 Summer Scripting Games
2010 Scripting Games
2011 Scripting Games
Active Directory
ActiveX Data Objects (ADO)
ADSI
Advanced
arrays hash tables and dictionary objects
Beginner
client-side management
client-side printing
CSV and other delimited files
databases
dates and times
desktop management
displaying output
event logs
events and monitoring
Excel spreadsheet
Excel.Application
files
FileSystemObject
folders
general management tasks
getting started
graphical
groups
guest blogger
hardware
Internet Explorer
local accounts and Windows NT 4.0 accounts
Logs and monitoring
Microsoft Access
Microsoft Excel
Microsoft Outlook
Microsoft Word
modules
multimedia
networking
Office
operating system
other Directory Services
OUs
performance
printing
processes
Quick-Hits Friday
registry
regular expressions
retrieving input
running
scripting techniques
Scripting Wife
Sean Kearney
searching Active Directory
security
servers
services
shared folders and mapped drives
SQL Server
storage
string manipulation
text files
troubleshooting
user accounts
users
using the Internet
VBScript
Web pages and HTAs
Weekend Scripter
Windows PowerShell
Windows PowerShell ISE
WMI
Word.Application
writing
Blog Post:
Use PowerShell to Back Up Modified Files to the Network
The Scripting Guys
Summary : Learn how to use Windows PowerShell to back up modified files to the network. Hey, Scripting Guy! I have a folder that contains files in it, some of which I modify on a daily basis. I am wondering if I can use Windows PowerShell to back up only the modified files—those that have changed...
on
23 Feb 2012
Blog Post:
The Best Way to Use PowerShell to Delete Folders
The Scripting Guys
Summary : Microsoft Scripting Guy, Ed Wilson, discusses three ways to use Windows PowerShell to delete folders and then selects the best. Hey, Scripting Guy! I have a question. I occasionally need to delete a large number of folders. What is the easiest way to do this? —BR Hello BR...
on
22 Feb 2012
Blog Post:
Learn Four Ways to Use PowerShell to Create Folders
The Scripting Guys
Summary : Microsoft Scripting Guy, Ed Wilson, shows four ways to create folders with Windows PowerShell, and he discusses the merits of each approach. Hey, Scripting Guy! I am trying to find the best way to create a new folder while using Windows PowerShell. I have seen many ways of creating folders...
on
21 Feb 2012
Blog Post:
The Easy Way to Use PowerShell to Work with Special Folders
The Scripting Guys
Summary : Microsoft Scripting Guy Ed Wilson shows the easy way to use Windows PowerShell to work with the paths to special folders. Hey, Scripting Guy! I notice that in lots of your sample scripts, you often use a folder named FSO, and it appears off of your C: drive. Why do you do this? Is creating...
on
20 Feb 2012
Blog Post:
Use PowerShell to Find Last Logon Times for Virtual Workstations
The Scripting Guys
Summary : Learn how to Use Windows PowerShell to find the last logon times for virtual workstations. Microsoft Scripting Guy, Ed Wilson, is here. Welcome back guest blogger, Brian Wilhite. Brian was our guest blogger yesterday when he wrote about detecting servers that will have a problem with an...
on
19 Feb 2012
Blog Post:
Use PowerShell to Save Time with Win32_TimeZone and DST Time Changes
The Scripting Guys
Summary : Write a Windows PowerShell function to determine the status of time changes to daylight savings time. Microsoft Scripting Guy, Ed Wilson, is here. At the Windows PowerShell User Group meeting in Charlotte, North Carolina, Brian Wilhite talked about a few of his scripts during the script...
on
18 Feb 2012
Blog Post:
Scripting Wife Learns to Work with Text Files
The Scripting Guys
Summary : The Scripting Wife learns to use Windows PowerShell to write to text files and to include the date in a log. Microsoft Scripting Guy, Ed Wilson, is here. The other night the Scripting Wife and I went to the Charlotte IT Pro User Group meeting where I participated in a panel discussion about...
on
17 Feb 2012
Blog Post:
Easy Commands to Teach Your Friends about PowerShell
The Scripting Guys
Summary : The Scripting Wife learns about easy Windows PowerShell commands so she can teach her friends about Windows PowerShell. Microsoft Scripting Guy, Ed Wilson, is here. This morning is rather cool, but I am sitting on the front porch sipping a cup of pomegranate tea that I brought back with...
on
16 Feb 2012
Blog Post:
The Scripting Wife Uses PowerShell to Find Service Accounts
The Scripting Guys
Summary : The Scripting Wife interrupts Brahms to learn how to use Windows PowerShell to find service accounts and service start modes. Microsoft Scripting Guy, Ed Wilson, is here. One of life’s real pleasures is sitting around a fireplace, listening to a Brahms concerto , and sipping a cup...
on
15 Feb 2012
Blog Post:
The Scripting Wife Uses PowerShell to Get Hardware Information
The Scripting Guys
Summary : The Scripting Wife needs to get ready for the 2012 Scripting Games, and she uses Windows PowerShell to get hardware info from her laptop. Microsoft Scripting Guy, Ed Wilson, is here. The Scripting Wife and I were in Myrtle Beach , where I was working on the Scripting Games over the weekend...
on
14 Feb 2012
Blog Post:
Use PowerShell to Automate SCOM Agent Installations
The Scripting Guys
Summary : Guest blogger, Boe Prox, shows how to use Windows PowerShell to automate SCOM agent installations. Microsoft Scripting Guy, Ed Wilson, is here. Last month, guest blogger, Boe Prox, wrote a series of blogs about WSUS . Today he is back to talk about SCOM. Boe Prox is currently a senior...
on
13 Feb 2012
Blog Post:
Use .NET Framework Classes to Augment PowerShell when Required
The Scripting Guys
Summary : Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell classes to augment the native functionality of Windows PowerShell. Microsoft Scripting Guy, Ed Wilson, is here. It seems like the conference season is gearing up. Keep an eye on my upcoming appearances page so hopefully...
on
12 Feb 2012
Blog Post:
Why Use .NET Framework Classes from Within PowerShell?
The Scripting Guys
Summary : Microsoft Scripting Guy, Ed Wilson, talks about the need to use .NET Framework classes from within Windows PowerShell code. Microsoft Scripting Guy, Ed Wilson, is here. The Scripting Wife and I had a great meeting with the Windows PowerShell Users Group in Charlotte, North Carolina. It was...
on
11 Feb 2012
Blog Post:
2012 Scripting Games: Frequently Asked Questions
The Scripting Guys
Summary : Refer to this list of frequently asked questions to learn about the 2012 Windows PowerShell Scripting Games. Microsoft Scripting Guy, Ed Wilson, is here. This has been an exciting couple of weeks with the announcement of the 2012 Scripting Games and Windows PowerShell Saturday event in...
on
10 Feb 2012
Blog Post:
Use Tab Expansion in the PowerShell ISE to Avoid Cmdlet Aliases
The Scripting Guys
Summary : Learn how to use Tab Expansion in the Windows PowerShell ISE to avoid using cmdlet aliases and to add complete parameter names in commands. Hey, Scripting Guy! I spend a decent amount of time working with scripts, and I would like to learn how to use the Windows PowerShell ISE more effectively...
on
9 Feb 2012
Blog Post:
Learn Keyboard Tricks to Use the PowerShell ISE Easier
The Scripting Guys
Summary : Learn how to use the Windows PowerShell ISE more effectively by leveraging keyboard shortcuts. Hey, Scripting Guy! I am the network administrator for a large company, and we have to go through very rigorous testing before we can download and install software on our servers. This requirement...
on
8 Feb 2012
Blog Post:
Learn How to Use the Free PowerShell ISE to Edit Scripts
The Scripting Guys
Summary : Learn about using the Windows PowerShell ISE to edit scripts, and to modify the script execution policy in this step-by-step blog. Hey, Scripting Guy! I have a problem. I was following your blog yesterday about typing long commands inside the Windows PowerShell ISE , and I saved my work...
on
7 Feb 2012
Blog Post:
Use the PowerShell ISE to Work with Long Commands
The Scripting Guys
Summary : Learn how to use the Windows PowerShell ISE to work with long commands and make things easier to understand. Hey, Scripting Guy! I don’t get the purpose of the Windows PowerShell ISE. I mean, we have the Windows PowerShell console, and most of the time, all I am doing is typing a few...
on
6 Feb 2012
Blog Post:
2012 Scripting Games Study Guide: A Resource for Learning PowerShell
The Scripting Guys
Summary : The 2012 Windows PowerShell Scripting Games Study Guide is a great resource that points to important sources for learning Windows PowerShell. Microsoft Scripting Guy, Ed Wilson, is here. The 2012 Scripting Games happen April 2 – April 13, 2012, and they will test skills that are...
on
5 Feb 2012
Blog Post:
Grab the 2012 Scripting Games Badge!
The Scripting Guys
Please show your s upport for the 2012 Scripting Games by linking back to us! Copy the following code and paste it into your blog! <a href="http://blogs.technet.com/heyscriptingguy/archive/tags/2012+Scripting+Games/default.aspx"><img alt="2012 Scripting Games" src=http://blogs.technet.com...
on
4 Feb 2012
Blog Post:
2012 Windows PowerShell Scripting Games: All Links on One Page
The Scripting Guys
Summary : The All Links on One Page for the 2012 Windows PowerShell Scripting Games is essential for monitoring the latest information about the games. Microsoft Scripting Guy, Ed Wilson, is here. The 2012 Windows PowerShell Scripting Games begin on April 2, 2012, and they run through April 13...
on
4 Feb 2012
Blog Post:
Increase Performance by Slowing Down Your PowerShell Script
The Scripting Guys
Summary : Microsoft PFE, Georges Maheu, further optimizes the Windows PowerShell script he presented earlier this week. Microsoft Scripting Guy, Ed Wilson, is here. Our guest blogger today is Georges Maheu. Georges presented a script three days ago to gather Windows services information in an Excel...
on
3 Feb 2012
Blog Post:
Speed Up Excel Automation with PowerShell Jobs
The Scripting Guys
Summary : Microsoft PFE, Georges Maheu, further optimizes the Windows PowerShell script that he presented in his previous two blogs. Microsoft Scripting Guy, Ed Wilson, is here. Our guest blogger today is Georges Maheu. Georges presented a script two days ago to gather Windows services information...
on
2 Feb 2012
Blog Post:
Speed Up Excel Automation with PowerShell
The Scripting Guys
Summary : Microsoft PFE, Georges Maheu, optimizes the Windows PowerShell script he presented yesterday. Microsoft Scripting Guy, Ed Wilson, is here. Our guest blogger today is Georges Maheu. Georges presented a script yesterday to gather Windows services information in an Excel spreadsheet. Although...
on
1 Feb 2012
Blog Post:
Beat the Auditors, Be One Step Ahead with PowerShell
The Scripting Guys
Summary : Microsoft PFE, Georges Maheu, opens his security assessment toolbox to discuss a Windows PowerShell script he uses to look at Windows services. Microsoft Scripting Guy, Ed Wilson, is here. Our guest blogger today is Georges Maheu . Georges is one of my best friends, and I had a chance to...
on
31 Jan 2012
Page 1 of 83 (2,055 items)
1
2
3
4
5
»