October 25, 2019
Announcements!
PowerShell 7 Preview 5 – Released!
(devblogs.microsoft.com)
Today we shipped PowerShell 7 Preview5! This release contains a number of new features and many bug
By: Steve Lee submitted:Jun 15 2022
Today we shipped PowerShell 7 Preview5! This release contains a number of new features and many bug
fixes from both the community as well as the PowerShell team. See the Release Notes for all the details of what is included in this release.
By: Steve Lee submitted:Jun 15 2022
Blogs, Articles, and Posts
Copy multi-valued Active Directory attributes from one user to another with PowerShell
(devblogs.microsoft.com)
Using -Replace parameter with Set-ADUser to copy Active Directory multi-valued attributes
By: Dr Scripto (MSFT Scripting Guys) submitted:Jun 15 2022
Using -Replace parameter with Set-ADUser to copy Active Directory multi-valued attributes
By: Dr Scripto (MSFT Scripting Guys) submitted:Jun 15 2022
Encrypting Text (Part 1)
(community.idera.com)
Let's take a look at a safe way of encrypting text on a computer. The below Protect-Text function
By: Stephane van Gulick submitted:Jun 15 2022
Let's take a look at a safe way of encrypting text on a computer. The below Protect-Text function
takes any text and encrypts it automatically, no password needed. Instead of a password, it uses either your user account and machine, or just your machine as a secret.
By: Stephane van Gulick submitted:Jun 15 2022
Encrypting Text (Part 2)
(community.idera.com)
This is the second part of our text encryption/decryption series. In the first part you learned how
By: Stephane van Gulick submitted:Jun 15 2022
This is the second part of our text encryption/decryption series. In the first part you learned how
you can safely encrypt text on a machine. Now let's take a look at the decrypting part.
By: Stephane van Gulick submitted:Jun 15 2022
Force Intune policy sync from a PowerShell script
(scconfigmgr.com)
Ever wondered how you can kick off a manual or automatic sync of your Intune policies from a
By: Michael Mardahl submitted:Jun 15 2022
Ever wondered how you can kick off a manual or automatic sync of your Intune policies from a
PowerShell script?
By: Michael Mardahl submitted:Jun 15 2022
How to refresh Power BI Dataflows with PowerShell
(craigporteous.com)
With the introduction of Power BI Dataflows in April 2019 the ability to interrogate this new
By: Craig Porteous submitted:Jun 15 2022
With the introduction of Power BI Dataflows in April 2019 the ability to interrogate this new
feature using the REST API landed soon after (unlike this blog post!). Like datasets, you can refresh your dataflows using the API.
By: Craig Porteous submitted:Jun 15 2022
How to Scan Open Ports Within a Network
(techcommunity.microsoft.com)
Network complexity is rapidly increasing with the addition of non-traditional devices gaining access
By: Anthony Bartolo submitted:Jun 15 2022
Network complexity is rapidly increasing with the addition of non-traditional devices gaining access
to organizational networks. Singular purpose devices made available through the Internet of Things (IoT) offering has increased network complexity even further with the ease of adding said devices to the network and sometimes without the knowledge of a system administrator. Hence the following received question: "How do I ensure all the appropriate ports are closed with all these devices being added to my network?"
By: Anthony Bartolo submitted:Jun 15 2022
PowerShell, Files and Azure Storage Account Blobs
(dev.to)
Azure Storage Blob is a cost-effective solution to store any kind of file in the cloud. It's secure,
By: Olivier Miossec submitted:Jun 15 2022
Azure Storage Blob is a cost-effective solution to store any kind of file in the cloud. It's secure,
reliable and resilient. More, Blob can be used as a trigger for Azure Functions when you add a file and you can play with different pricing tiers.
By: Olivier Miossec submitted:Jun 15 2022
Why and how to connect to Microsoft Azure with Azure PowerShell
(ehikioya.com)
When I first started working with Microsoft Azure Infrastructure services, I managed cloud resources
By: Ehi Kioya submitted:Jun 15 2022
When I first started working with Microsoft Azure Infrastructure services, I managed cloud resources
exclusively using the Azure portal/dashboard. And since I could do pretty much everything I needed to do directly on the portal, I never bothered with Azure PowerShell or any of the other methods of communicating with Azure.
By: Ehi Kioya submitted:Jun 15 2022
Projects, Scripts, and Modules
Evergreen: A PowerShell module to return the latest version software and download links for various software
(github.com)
A PowerShell module to return the latest version software and download links for various software
By: Aaron Parker submitted:Jun 15 2022
A PowerShell module to return the latest version software and download links for various software
By: Aaron Parker submitted:Jun 15 2022
WINspect: PowerShell-based Windows Security Auditing Toolbox
(github.com)
WINspect is part of a larger project for auditing different areas of Windows environments. It
By: A-mIn3 submitted:Jun 15 2022
WINspect is part of a larger project for auditing different areas of Windows environments. It
focuses on enumerating different parts of a Windows machine to identify security weaknesses and point to components that need further hardening.
By: A-mIn3 submitted:Jun 15 2022
Books, Media, and Learning Resources
100 Days of Infrastructure as Code in Azure
(github.com)
Software developers first came up with the idea of Infrastructure as Code (IaC) to address the
By: Pete Zerger submitted:Jun 15 2022
Software developers first came up with the idea of Infrastructure as Code (IaC) to address the
problems with manual or manually executed script deployments to servers. The proliferation of public cloud and the perception of unlimited scale and instant availability only calls greater attention to the issues of slow, unreliable deployment. Infrastructure as Code ultimately offers more stable environments at a rapid pace and high scale.
By: Pete Zerger submitted:Jun 15 2022
Episode 022 – PowerShell at Microsoft Ignite
(powershellnews.podbean.com)
In this episode, we discuss the sessions at Microsoft Ignite that pertain to PowerShell. We also
By: The PowerShell News Podcast submitted:Jun 15 2022
In this episode, we discuss the sessions at Microsoft Ignite that pertain to PowerShell. We also
give some tips on going to Ignite.
By: The PowerShell News Podcast submitted:Jun 15 2022
Fun
A PowerShell Cross-Platform Challenge
(ironscripter.us)
As PowerShell 7 draws near, built on the successes of PowerShell Core, you will be asked to create
By: Iron Scripter submitted:Jun 15 2022
As PowerShell 7 draws near, built on the successes of PowerShell Core, you will be asked to create
PowerShell tools that work cross-platform. Or you may be asked to create a PowerShell tool to run on a non-Windows platform. Your command should still be centered on writing objects to the pipeline. Even if the source material is all text.
By: Iron Scripter submitted:Jun 15 2022
Do you have a suggestion for PowerShell Weekly? Do you know something that should be included? Let me know in the comments below, or on
twitter.