Sign in
TechNet Blogs
Technet Blog Images
More ...
Blog - Title
December, 2009
TechNet Blogs
>
Hey, Scripting Guy! Blog
>
December, 2009
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
Useful Links
Learn Powershell
TechNet Script Center Home page
Scripting Guys Script Repository
The Official Scripting Guys Scripting Forum
Subscribe
Comments
Contact
Menu
Blog Home
Atom
Translate this page
Powered by
Microsoft® Translator
Twitter Feed
Tags
2010 Scripting Games
2011 Scripting Games
2012 Scripting Games
Active Directory
Advanced
Beginner
databases
dates and times
desktop management
event logs
events and monitoring
Excel spreadsheet
files
folders
general management tasks
getting started
guest blogger
leaderboard
Logs and monitoring
Microsoft Excel
Microsoft Outlook
Microsoft Word
networking
Office
operating system
PowerShell 3
PowerTip
processes
Quick-Hits Friday
registry
running
Scripting Guy!
scripting techniques
Scripting Wife
Sean Kearney
searching Active Directory
security
servers
SQL Server
storage
string manipulation
text files
user accounts
using the Internet
VBScript
Web pages and HTAs
Weekend Scripter
Windows PowerShell
WMI
writing
More
▼
Less
▲
Related Resources
Script Center Home
Scripting Library
Learn to Script
Script Repository
Scripting Forum
2012 Scripting Games
Archives
Archives
May 2013
(47)
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
▲
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Hey, Scripting Guy! Blog
Hey, Scripting Guy! How Can I List All User Profiles on a Remote Computer?
Posted
over 4 years ago
by
ScriptingGuy1
1
Comments
Hey, Scripting Guy! I am trying to administer a remote computer using Windows PowerShell 2.0, and I need to find out what profiles are stored on that computer. I found an old VBScript that reads the registry, but it looks like it will be a lot of work...
Hey, Scripting Guy! Blog
Hey, Scripting Guy! Can I Use Windows PowerShell to Create a New Outlook Inbox Rule?
Posted
over 4 years ago
by
ScriptingGuy1
6
Comments
Hey Scripting Guy! I would absolutely love to see a Windows PowerShell script that would create a new inbox rule in Microsoft Outlook. I have looked all over the Internet and have come up blank. I have asked friends, and people at work and no one seems...
Hey, Scripting Guy! Blog
Hey, Scripting Guy! Can Windows PowerShell Functions Accept More Than One Input?
Posted
over 4 years ago
by
ScriptingGuy1
0
Comments
Hey, Scripting Guy! I have a function that I would like to modify to accept multiple inputs. I have seen examples of a function that uses a single input parameter, but I have not found a Windows PowerShell function that uses two inputs. How can I cause...
Hey, Scripting Guy! Blog
Hey, Scripting Guy! How Can I Change Browser History Settings via the Registry?
Posted
over 4 years ago
by
ScriptingGuy1
0
Comments
Hey, Scripting Guy! Awhile back, I visited a really cool Web site (not yours), but I did not save it as a favorite. The site does not show up in my History folder. Is there any way I can use a script to retrieve this information? By the way, I enjoy reading...
Hey, Scripting Guy! Blog
Hey, Scripting Guy! How Can I Use WMI to Set the Screen Saver Timeout Value on Workstations?
Posted
over 4 years ago
by
ScriptingGuy1
2
Comments
Hey Scripting Guy! I have been trying to set the screen saver time out value on my workstations by using WMI. It is not working. Can you help me get WMI working? -- HR Hello HR, Microsoft Scripting Guy Ed Wilson here. My teapot is empty. I...
Hey, Scripting Guy! Blog
Hey, Scripting Guy! Can I Call WMI Methods More Easily with Windows PowerShell 2.0?
Posted
over 4 years ago
by
ScriptingGuy1
1
Comments
Hey, Scripting Guy! I enjoy working with WMI, but it can be a bit complicated to make it do anything. It is great at retrieving information, and in conjunction with the Windows PowerShell Get-WMIObject cmdlet, it is really easy to obtain lots of information...
Hey, Scripting Guy! Blog
Hey, Scripting Guy! How Do I Use Functions in Windows PowerShell 2.0?
Posted
over 4 years ago
by
ScriptingGuy1
0
Comments
Hey, Scripting Guy! I am confused about using functions in Windows PowerShell 2.0. I was also confused about using functions in Windows PowerShell 1.0. Are they like functions in VBScript, or are they something different? In addition, I have tried to...
Hey, Scripting Guy! Blog
Hey, Scripting Guy! Does the Win32_Volume WMI Class Support Filtering on the Name Property?
Posted
over 4 years ago
by
ScriptingGuy1
1
Comments
Hey, Scripting Guy! I have a problem using the Win32_Volume WMI class on my Windows Vista computer. I keep getting an error. I have searched the Internet using Bing and other search engines, but I cannot find the answer to my problem. It should be so...
Hey, Scripting Guy! Blog
Hey, Scripting Guy! How Can I Retrieve the Custom Properties of a Microsoft Word Document?
Posted
over 4 years ago
by
ScriptingGuy1
2
Comments
Hey Scripting Guy! One of the things that I hate about Microsoft Word is the custom properties that can be set on a document. Ok, well maybe I do not actually hate the custom properties. In fact, I would love to love them. The problem is that after they...
Hey, Scripting Guy! Blog
Hey, Scripting Guy! Quick-Hits Friday: The Scripting Guys Respond to a Bunch of Questions (12/25/09)
Posted
over 4 years ago
by
ScriptingGuy1
1
Comments
In this post : How Can I Get a List of All Drivers Available to a Computer? Can I Query IIS Via WMI? Tell Me More About Querying WMI Objects Tell Me More About the WMI Shadow Copy Class Troubleshooting an HTA Script How Can I Deploy...
Hey, Scripting Guy! Blog
Hey, Scripting Guy! How Can I Tell Which Outlook Rules I Have Created?
Posted
over 4 years ago
by
ScriptingGuy1
2
Comments
Hey, Scripting Guy! I don’t know about you, but it seems that I am getting overwhelmed at work with e-mail. In the old days, e-mail was not much of a problem and it was a great way to communicate. Today, I get so much e-mail that it would actually take...
Hey, Scripting Guy! Blog
Hey, Scripting Guy! With Windows PowerShell Can I Get a List of E-Mail I Have Marked for Follow-Up?
Posted
over 4 years ago
by
ScriptingGuy1
0
Comments
Hey, Scripting Guy! I don’t know about you, but I get a ton of e-mail every day. Of course, I use inbox rules to filter my e-mail, but one thing that I seem to miss is e-mail that has been marked for follow-up. I would love to see a Windows PowerShell...
Hey, Scripting Guy! Blog
Hey, Scripting Guy! Quick-Hits Friday: The Scripting Guys Respond to a Bunch of Questions (12/18/09)
Posted
over 4 years ago
by
ScriptingGuy1
1
Comments
In this post : Help Me Make This Code Work! How Can I Copy a Folder from One Computer to Many Other Computers? Addressing Some Unexpected VBScript While...Wend Behavior Can I Display My Hard Drive's Temperature? Help Me Make This...
Hey, Scripting Guy! Blog
Hey, Scripting Guy! How Can I Create a Disk Space Report in a Word Document?
Posted
over 4 years ago
by
ScriptingGuy1
0
Comments
Hey, Scripting Guy! We are having problems with several of our servers at work. Several of them were upgraded from Windows NT 4, and as a result, we are constantly running into disk space issues on the C:\ drive. I would rather manage the problem than...
Hey, Scripting Guy! Blog
Hey, Scripting Guy! Why Would I Even Want to Use Functions in My Windows PowerShell Scripts?
Posted
over 4 years ago
by
ScriptingGuy1
0
Comments
Hey, Scripting Guy! You have been talking about writing functions and using functions all week. To me it seems like a lot of extra work to create a function. Do I have to write functions? Or can I just write my code in a script like I used to do with...
Hey, Scripting Guy! Blog
Hey, Scripting Guy! Can I Use the Registry to Retrieve a List of the Most Recently Run Programs?
Posted
over 4 years ago
by
ScriptingGuy1
0
Comments
Hey, Scripting Guy! When I work on a computer, I often run many commands. I generally use Run from the Start menu to launch these programs. When I am finished, I use a script I copied from the Scripting Guys archive to display all the commands that I...
Hey, Scripting Guy! Blog
Hey, Scripting Guy! How Can I List All the Properties of a Microsoft Word Document?
Posted
over 4 years ago
by
ScriptingGuy1
0
Comments
Hey, Scripting Guy! I am trying to find a Windows PowerShell script that will list all the properties of a Microsoft Word document. I am not talking about the size and the date of the document; those are file properties. I am talking about stuff like...
Hey, Scripting Guy! Blog
Hey, Scripting Guy! Can I Share My Microsoft Outlook Calendar via E-Mail?
Posted
over 4 years ago
by
ScriptingGuy1
3
Comments
Hey, Scripting Guy! I really like the ability to export my calendar into a shareable format with Microsoft Outlook. It is really cool, but can I accomplish this by using a Windows PowerShell script? -- MB Hello MB, Microsoft Scripting Guy...
Hey, Scripting Guy! Blog
Hey, Scripting Guy! Quick-Hits Friday: The Scripting Guys Respond to a Bunch of Questions (12/11/09)
Posted
over 4 years ago
by
ScriptingGuy1
0
Comments
In this post : Can I Save Outlook 2007 Attachments to a Folder? Troubleshooting a Script That Uses the Win32_OperatingSystem Class Where Can I Find a Complete List of Singleton Classes in Windows Server 2008? How Can I Remotely Execute...
Hey, Scripting Guy! Blog
Hey, Scripting Guy! How Can I Italicize Specific Words in a Microsoft Word Document?
Posted
over 4 years ago
by
ScriptingGuy1
1
Comments
Hey, Scripting Guy! I do not know about you, but I hate having to italicize certain words. Actually, I hate italicizing all words because I do not like removing my hands from the keyboard, grabbing the mouse, and then searching for where the text formatting...
Hey, Scripting Guy! Blog
Hey, Scripting Guy! How Can I Ensure My Scripts Won't Fail on Various Windows Operating Systems?
Posted
over 4 years ago
by
ScriptingGuy1
0
Comments
Hey, Scripting Guy! I have a mixture of operating systems at work. We have Windows XP on the desktop, a few Windows Vista machines, Windows 7 on a few computers so far, Windows 2003 in the server room, and Windows 2008 and a couple of Windows 2008 R2...
Hey, Scripting Guy! Blog
Hey, Scripting Guy! Quick-Hits Friday: The Scripting Guys Respond to a Bunch of Questions (12/4/09)
Posted
over 4 years ago
by
ScriptingGuy1
0
Comments
In this post : What Happened to the MSScript E-Mail Alias? How Does the Clear-EventLog Cmdlet Work? How Can I Close an Open Folder on a Network Drive? What Happened to the MSScript E-Mail Alias? Hey, Scripting Guy! I've tried to...
Hey, Scripting Guy! Blog
Hey, Scripting Guy! How Can I Use "Real Names" for Windows PowerShell Functions?
Posted
over 4 years ago
by
ScriptingGuy1
0
Comments
Hey, Scripting Guy! I enjoyed reading yesterday’s blog post about working with functions. I was really interested when you were talking about using “real names” for my functions. You did not say too much about why I should do that, but I guess it makes...
Page 1 of 1 (23 items)