August 26, 2022
Announcements!
Upcoming breaking changes in Azure PowerShell
(docs.microsoft.com)
Come see what need to fix before the next release
By: Azure PowerShell submitted:Aug 26 2022
Come see what need to fix before the next release
By: Azure PowerShell submitted:Aug 26 2022
Blogs, Articles, and Posts
Enable PowerShell remoting on ArcoLinux
(mikefrobbins.com)
PowerShell is a cross-platform scripting language that runs on Windows, Linux, and macOS. ArcoLinux
By: Mike F Robbins submitted:Aug 26 2022
PowerShell is a cross-platform scripting language that runs on Windows, Linux, and macOS. ArcoLinux
is a rolling release Linux distribution based on Arch Linux.
By: Mike F Robbins submitted:Aug 26 2022
Report on Active Directory Container permissions using PowerShell
(powershellisfun.com)
In a previous blog post (Link), I showed a way to create a report on OU (Organizational Unit)
By: Harm Veenstra submitted:Aug 26 2022
In a previous blog post (Link), I showed a way to create a report on OU (Organizational Unit)
permissions. One of the replies I got about that was: How about the Container permissions, those are important too 🙂 And that's correct, they are! In this blog post, I will show you how to create a report on those (Script is based on the OU report)
By: Harm Veenstra submitted:Aug 26 2022
Reporting Teams Channel Email Addresses
(office365itpros.com)
No Microsoft 365 admin portal will tell you about the set of email addresses assigned to Teams
By: Tony Redmond submitted:Aug 26 2022
No Microsoft 365 admin portal will tell you about the set of email addresses assigned to Teams
channels. Fortunately, it's relatively easy to create a report with PowerShell and just a little Graph magic.
By: Tony Redmond submitted:Aug 26 2022
The Secret to Unleashing PowerShell GitHub Abilities
(adamtheautomator.com)
In this deep dive, learn how to use PowerShell GitHub abilities to take your workflow to the next
By: Bart Tacken submitted:Aug 26 2022
In this deep dive, learn how to use PowerShell GitHub abilities to take your workflow to the next
level and automate everything!
By: Bart Tacken submitted:Aug 26 2022
Using Exchange Online PowerShell with Azure Automation Managed Identities
(practical365.com)
Microsoft doesn't support using an Azure Automation managed identity and Exchange Online PowerShell.
By: Tony Redmond submitted:Aug 26 2022
Microsoft doesn't support using an Azure Automation managed identity and Exchange Online PowerShell.
However, that doesn't mean the two can't work together. In this article we explore how to use Exchange Online PowerShell with Azure Automation while waiting for Microsoft to deliver a full solution.
By: Tony Redmond submitted:Aug 26 2022
Using Graph to assign a group to a PowerShell script in Intune
(deploymentresearch.com)
While doing some Intune automation the other day I got stuck on trying to assign a script to a
By: Mattias Benninge submitted:Aug 26 2022
While doing some Intune automation the other day I got stuck on trying to assign a script to a
group. Using the graph API documentation sent me on a wild goose chase so just wanted to write a small writeup if someone else ran into the same problem.
By: Mattias Benninge submitted:Aug 26 2022
Windows Defender Management using PowerShell
(powershellcenter.com)
Microsoft has invested heavily in Microsoft Defender Antivirus (known as Windows Defender) over the
By: Faris Malaeb submitted:Aug 26 2022
Microsoft has invested heavily in Microsoft Defender Antivirus (known as Windows Defender) over the
years to reduce the attack surface on the Windows environment against viruses and spyware, and ransomware.
By: Faris Malaeb submitted:Aug 26 2022
Projects, Scripts, and Modules
Configure SysInternals EULA Acceptance
(jdhitsolutions.com)
I just saw a very, very handy thing on Twitter where you can set a registry key that will
By: Jeffery Hicks submitted:Aug 26 2022
I just saw a very, very handy thing on Twitter where you can set a registry key that will
automatically accept all EULA prompts for the SysInternals tools. I know there is a command-line switch I can use, but I never remember to use it. Setting the registry key appears to accept EULAs globally. Naturally,...
By: Jeffery Hicks submitted:Aug 26 2022
Microsoft Graph Known Issue
(twitter.com)
If you're using the Microsoft Graph API and getting repeated auth prompts with every request you may
By: Sam Erde submitted:Aug 26 2022
If you're using the Microsoft Graph API and getting repeated auth prompts with every request you may
have a corrupt token cache.
By: Sam Erde submitted:Aug 26 2022
Powershell: Citrix Hypervisor Count Function
(alainassaf.github.io)
Contents Contents Scenario Citrix Hypervisor and PowerShell? Conculsion Learning More Value for
By: Alain Assaf submitted:Aug 26 2022
Contents Contents Scenario Citrix Hypervisor and PowerShell? Conculsion Learning More Value for
Value Scenario I've been hesitant to dive into Citrix Hypervisor PowerShell cmdlets, but there's no rational reason to not do it. Citrix continues to make great strides in expanding and updating PowerShell for its hypervisor, PVS, and XenDesktop.
By: Alain Assaf submitted:Aug 26 2022
Books, Media, and Learning Resources
Make More Modules with Adam Bacon
(powershellpodcast.podbean.com)
In this episode, we hear from someone whose career has grown alongside PowerShell's. Adam shares
By: The Powershell Podcast submitted:Aug 26 2022
In this episode, we hear from someone whose career has grown alongside PowerShell's. Adam shares
some of the challenges that he's experienced when automating business processes with PowerShell. Starting in the early days of PowerShell, Adam talks about that first experience where he saw the potential of PowerShell. We also spent some time talking about creating GUI applications in PowerShell. We talk about all this, and much more, in this episode.
By: The Powershell Podcast submitted:Aug 26 2022
PowerCLI and PowerShell cheat sheet
(angrysysops.com)
Here are commands, every vSphere admin should know: List of available interfaces and physical
By: Piotr Tarnawski submitted:Aug 26 2022
Here are commands, every vSphere admin should know: List of available interfaces and physical
network cards (vmkernel + vmnic): Adding another interface (vmkernel to vMotion)...
By: Piotr Tarnawski submitted:Aug 26 2022
Running commands in the shell
(docs.microsoft.com)
PowerShell is a command-line shell and a scripting language used for automation. Similar to other
By: Sean Wheeler submitted:Aug 26 2022
PowerShell is a command-line shell and a scripting language used for automation. Similar to other
shells, like bash on Linux or the Windows Command Shell (cmd.exe), PowerShell lets you to run any command available on your system, not just PowerShell commands.
By: Sean Wheeler submitted:Aug 26 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.