Showing archive results for March 2013

Mar 6, 2013
Post comments count0
Post likes count0

Learn How to Use the PowerShell Env: PSDrive

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using the Windows PowerShell Env: PSDrive.  Hey, Scripting Guy! I was attending a Windows PowerShell user group meeting the other day, and I overheard someone talking about using an Environment PowerShell Drive. Huh? I did not want to ask him about this, because I would feel foolish. I h...

Scripting Guy!Windows PowerShellscripting techniques
Mar 5, 2013
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Find Code-Signing Certificates

Doctor Scripto

Summary: Learn how to use Windows PowerShell to find code-signing certificates on the local computer.  How can I find if a computer contains a code-signing certificate in its local certificate store?  Use the Certificate PS Drive and perform a recursive search by using the Get-ChildItem cmdlet while specifying the –Co...

Scripting Guy!Windows PowerShellPowerTip
Mar 5, 2013
Post comments count0
Post likes count0

Use PowerShell to Find Certificates that are About to Expire

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to find certificates that are about to expire.  Hey, Scripting Guy! We recently implemented an internal certification authority that we use for various scenarios, such as issuing code-signing certificates for our developers and certain admins as well as for user ...

Scripting Guy!Windows PowerShellsecurity
Mar 4, 2013
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Find Application Hangs

Doctor Scripto

Summary: Learn how to use Windows PowerShell to find applications that are hanging.  How can I find which applications are hanging on my desktop computer that is running Windows 8? Use the Get-EventLog cmdlet to query the application log for InstanceID 1002 and a source of *hang*.          Sele...

Scripting Guy!Windows PowerShellPowerTip
Mar 4, 2013
Post comments count0
Post likes count0

Use PowerShell to Find Detailed Windows Profile Information

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to find detailed Windows profile information.  Hey, Scripting Guy! I am in a bind. I need to find out who is using what profile on a desktop computer. I also need to find out when the profile was last used. This is because many of the computers in our lab have ra...

Scripting Guy!Windows PowerShellscripting techniques