Sign in
|
Join PowerShell.com!
|
Help
Home
PowerTips
Ask the Experts
Forums
Webcasts
Blogs
eBookV2
Script Library
Twitter Grid
Featured Posts
Dreaming in PowerShell
Don Jones
Code MarkUp Tool
Directory
November 2011 - Hey, Scripting Guy! Blog
Share
|
Recent Posts
PowerTip: Find Format Data Used by Current PowerShell Session
Variable Substitution in a PowerShell Script Block
PowerTip: Create a PowerShell Script Block on the Fly
PowerShell Hash Tables that Contain Keywords...hmm...
PowerTip: Create an XML Representation of a Registry Key with PowerShell
Archives
May 2013 (43)
April 2013 (61)
March 2013 (62)
February 2013 (56)
January 2013 (62)
December 2012 (62)
November 2012 (63)
October 2012 (65)
September 2012 (62)
August 2012 (63)
July 2012 (31)
June 2012 (38)
May 2012 (33)
April 2012 (71)
March 2012 (31)
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 (72)
March 2011 (31)
February 2011 (24)
January 2011 (30)
December 2010 (20)
November 2010 (27)
October 2010 (31)
September 2010 (30)
August 2010 (30)
July 2010 (31)
June 2010 (30)
May 2010 (53)
April 2010 (45)
March 2010 (30)
February 2010 (19)
Tags
2010 Scripting Games
2011 Scripting Games
2012 Scripting Games
Active Directory
Advanced
Beginner
desktop management
files
getting started
guest blogger
leaderboard
Office
operating system
PowerShell 3
PowerTip
Scripting Guy!
scripting techniques
Scripting Wife
security
storage
VBScript
Weekend Scripter
Windows PowerShell
WMI
writing
View more
Sort by:
Most Recent
|
Most Viewed
|
Most Commented
Use PowerShell to Find and Remove Inactive Active Directory Users
Summary : Guest blogger, Ken McFerron, discusses how to use Windows PowerShell to find and to disable or remove inactive Active Directory users. Microsoft Scripting Guy, Ed Wilson, is here. One of the highlights of our trip to Canada, was—well,...
Published
Wed, Nov 30 2011 2:01 AM
by
Hey, Scripting Guy! Blog : Windows PowerShell
Filed under:
Scripting Guy!
,
Windows PowerShell
,
guest blogger
,
Ken McFerron
Use a Free PowerShell Snap-in to Easily Manage App-V Server
Summary : Windows PowerShell Microsoft MVP, Sherif Talaat, teaches how to manage App-V Server with a free Windows PowerShell snap-in. Microsoft Scripting Guy, Ed Wilson, is here. Guest Blogger Week continues with a special treat. We have Windows PowerShell...
Published
Tue, Nov 29 2011 2:01 AM
by
Hey, Scripting Guy! Blog : Windows PowerShell
Filed under:
Scripting Guy!
,
Windows PowerShell
,
servers
,
guest blogger
,
App-V
,
Sherif Talaat
Four Easy Ways to Import CSV Files to SQL Server with PowerShell
Summary : Learn four easy ways to use Windows PowerShell to import CSV files into SQL Server. Microsoft Scripting Guy, Ed Wilson, is here. I was chatting this week with Microsoft PowerShell MVP, Chad Miller, about the series of blogs I recently wrote...
Published
Mon, Nov 28 2011 2:01 AM
by
Hey, Scripting Guy! Blog : Windows PowerShell
Filed under:
Scripting Guy!
,
Windows PowerShell
,
scripting techniques
,
databases
,
guest blogger
,
SQL Server
,
CSV and other delimited files
,
Chad Miller
Modify a PowerShell Script to Accept Piped Input
Summary : Learn how to modify a Windows PowerShell script and turn it into an advanced function that accepts piped input and has complete Help. Microsoft Scripting Guy, Ed Wilson, is here. Some things end up being way more complicated than they might...
Published
Sun, Nov 27 2011 2:01 AM
by
Hey, Scripting Guy! Blog : Windows PowerShell
Filed under:
Scripting Guy!
,
Windows PowerShell
,
Weekend Scripter
,
security
,
storage
,
shared folders and mapped drives
Use PowerShell to Find Out Who has Permissions to a Share
Summary : Microsoft Scripting Guy, Ed Wilson, shows how to use Windows PowerShell to determine who has permissions to a shared folder. Microsoft Scripting Guy, Ed Wilson, is here. It is finally the weekend here in Charlotte, North Carolina in the United...
Published
Sat, Nov 26 2011 2:01 AM
by
Hey, Scripting Guy! Blog : Windows PowerShell
Filed under:
Scripting Guy!
,
Windows PowerShell
,
Weekend Scripter
,
security
,
storage
,
shared folders and mapped drives
Use PowerShell Commands from One Session in Another Session
Summary : Learn how to automatically save commands from one session, and then use them in a new Windows PowerShell session. Microsoft Scripting Guy, Ed Wilson, is here. One of the fun things about getting to travel around and talk to people who are using...
Published
Fri, Nov 25 2011 2:01 AM
by
Hey, Scripting Guy! Blog : Windows PowerShell
Filed under:
Scripting Guy!
,
Windows PowerShell
,
getting started
,
scripting techniques
,
profile
,
History
Use the Debugger in the Windows PowerShell ISE
Summary : Learn how to use the debugging tools in the Windows PowerShell ISE to speed development of scripts. Microsoft Scripting Guy, Ed Wilson, is here. Today I want to talk a little bit about using the Windows PowerShell ISE to debug a script. This...
Published
Thu, Nov 24 2011 2:01 AM
by
Hey, Scripting Guy! Blog : Windows PowerShell
Filed under:
Scripting Guy!
,
Windows PowerShell
,
scripting techniques
,
debugging
Use the PowerShell Debugger to Check Variable Values
Summary : Learn how to inspect variable values by using the Windows PowerShell debugger. Microsoft Scripting Guy Ed Wilson here. In yesterday’s post , I talked about using the Set-PSBreakpoint cmdlet to set a breakpoint on a specific script. Today...
Published
Wed, Nov 23 2011 2:01 AM
by
Hey, Scripting Guy! Blog : Windows PowerShell
Filed under:
Scripting Guy!
,
Windows PowerShell
,
scripting techniques
,
debug
Use the PowerShell Debugger to Troubleshoot Scripts
Summary : Learn how to use the Windows PowerShell script debugger to troubleshoot problems with scripts. Microsoft Scripting Guy Ed Wilson here. One of the fun things about traveling, especially to warm places when it is winter back home, is calling to...
Published
Tue, Nov 22 2011 2:01 AM
by
Hey, Scripting Guy! Blog : Windows PowerShell
Filed under:
Scripting Guy!
,
Windows PowerShell
,
scripting techniques
,
debugging
Make a Simple Change to PowerShell to Prevent Accidents
Summary : Learn how a simple change to a preference variable can help prevent accidental changes when using Windows PowerShell. Microsoft Scripting Guy Ed Wilson here. When I was teaching my Windows PowerShell Best Practices class out in Irvine, California...
Published
Mon, Nov 21 2011 2:01 AM
by
Hey, Scripting Guy! Blog : Windows PowerShell
Filed under:
Scripting Guy!
,
Windows PowerShell
,
getting started
,
scripting techniques
,
profiles
Change a PowerShell Preference Variable to Reveal Hidden Data
Summary : Change the $FormatEnumerationLimit Windows PowerShell preference variable and display more data in the console. Microsoft Scripting Guy Ed Wilson here. It is approaching the holiday season in Charlotte, North Carolina, in the United States....
Published
Sun, Nov 20 2011 2:01 AM
by
Hey, Scripting Guy! Blog : Windows PowerShell
Filed under:
Scripting Guy!
,
Windows PowerShell
,
getting started
,
scripting techniques
,
Weekend Scripter
Query AD for Computers and Use Ping to Determine Status
Summary: Learn how to use Windows PowerShell to query Active Directory for computers, ping for status, and display in green/red. Microsoft Scripting Guy Ed Wilson here. While the Scripting Wife and I were out in California speaking to the Microsoft Premier...
Published
Sat, Nov 19 2011 2:01 AM
by
Hey, Scripting Guy! Blog : Windows PowerShell
Filed under:
Scripting Guy!
,
Windows PowerShell
,
scripting techniques
,
Weekend Scripter
,
Active Directory
,
displaying output
,
computer accounts
Use the PowerShell Passthru Parameter and Get Back Objects
Summary: Learn how to use the passthru parameter in Windows PowerShell to return objects from commands and allow more management tools. Hey, Scripting Guy! I have got a rather curious question that I have not been able to find anything about. What is...
Published
Fri, Nov 18 2011 2:01 AM
by
Hey, Scripting Guy! Blog : Windows PowerShell
Filed under:
Scripting Guy!
,
Windows PowerShell
,
getting started
,
scripting techniques
Learn How to Manage Remote PowerShell Sessions
Summary: Microsoft Scripting Guy Ed Wilson discusses how to manage remote Windows PowerShell sessions. Hey, Scripting Guy! I can see where being able to run a command on a remote computer might be kind of cool. But more often than not, I need to actually...
Published
Thu, Nov 17 2011 2:01 AM
by
Hey, Scripting Guy! Blog : Windows PowerShell
Filed under:
Scripting Guy!
,
Windows PowerShell
,
scripting techniques
,
remoting
Configure PowerShell Remoting and Use Remote Commands
Summary: Learn how to configure Windows PowerShell remoting, store credentials, and use remote commands. Hey, Scripting Guy! I keep hearing about Windows PowerShell remoting. But I do not really know what Windows PowerShell remoting is. For example, I...
Published
Wed, Nov 16 2011 2:01 AM
by
Hey, Scripting Guy! Blog : Windows PowerShell
Filed under:
Scripting Guy!
,
Windows PowerShell
,
scripting techniques
,
remoting
1
2
Next >
Copyright 2012 PowerShell.com. All rights reserved.