-
Summary : Learn how to use a free Windows PowerShell module to avoid writing WMI scripts to get common administrator information. Microsoft Scripting Guy Ed Wilson here. One of the things that is really cool about Windows PowerShell modules, is that you...
-
Summary : Learn how to combine Windows PowerShell modules to save time and reduce scripting overhead. Microsoft Scripting Guy Ed Wilson here. One of the cool things about Windows PowerShell modules is that they are easy to share. In addition, because...
-
Summary : The Microsoft Scripting Guys talk about turning three scripts into a single module to configure basic desktop tasks. Microsoft Scripting Guy Ed Wilson here. I have spent the last several days building a new computer. The following photo shows...
-
Summary : Learn how to use Windows PowerShell to discover logon session information for remote computers. Microsoft Scripting Guy, Ed Wilson, here. This week we will have one guest blogger for the entire week. Sean Kearney has written a series of blog...
-
Summary : Microsoft PowerShell MVP Jeffery Hicks solves 2011 Scripting Games Beginner Event 5, and returns objects with desktop configuration information. Microsoft Scripting Guy, Ed Wilson, here. Today we have Jeffery Hicks as our expert commentator...
-
Summary : Advanced Event 5 of the 2011 Scripting Games uses Windows PowerShell to determine if a computer is upgradable to the Windows 7 operating system. About this event Division Advanced Date of Event 4/8/2011 12:15 AM Due Date 4/15/2011 12:15 AM Event...
-
Summary : The Scripting Wife learns how to use Windows PowerShell to shut down remote computers. Microsoft Scripting Guy, Ed Wilson, here. It is raining outside and every so often a window-shaking thunder clap erupts outside, jarring the teeth of everyone...
-
Summary : Learn how to use Windows PowerShell to add commands to the Windows Explorer command bar in Windows 7 and Windows Vista. Weekend Scripter Microsoft Scripting Guy, Ed Wilson, here. Did you ever have one of those times when a seemingly simple project...
-
Summary: Learn how to use Windows PowerShell to detect the version of Internet Explorer that is running on your computer. In this post: Access Environment Variables using a VBS Script Version Control for PowerShell Scripts Detect Internet Explorer Versions...
Posted to
Hey, Scripting Guy! Blog
by
Hey, Scripting Guy! Blog : Windows PowerShell
on
12-10-2010
Filed under:
Filed under: Scripting Guy!, Windows PowerShell, VBScript, operating system, registry, desktop management, general management tasks, Quick-Hits Friday, using the Internet, Internet Explorer
-
Summary: Learn how to use Windows PowerShell to detect your version of Microsoft Office. Also learn about locating your Windows PowerShell installation location. In this post: · Detect Your Microsoft Office Version · Locate Your Windows...
-
In this post : How Do I Paste Code into the Windows PowerShell Console? Automation with Windows PowerShell How Can I Create an Automated Lockdown for Windows 7 by Using Windows PowerShell? How Can I Filter Search Results in the Script Repository? How...
-
Microsoft Scripting Guy Ed Wilson here. It is time for another road trip. This time we are heading to Ashville, North Carolina for the Blue Ridge Classic Horse Show. Somewhere deep in my Scripting Guy lineage is an association with Kentucky , which...
-
In this post : What in the World Is Wrong with This Windows PowerShell Script I Wrote? How Can I Make a Script Run When a User Logs On? What in the World Is Wrong with This Windows PowerShell Script I Wrote? Hey, Scripting Guy! On trying to parse a datetime...
-
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...
-
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...