Summary : Learn how to use Sysinternals ntfsinfo command in Windows PowerShell. Weekend Scripter: Windows PowerShell and the Legacy--Hero Worship Microsoft Scripting Guy Ed Wilson here. Sean Kearney writes today more about legacy and Windows PowerShell...
Summary : Microsoft MVP Sean Kearney teaches a cool trick to work around legacy redirection issues in Windows PowerShell. Weekend Scripter: Legacy Man Strikes Again Microsoft Scripting Guy Ed Wilson here. Once again, Microsoft PowerShell MVP Sean Kearney...
Summary : Microsoft Windows PowerShell MVP, Sean Kearney, teaches how to use passwords in a script and talk to legacy systems. Microsoft Scripting Guy, Ed Wilson, here. This week we will have one guest blogger for the entire week. Sean Kearney has written...
Summary: Learn how to install Windows PowerShell on Windows 7, how to detect 32-bit PowerShell, or how to read an offline registry. In this post: Install Windows PowerShell on Windows 7 Detect 32-bit PowerShell Read an Offline Registry Working with Security...
Posted to
Hey, Scripting Guy! Blog
by
Hey, Scripting Guy! Blog : Windows PowerShell
on
01-07-2011
Filed under:
Filed under: Scripting Guy!, Windows PowerShell, getting started, scripting techniques, VBScript, operating system, registry, running, Quick Hits Friday
Summary: Microsoft Scripting Guy Ed Wilson discusses the pros and the cons of using Windows PowerShell for logon Scripts. Hey, Scripting Guy! In the past, I worked at a company that had an impressive logon script. It was written in VBScript and consumed...
Summary: Microsoft Scripting Guy Ed Wilson shows how to use Windows PowerShell to get a weather forecast from inside the Windows PowerShell ISE. Microsoft Scripting Guy Ed Wilson here. It is amazing how quickly things change on the Internet. A couple...
Summary : With Windows PowerShell cmdlets, it is easy to mask passwords used when scripting remote applications. Hey, Scripting Guy! I need to be able to mask a password when running a Windows PowerShell script. I am attempting to convert my VBScript...
Summary : When writing a Windows PowerShell script, code reuse can speed up the process. Ed Wilson discusses best practices for reusing code. Hey, Scripting Guy! I often write Windows PowerShell scripts, and when I need to use a function that I wrote...
Summary : Using a script containing Windows PowerShell functions can be as simple as dot-sourcing the script. Hey, Scripting Guy! I was looking in the Script Center Script Repository for Windows PowerShell scripts, and I found one that was really cool...