Showing archive results for 2014

Jan 3, 2014
Post comments count0
Post likes count0

Security Series: Using PowerShell to Enable BYOD—Part 3

Doctor Scripto

Summary: Guest blogger and security expert, Yuri Diogenes, completes his series about enabling BYOD. Microsoft Scripting Guy, Ed Wilson, is here. Today’s guest blogger is Yuri Diogenes, who continues his security series about enabling BYOD. Yuri is a senior knowledge engineer, and he is a coauthor of the book Windows Server 2012 Security from End ...

Scripting Guy!Windows PowerShellguest blogger
Jan 2, 2014
Post comments count0
Post likes count0

PowerTip: Determine If PowerShell Command Exists

Doctor Scripto

Summary: Use Get-Help to determine if a Windows PowerShell command exists.  How can I find if a Windows PowerShell command (cmdlet or function) exists in my version of Windows PowerShell?  Use the Get-Help cmdlet. If Help returns, you can read about the command.           If it does not return, follow up...

Scripting Guy!Windows PowerShellPowerTip
Jan 2, 2014
Post comments count0
Post likes count0

Leverage Registry Key Time Stamps via PowerShell

Doctor Scripto

Summary: Guest blogger, Rohn Edwards, talks about leveraging registry key time stamps via Windows PowerShell. Microsoft Scripting Guy, Ed Wilson, is here. Today we wrap-up a four-part series from Rohn Edwards, co-founder of the Mississippi PowerShell User Group. If you have not already done so, you may want to read the previous posts in the series:...

Scripting Guy!Windows PowerShellguest blogger
Jan 1, 2014
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Display Network Adapter Stats

Doctor Scripto

Summary: Use Windows PowerShell to display network adapter statistics.  How can I use Windows PowerShell to display the network adapter statistics on my Windows 8.1 laptop?  Use the Get-NetAdapterStatistics function.

Scripting Guy!Windows PowerShellPowerTip
Jan 1, 2014
Post comments count0
Post likes count0

Create a Proxy Function to Display Registry Key Time Stamps

Doctor Scripto

Summary: Guest blogger, Rohn Edwards, discusses creating a Windows PowerShell proxy function to display registry key time stamps. Microsoft Scripting Guy, Ed Wilson, is here. Happy New Year to you all. Guest blogger, Rohn Edwards, is back with us today to continue his series about retrieving registry key last-modified time stamps. Be sure to read t...

Scripting Guy!Windows PowerShellscripting techniques