Showing archive results for 2014

Nov 8, 2014
Post comments count0
Post likes count0

PowerTip: Save Offline Version of PowerShell Help

Doctor Scripto

Summary: Learn how to save Windows PowerShell Help into offline files.  How can I get the files to update Windows PowerShell Help on my servers that are inside a            screened subnet and do not have direct access to the Internet?  Use the Save-Help Windows PowerShell cmdlet, and specify a shar...

Scripting Guy!Windows PowerShellPowerTip
Nov 8, 2014
Post comments count0
Post likes count0

Weekend Scripter: Use PowerShell to Update Help on Remote Servers

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to update Windows PowerShell Help on remote servers. Microsoft Scripting Guy, Ed Wilson, is here. One of the great things about any version of Windows PowerShell is the Help that comes with the product. Having access to Get-Help is great whether I am working on a serv...

Scripting Guy!Windows PowerShellscripting techniques
Nov 7, 2014
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Find MAC Address

ScriptingGuy1

Summary: Easily find your MAC address with Windows PowerShell.  How can I use Windows PowerShell to find the MAC address on my computer?  Use the Getmac command-line reference. -or- Use WMI, for example: Get-WmiObject win32_networkadapterconfiguration | select description, macaddress Get-CimInstance win32_networkadapterconfigura...

Scripting Guy!Windows PowerShellPowerTip
Nov 7, 2014
Post comments count0
Post likes count0

What It Means to Be a PowerShell MVP

ScriptingGuy1

Summary: Four Windows PowerShell MVPs share what the title means to them. Microsoft Scripting Guy, Ed Wilson, is here. The MVP Summit is over. Many MVPs began their long trek home last night. Others decided to remain overnight or even over the weekend before heading home. From the feedback I have received, one thing is for sure, this year's MVP Sum...

Scripting Guy!Windows PowerShellguest blogger
Nov 6, 2014
Post comments count0
Post likes count0

PowerTip: Find All PowerShell MVPs

Doctor Scripto

Summary: Learn how to find all of the Windows PowerShell MVPs.  How can I find a list of all of the Windows PowerShell MVPs?  Use the search engine on the MVP site with the PowerShell Technical expertise filter: Find an MVP.