Showing archive results for 2016

Feb 24, 2016
Post comments count0
Post likes count0

PowerTip: Find DSC resources with PowerShell

Doctor Scripto

Summary: Learn how to find DSC resources with Windows PowerShell.  How can I use Windows PowerShell to find DSC resources that are available in the PowerShell Gallery?  Use the Find-DSCResource command.  

Scripting Guy!Windows PowerShellPowerTip
Feb 23, 2016
Post comments count0
Post likes count0

Overview of the PowerShellGet module to find scripts

Doctor Scripto

Summary: In this blog post, I provide a quick overview of the PowerShellGet module and its various commands. Believe it or not, the Windows PowerShell Saturday event in Tampa, Florida is coming up pretty quickly. There are still some tickets available, but they have been going pretty quickly lately. There are some awesome speakers coming to Tampa ...

Scripting Guy!Windows PowerShellgetting started
Feb 22, 2016
Post comments count0
Post likes count1

PowerTip: Find PowerShell modules that are installed by PowerShell Get command

Doctor Scripto

Summary: Learn how to find modules that were installed by the Windows PowerShell Get command.  How can I use Windows PowerShell to find modules that have been installed by the Get command?  Use the Get-InstalledModule command.

Scripting Guy!Windows PowerShellPowerTip
Feb 22, 2016
Post comments count0
Post likes count0

PowerShell Spotlight: February 2016

Doctor Scripto

Summary: Microsoft MVP, Teresa Wilson, talks about Windows PowerShell Saturday in this month’s PowerShell Spotlight. Hello scripters, I hope everyone had a marvelous weekend and is planning on an awesome week. I have been working on some of the last of the preparations for PowerShell Saturday #010 coming up in less than a month (March 19) in Tamp...

Scripting Guy!Windows PowerShellguest blogger
Feb 21, 2016
Post comments count0
Post likes count0

PowerTip: Add Hyper-V network switch to network packet capture session

Doctor Scripto

Summary: Learn how to add a Hyper-V virtual switch as a filter for a remote packet capture session.  How can I use Windows PowerShell to add a Hyper-V Virtual switch as a provider for a remote packet capture session?  Use the Add-NetEventVmSwitch cmdlet and specify the name of the switch. In the following commands, I create a new event session, sp...

Scripting Guy!Windows PowerShellPowerTip