Showing archive results for 2010

Dec 5, 2010
Post comments count0
Post likes count0

The Scripting Guys Really Do Rock, Part 2 of 4

ScriptingGuy1

  [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 two of a four part series of articles about using VBScript to work with the Windows Media Player object model. Part one ...

Scripting Guy!VBScriptWeekend Scripter
Dec 4, 2010
Post comments count0
Post likes count0

The Scripting Guys Really Do Rock, Part 1 of 4

ScriptingGuy1

[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 one of a four part series of articles about using VBScript to work with the Windows Media Player object model. Using Scripts to...

Scripting Guy!VBScriptmultimedia
Dec 2, 2010
Post comments count0
Post likes count0

Query Active Directory Without Writing a Script

ScriptingGuy1

  Summary: Learn how to use Windows PowerShell to query Microsoft Active Directory without having to write a script.   Hey, Scripting Guy! I would like to use cmdlets to work with Active Directory. Are there any Windows PowerShell cmdlets in Windows Server 2008 R2 that can be used?  -- BW    Hello BW, Microsoft Scripting G...

Scripting Guy!Windows PowerShellscripting techniques
Dec 1, 2010
Post comments count0
Post likes count0

Use PowerShell to Query Active Directory from the Console

ScriptingGuy1

   Summary: Learn how to query Active Directory by using Windows PowerShell without writing a script.   Hey, Scripting Guy! Occasionally I have to perform a quick query of Active Directory, but I do not want to write a complicated VBScript or Windows PowerShell script. Is there a way to use Windows PowerShell to query Active Director...

Scripting Guy!Windows PowerShellscripting techniques
Nov 30, 2010
Post comments count0
Post likes count0

Use PowerShell to Export and to Import Repetitive Commands

ScriptingGuy1

  Summary: Learn how to use Windows PowerShell to import and to export command history and avoid writing scripts.   Hey, Scripting Guy! I have worked with other systems where I was able to keep track of the commands that I typed into the console. The neat thing about that was that I could export my commands, and import them into another c...

Scripting Guy!Windows PowerShellscripting techniques