Вышла новая версия PowerShell - 7.0.2
Список изменений:
Engine Updates and Fixes
- Ensure null-coalescing LHS is evaluated only once
- Restrict loading of amsi.dll to system32 folder
General Cmdlet Updates and Fixes
- Change Get-FileHash to close file handles before writing output
Tools
- Update the PowerShell team list to correct changelog generation
Tests
- Pin major Pester version to 4 to prevent breaking changes caused by upcoming release of v5
Build and Packaging Improvements
- Update to .NET Core 3.1.5
Список изменений:
Engine Updates and Fixes
- Ensure null-coalescing LHS is evaluated only once
- Restrict loading of amsi.dll to system32 folder
General Cmdlet Updates and Fixes
- Change Get-FileHash to close file handles before writing output
Tools
- Update the PowerShell team list to correct changelog generation
Tests
- Pin major Pester version to 4 to prevent breaking changes caused by upcoming release of v5
Build and Packaging Improvements
- Update to .NET Core 3.1.5
#module
x.509 Certificate Details PowerShell Module
Code signed and minor fixes.
https://blog.darrenjrobinson.com/x509details-powershell-module-for-decoding-x509-certificates-with-time-to-certificate-expiry
x.509 Certificate Details PowerShell Module
Code signed and minor fixes.
https://blog.darrenjrobinson.com/x509details-powershell-module-for-decoding-x509-certificates-with-time-to-certificate-expiry
darrenjrobinson - Bespoke Identity and Access Management Solutions
x.509 Details - A PowerShell Module for decoding x.509 Certificates with time to certificate expiry - darrenjrobinson - Bespoke…
x.509 Certificate Details PowerShell Module that decodes a base-64 encoded x.509 certificate outputting the certificate details including 'Time To Expiry'.
Sneak Peek: Pure Storage PowerShell SDK 2.2
The Pure Storage PowerShell SDK provides integration with the Purity Operating Environment and FlashArray. It provides functionalities of Purity's REST API as PowerShell cmdlets.
https://www.purepowershellguy.com/?p=21683
The Pure Storage PowerShell SDK provides integration with the Purity Operating Environment and FlashArray. It provides functionalities of Purity's REST API as PowerShell cmdlets.
https://www.purepowershellguy.com/?p=21683
Forwarded from Windows 11, 10, etc - Вадим Стеркин
⚙️ Новое в блоге: Трюки управления языковыми параметрами из #PowerShell и командной строки
Сегодня я покажу приемы из личной практики. С этими ситуациями я сталкивался сам либо участники форума, которым я помогал. Я также расскажу о ценном дедовском методе применения региональных параметров одной командой, а в качестве бонуса – о нововведении в версии 20H1.
➡️ Читать в блоге: http://www.outsidethebox.ms/20484/
Сегодня я покажу приемы из личной практики. С этими ситуациями я сталкивался сам либо участники форума, которым я помогал. Я также расскажу о ценном дедовском методе применения региональных параметров одной командой, а в качестве бонуса – о нововведении в версии 20H1.
➡️ Читать в блоге: http://www.outsidethebox.ms/20484/
Resolving PowerShell Module Assembly Dependency Conflicts
New blog post on various ways to mitigate conflicts in PowerShell module conflicts, including how to use .NET Core Assembly Load Contexts to keep module dependencies safely isolated
https://devblogs.microsoft.com/powershell/resolving-powershell-module-assembly-dependency-conflicts/
New blog post on various ways to mitigate conflicts in PowerShell module conflicts, including how to use .NET Core Assembly Load Contexts to keep module dependencies safely isolated
https://devblogs.microsoft.com/powershell/resolving-powershell-module-assembly-dependency-conflicts/
Microsoft News
Resolving PowerShell Module Assembly Dependency Conflicts
When writing a PowerShell module, especially a binary module (i.e. one written in a language like C# and loaded into PowerShell as an assembly/DLL), it’s natural to take dependencies on other packages or libraries to provide functionality. Taking dependencies…
A New Home for Plaster
Plaster is a template-based file and project generator written in PowerShell. Its purpose is to streamline the creation of PowerShell module projects, Pester tests, DSC configurations, and more. File generation is performed using crafted templates which allow the user to fill in details and choose from options to get their desired output.
https://powershell.org/2020/06/a-new-home-for-plaster/
Plaster is a template-based file and project generator written in PowerShell. Its purpose is to streamline the creation of PowerShell module projects, Pester tests, DSC configurations, and more. File generation is performed using crafted templates which allow the user to fill in details and choose from options to get their desired output.
https://powershell.org/2020/06/a-new-home-for-plaster/
Tour de PowerShell Universal 1.2
The ultimate platform for building web-based IT tools
Includes Universal API, Universal Automation, and Universal Dashboard.
https://www.youtube.com/watch?v=LRRvbxyR0qM
https://ironmansoftware.com/downloads/
The ultimate platform for building web-based IT tools
Includes Universal API, Universal Automation, and Universal Dashboard.
https://www.youtube.com/watch?v=LRRvbxyR0qM
https://ironmansoftware.com/downloads/
YouTube
Tour de PowerShell Universal 1.2
In this video, I take a tour of PowerShell Universal 1.2. You will learn about the platform and see demos about APIs, Automation and Dashboard. We will touch...
Release 1.1.0 SailPoint IdentityNow PowerShell Module & Example Jupyter Notebook
New Release: v1.1.0 of the SailPoint IdentityNow PowerShell Module is published. All 80+ cmdlets updated, new cmdlets, updated doco & an example PowerShell Jupyter Notebook.
https://blog.darrenjrobinson.com/release-1-1-0-sailpoint-identitynow-powershell-module-example-jupyter-notebook/
New Release: v1.1.0 of the SailPoint IdentityNow PowerShell Module is published. All 80+ cmdlets updated, new cmdlets, updated doco & an example PowerShell Jupyter Notebook.
https://blog.darrenjrobinson.com/release-1-1-0-sailpoint-identitynow-powershell-module-example-jupyter-notebook/
darrenjrobinson - Bespoke Identity and Access Management Solutions
Release 1.1.0 SailPoint IdentityNow PowerShell Module & Example Jupyter Notebook - darrenjrobinson - Bespoke Identity and Access…
v1.1.0 of the SailPoint IdentityNow PowerShell Module. Updates to all cmdlets, at least 5 new cmdlets, bug-fixes and documentation updates.
📦 Introducing the Universal Print PowerShell module
The UniversalPrintManagement PowerShell module is designed for managing and administrating Universal Print resources from the command line. Use this module when you want to build automated tools.
https://techcommunity.microsoft.com/t5/universal-print-blog/introducing-the-universal-print-powershell-module/ba-p/1472607
Documentation:
https://docs.microsoft.com/en-us/universal-print/fundamentals/universal-print-powershell
#module #print
The UniversalPrintManagement PowerShell module is designed for managing and administrating Universal Print resources from the command line. Use this module when you want to build automated tools.
https://techcommunity.microsoft.com/t5/universal-print-blog/introducing-the-universal-print-powershell-module/ba-p/1472607
Documentation:
https://docs.microsoft.com/en-us/universal-print/fundamentals/universal-print-powershell
#module #print
TECHCOMMUNITY.MICROSOFT.COM
Introducing the Universal Print PowerShell module
In an effort to simplify administrative activities and reduce manual interactions with the Universal Print online management portal, we now offer a PowerShell module, which uses the Graph API, you can use to manage some of your Universal Print resources.…
🏆 Iron Scripter - A PowerShell Dialer Challenge
There's an IronScripter PowerShell challenge for you.
https://ironnoscripter.us/text-me-a-powershell-dialer-challenge
#challenge
There's an IronScripter PowerShell challenge for you.
https://ironnoscripter.us/text-me-a-powershell-dialer-challenge
#challenge
❗ 50+ PowerShell SharePoint Examples
https://www.enjoysharepoint.com/poweshell-sharepoint-examples/
#SharePoint
https://www.enjoysharepoint.com/poweshell-sharepoint-examples/
#SharePoint
❗ Top 10 PSConfEU videos:
1. Become a parameter ninja. - James O'Neill
2. How I discovered classes (without much Class{}) - Stephane Van Gulick
3. PowerShell 7.1: A Next Gen Shell - Steve LeeJason Helmick
4. PowerShell in Notebooks - Rob Sewell
5. State of the Shell - Keynote from Jeffrey Snover and Joey Aiello
6. Is DSC Dead? - Gael Colas and Michael Greene
7. Don't be scared of calling APIs! - Graziella Iezzi
8. What the log?! So many events, so little time… Miriam Wiesner
9. The Seven Deadly Sins of PowerShell - Friedrich Weinmann
10. Classes & runspaces together - Async logging in PowerShell - Jan-Henrik Damaschke
#video #PSConfEU
1. Become a parameter ninja. - James O'Neill
2. How I discovered classes (without much Class{}) - Stephane Van Gulick
3. PowerShell 7.1: A Next Gen Shell - Steve LeeJason Helmick
4. PowerShell in Notebooks - Rob Sewell
5. State of the Shell - Keynote from Jeffrey Snover and Joey Aiello
6. Is DSC Dead? - Gael Colas and Michael Greene
7. Don't be scared of calling APIs! - Graziella Iezzi
8. What the log?! So many events, so little time… Miriam Wiesner
9. The Seven Deadly Sins of PowerShell - Friedrich Weinmann
10. Classes & runspaces together - Async logging in PowerShell - Jan-Henrik Damaschke
#video #PSConfEU
