Sign in
Home
Technet Blog Images
More ...
Tweet tweet!
Translate this page
Powered by
Microsoft® Translator
Related Links
Blog Home
Script Center Home
2010 Scripting Games
Scripting Library
Learn to Script
Script Repository
Scripting Forum
E-Mail Alerts
E-Mail Us
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
Search
Tags
Advanced Event 1
Advanced Event 10
Advanced Event 2
Advanced Event 3
Advanced Event 4
Advanced Event 5
Advanced Event 6
Advanced Event 7
Advanced Event 8
Advanced Event 9
arrays hash tables and dictionary objects
Beginner Event 1
Beginner Event 10
Beginner Event 2
Beginner Event 3
Beginner Event 4
Beginner Event 5
Beginner Event 6
Beginner Event 7
Beginner Event 8
Beginner Event 9
CPU
desktop management
due dates
environment
environmental variable
error handling
Event 3
event logs
events and monitoring
expert commentators
FAQ
files
folders
general management tasks
getting started
graphical
guest blogger
judges
judging criteria
leaderboard
Logs and monitoring
looping
official rules
operating system
prize winners
processes
registry
running scripts
Scripting Guy!
scripting techniques
Scripting Wife
special folders
sponsor
sponsors
study guide
TechEd
text files
troubleshooting
USB
VBScript
video RAM
Weekend Scripter
Windows PowerShell
Windows PowerShell ISE
Archives
Archives
September 2010
(5)
August 2010
(33)
July 2010
(31)
June 2010
(30)
May 2010
(67)
April 2010
(66)
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
>
2010 scripting games
Browse by Tags
Advanced Event 1
Advanced Event 10
Advanced Event 2
Advanced Event 3
Advanced Event 4
Advanced Event 5
Advanced Event 6
Advanced Event 7
Advanced Event 8
Advanced Event 9
arrays hash tables and dictionary objects
basic hardware and firmware
Beginner Event 1
Beginner Event 10
Beginner Event 2
Beginner Event 3
Beginner Event 4
Beginner Event 5
Beginner Event 6
Beginner Event 7
Beginner Event 8
Beginner Event 9
CPU
desktop management
due dates
environment
environmental variable
error handling
Event 3
event logs
events and monitoring
expert commentators
FAQ
files
folders
general management tasks
getting started
graphical
guest blogger
hardware
I was there
install
judges
judging criteria
leaderboard
Logs and monitoring
looping
official rules
operating system
prize winners
processes
registry
running scripts
Scripting Guy!
scripting techniques
Scripting Wife
special folders
sponsor
sponsors
study guide
TechEd
text files
troubleshooting
USB
VBScript
video RAM
Weekend Scripter
Windows PowerShell
Windows PowerShell ISE
Blog Post:
TechEd Trip Reports from 2010 Scripting Games Winners, Glenn and Boe
ScriptingGuy
It seems like only yesterday that we were meeting Glenn Sizemore and Boe Prox at Tech · Ed 2010 North America in New Orleans. What? It was more than six weeks ago? Oh, right. Moving on... We asked Glenn and Boe if they would write brief trip reports about their Tech · Ed experiences. Enjoy...
on
2 Aug 2010
Blog Post:
Hey, Scripting Guy! How About a 2010 Scripting Games Recap from One of the Judges?
ScriptingGuy
Hey, Scripting Guy! How about a brief recap from one of the judges of the 2010 Scripting Games? -- SW Hello SW, Microsoft Scripting Guy Ed Wilson here. I am glad you asked. We have just such a recap from Don Jones, expert commentator and judge for the 2010 Scripting Games. Don, take it away… The...
on
14 Jun 2010
Blog Post:
Hey, Scripting Guy! What Are the Areas for Improvement You See in Scripts Submitted for the 2010 Scripting Games?
ScriptingGuy
Hey, Scripting Guy! What type of errors and mistakes did you notice in the entries for the 2010 Scripting Games? -- BA Hello BA, Microsoft Scripting Guy Ed Wilson here. I am a really laid back sort of guy, and I do not like the words “errors” and “mistakes.” I prefer to think...
on
11 Jun 2010
Blog Post:
Hey, Scripting Guy! How Can I Log Out a User if They Launch a Particular Application?
ScriptingGuy
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 Use Windows PowerShell 2.0 to Create a Text File of a Specific Size?
ScriptingGuy
Hey, Scripting Guy! I need to be able to use Windows PowerShell 2.0 to create a text file that is a specific size. I know that I can create a text file by using FSUTIL, but when I open the file, it is empty. Therefore, I would like a text file that contains a certain amount of data inside it. The reason...
on
9 Jun 2010
Blog Post:
Hey, Scripting Guy! How Can Query the Contents of a Special Folder on a Windows 7 Computer?
ScriptingGuy
Hey, Scripting Guy! I need to query for the contents of a special folder on my Windows 7 computer. I would like to use Windows PowerShell to do this. I know I can use the Get-ChildItem cmdlet to return the contents of a folder, but I am not sure how to do this with a special folder, other than typing...
on
8 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?
ScriptingGuy
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 Hello AJ...
on
7 Jun 2010
Blog Post:
Hey, Scripting Guy! How Can I Use Windows PowerShell to Retrieve Information About Computer Hardware?
ScriptingGuy
Hey, Scripting Guy! I need to use Windows PowerShell to retrieve information about my computer hardware. Specifically I am interested in the make, the model, and the speed of my CPU by using a script. Can this be done? -- DH Hello DH, Microsoft Scripting Guy Ed Wilson here. The 2010 Scripting Games had...
on
4 Jun 2010
Blog Post:
Hey, Scripting Guy! Can I Use Windows PowerShell to Read a Text File and Update an Environment Variable on Remote Computers?
ScriptingGuy
Hey, Scripting Guy! I need to be able to read a text file, and connect to a number of different remote machines to update an environment variable. Is this something that can be done using Windows PowerShell? -- ES Hello ES, Microsoft Scripting Guy Ed Wilson here. We looked at that specific scenario during...
on
3 Jun 2010
Blog Post:
Hey, Scripting Guy! How Can I Use Windows PowerShell 2.0 to Create a Series of Text Files?
ScriptingGuy
Hey, Scripting Guy! I need to know how to use Windows PowerShell 2.0 to create a series of text files on my Windows 7 computer. Here is the deal: I would like to create a large number of text files that contain basic information and would be used for record keeping. Is this something that can be done...
on
2 Jun 2010
Blog Post:
Hey, Scripting Guy! How Can I Read from Windows Event Logs with Windows PowerShell 2.0?
ScriptingGuy
Hey, Scripting Guy! I need to be able to use Windows PowerShell 2.0 to read from the Windows event logs. On our network, we have a mixture of Windows 7 and Windows XP desktop clients. Our server farm has everything from Windows Server 2003 up to Windows 2008 R2 Core Edition. Is there one script I can...
on
1 Jun 2010
Blog Post:
Hey, Scripting Guy! How Can I Write to the Registry with Windows PowerShell 2.0?
ScriptingGuy
Hey, Scripting Guy! Is it very difficult to use Windows PowerShell 2.0 to write to the Windows registry? We have a mixture of Windows 7, Windows Vista, and Windows XP on our desktop computers. I was thinking that if it is not too tough, I would like to use the registry to help in performing desktop audits...
on
31 May 2010
Blog Post:
Expert Solutions: Beginner Event 10 of the 2010 Scripting Games
ScriptingGuy
( Note : These solutions were written for Beginner Event 10 .) Beginner Event 10 (Windows PowerShell) Jonathan Medd is a Windows PowerShell MVP and co-host of the Get-Scripting podcast. He regularly posts about Windows PowerShell on his blog, http://jonathanmedd.net , and you can tune in to the monthly...
on
28 May 2010
Blog Post:
Expert Solutions: Advanced Event 10 of the 2010 Scripting Games
ScriptingGuy
( Note : These solutions were written for Advanced Event 10 .) Advanced Event 10 (Windows PowerShell) Don Jones http://concentratedtech.com Windows PowerShell MVP Award Recipient Co-Author, Windows PowerShell v2: TFM (3rd Edition) Windows PowerShell Trainer, http://CBTNuggets.com Editor-in-Chief, Realtime...
on
28 May 2010
Blog Post:
Expert Solutions: Beginner Event 9 of the 2010 Scripting Games
ScriptingGuy
( Note : These solutions were written for Beginner Event 9 of the 2010 Scripting Games.) Beginner Event 9 (Windows PowerShell) Daniele Muscetta’s journey with computers and software started when he began programming on a Commodore 64 at the age of 10. Daniele preferred to write programs on his...
on
27 May 2010
Blog Post:
Expert Solutions: Advanced Event 9 of the 2010 Scripting Games
ScriptingGuy
( Note : These solutions were written for Advanced Event 9 of the 2010 Scripting Games.) Advanced Event 9 (Windows PowerShell) Niklas Goude is an author, IT consultant, and trainer at Enfo Zipper in Stockholm, Sweden. Niklas has extensive experience in automating and implementing SharePoint environments...
on
27 May 2010
Blog Post:
Expert Solutions: Beginner Event 8 of the 2010 Scripting Games
ScriptingGuy
( Note : These solutions were written for Beginner Event 8 of the 2010 Scripting Games.) Beginner Event 8 (Windows PowerShell) Arnaud Petitjean System Architect and Windows PowerShell trainer Windows PowerShell MVP Co-Founder of the French Windows PowerShell Community Author of the book Windows...
on
26 May 2010
Blog Post:
Expert Solutions: Advanced Event 8 of the 2010 Scripting Games
ScriptingGuy
(Note: These solutions were written for Advanced Event 8 .) Advanced Event 8 (Windows PowerShell) Lee Holmes is a developer on the Microsoft Windows PowerShell team, author of the Windows PowerShell Cookbook and Windows PowerShell Pocket Reference . He also runs the Precision Computing Blog ....
on
26 May 2010
Blog Post:
**REVISED** Final Standings of the 2010 Scripting Games
ScriptingGuy
VERY IMPORTANT REVISION TO THE STANDINGS : After posting what we thought were the final standings in the wee hours of the morning, it came to our attention that the data we were being provided behind the scenes was reflecting a different time zone than the script submissions on PoshCode.org. With that...
on
25 May 2010
Blog Post:
Final Standings of the 2010 Scripting Games
ScriptingGuy
These are the final ratings and ranks of those participants who submitted scripts during the 2010 Scripting Games. Submissions received for an event after the due date were not counted. What individual ratings mean: 5 = Exceptional 4 = Excellent 3 = Very Good 2 = Good 1 = Okay Beginner Events: All Submissions...
on
25 May 2010
Page 1 of 6 (116 items)
1
2
3
4
5
»