🎬 Ignite 2020: Ask the Expert: Everything you ever wanted to know about PowerShell
https://medius.studios.ms/Embed/video-nc/IG20-ATE412
#video
https://medius.studios.ms/Embed/video-nc/IG20-ATE412
#video
Medius
Ask the Expert: Everything you ever wanted to know about PowerShell
In this Rubrik Ask the Experts session we will learn what our panelists are...
🎬 PowerShell Unplugged - Challenge Edition
https://www.youtube.com/watch?time_continue=1&v=0fmyX_HI2MQ
#video
https://www.youtube.com/watch?time_continue=1&v=0fmyX_HI2MQ
#video
YouTube
PowerShell Unplugged - Challenge Edition
"PowerShell is more than just a management and configuration framework - it’s the one tool, the glue, for managing, configuring, and automating your servers and services. Are you responsible for managing servers on-premises? No problem! How about managing…
❗ PowerShell 7.1 RC1 is out.
Breaking change:
General Cmdlet Updates and Fixes:
- Fix case where exception message contains just
- Recognize
- Fix
https://github.com/PowerShell/PowerShell/releases/tag/v7.1.0-rc.1
Breaking change:
TLS 1.0 and TLS 1.1 were retired from the default on Linux machines where OpenSSL 1.1 and above is used.General Cmdlet Updates and Fixes:
- Fix case where exception message contains just
"`n" on Windows.- Recognize
CONOUT$ and CONIN$ as reserved device names.- Fix
ConciseView for interactive advanced function when writing error.https://github.com/PowerShell/PowerShell/releases/tag/v7.1.0-rc.1
GitHub
Release v7.1.0-rc.1 Release of PowerShell · PowerShell/PowerShell
7.1.0-rc.1 - 2020-09-29
Known Issues
This release of PowerShell is impacted by a few known regressions and a by-design breaking change in .NET 5.0.0-rc.1.
Given the impact of these regressions, par...
Known Issues
This release of PowerShell is impacted by a few known regressions and a by-design breaking change in .NET 5.0.0-rc.1.
Given the impact of these regressions, par...
🎬 Module Monday: PSGraph
Module for creating diagrams with Graphviz
https://www.youtube.com/watch?v=xuTXStTAj_E&feature=youtu.be
#video
Module for creating diagrams with Graphviz
https://www.youtube.com/watch?v=xuTXStTAj_E&feature=youtu.be
#video
YouTube
Module Monday: PSGraph
Module Monday is a video series where I look at a cool PowerShell module every Monday. This Monday, I looked at PSGraph. PSGraph is a module that provides a domain specific language for working with Graphviz. You can create diagrams really easily and output…
❗ Excellent PowerShell question on SO
Excellent opportunity to showcase closures in PowerShell, as well as the IComparable interface with PowerShell Classes
https://stackoverflow.com/questions/63637157/reusable-custom-sort
Excellent opportunity to showcase closures in PowerShell, as well as the IComparable interface with PowerShell Classes
https://stackoverflow.com/questions/63637157/reusable-custom-sort
Stack Overflow
Reusable custom sort
I find myself working with a lot of DNS data recently and I've been using a custom sort expression to sort FQDNs by each dotted piece of the name in reverse so that records in the same zone/subzone...
🗓️ Teaching PowerShell - Jeff Hicks
Wednesday, October 7, 2020
6:30 PM to 8:00 PM EDT
https://www.meetup.com/NycPowershellMeetup/events/271803590/
#meetup
Wednesday, October 7, 2020
6:30 PM to 8:00 PM EDT
https://www.meetup.com/NycPowershellMeetup/events/271803590/
#meetup
Meetup
Teaching PowerShell - Jeff Hicks
Wed, Oct 7, 2020, 6:30 PM: The best way to learn PowerShell is to teach it to others.That doesn't mean a full-classroom experience. Simply answering aquestion and pointing someone in the right directi
💡 Function name can contain white spaces:
(most certainly a bad practice)
new-item function:"get-process -name chrome" -Value "'hello'" & "get-process -name chrome"(most certainly a bad practice)
📘 Announcing the AzureRM to Az PowerShell Module Migration Toolkit
Toolkit for automatically migrating your PowerShell noscripts and modules from AzureRM to the Az PowerShell module.
https://techcommunity.microsoft.com/t5/azure-tools/announcing-the-azurerm-to-az-powershell-module-migration-toolkit/ba-p/1724992
Toolkit for automatically migrating your PowerShell noscripts and modules from AzureRM to the Az PowerShell module.
https://techcommunity.microsoft.com/t5/azure-tools/announcing-the-azurerm-to-az-powershell-module-migration-toolkit/ba-p/1724992
TECHCOMMUNITY.MICROSOFT.COM
Announcing the AzureRM to Az PowerShell Module Migration Toolkit
As many of you know, all versions of the AzureRM PowerShell module are outdated, but not out of support (yet). The Az PowerShell module is now the recommended PowerShell module for interacting with Azure. We asked our customers what was keeping them from…
You can assign a .NET type to a Powershell variable and use its static methods from the variable:
PS C:\> $list = [Collections.Generic.List[int]](1..10)PS C:\> $linqe = [Linq.Enumerable]PS C:\> $linqe::Take($list,3)123📘 New PowerShell documentation (Q3)
- About_Calculated_Properties
- Writing Progress across multiple threads with Foreach Parallel
- Extended Type System Overview
- Create XML-based help using PlatyPS
- About_Calculated_Properties
- Writing Progress across multiple threads with Foreach Parallel
- Extended Type System Overview
- Create XML-based help using PlatyPS
Docs
about Calculated Properties - PowerShell
PowerShell provides the ability to dynamically add new properties and alter the formatting of objects output to the pipeline.
🎬 How to use WPF with Powershell and create Metro Design GUI
https://www.youtube.com/watch?v=GnCEk8Smvg4&feature=youtu.be
#video
https://www.youtube.com/watch?v=GnCEk8Smvg4&feature=youtu.be
#video
YouTube
How to use WPF with Powershell and create Metro Design GUI ?
In this video, I explain to create easily WPF GUI with Powershell.
I also explain how to create Metro Design GUI.
See the french version of this video
https://youtu.be/mU8M3955reg
See the GitHub Repository that contains all examples mentioned in this video…
I also explain how to create Metro Design GUI.
See the french version of this video
https://youtu.be/mU8M3955reg
See the GitHub Repository that contains all examples mentioned in this video…
📘 PowerShell Working Groups
New approach to managing the PowerShell repository, engine, and Committee
https://devblogs.microsoft.com/powershell/18658-2/
New approach to managing the PowerShell repository, engine, and Committee
https://devblogs.microsoft.com/powershell/18658-2/
PowerShell
| PowerShell
PowerShell Working Groups Since we open sourced PowerShell in 2016, PowerShell has been an immensely popular project on GitHub. Every year, 700-1000 PRs and 1300-1500 issues are submitted to the PowerShell repo, with roughly half of the PRs and 90% of the…
CVE-2020-16886: PowerShellGet Module WDAC Bypass Vulnerability
A security feature bypass vulnerability exists in the PowerShellGet V2 module. An attacker who successfully exploited this vulnerability could bypass WDAC (Windows Defender Application Control) policy and execute arbitrary code on a policy locked-down machine.
https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2020-16886
A security feature bypass vulnerability exists in the PowerShellGet V2 module. An attacker who successfully exploited this vulnerability could bypass WDAC (Windows Defender Application Control) policy and execute arbitrary code on a policy locked-down machine.
https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2020-16886
🎬 Module Monday: Unix Completers
PSUnixUtilCompleters - PowerShell parameter completers for native commands on Linux and macOS.
https://www.youtube.com/watch?v=Y_NyHqLom6g&feature=youtu.be
#video
PSUnixUtilCompleters - PowerShell parameter completers for native commands on Linux and macOS.
https://www.youtube.com/watch?v=Y_NyHqLom6g&feature=youtu.be
#video
YouTube
Module Monday: Unix Completers
Module Monday is a video series where I look at a cool PowerShell module every Monday. This Monday, I looked at the UnixCompleters module from the PowerShell Team. It provides tab completion for native Linux commands in PowerShell.
To learn more about UnixCompleters…
To learn more about UnixCompleters…
📘 Free eBook - Windows Server 2019 Automation with PowerShell Cookbook - Third Edition
Limited-time offer - 1 Day only!
https://www.packtpub.com/free-learning
Limited-time offer - 1 Day only!
https://www.packtpub.com/free-learning
📦 PSCVSS
PowerShell & PowerShell Core Module to calculate a CVSS3 Score based on a Vector string.
https://github.com/swimlane/PSCVSS
PowerShell & PowerShell Core Module to calculate a CVSS3 Score based on a Vector string.
https://github.com/swimlane/PSCVSS
GitHub
swimlane/PSCVSS
A Windows PowerShell & PowerShell Core Module to calculate a CVSS3 Score based on a Vector string - swimlane/PSCVSS