POWERSHELL

PowerShellGet 2.9.0-Preview

PowerShellGet 2.9.0-Preview

Andres Bohren
Hi All, A new Preview Version of PowerShellGet is available. This is the compatibility module CompatPowerShellGet to allow for PowerShellGet v2 syntax but actually using PSResourceGet for older scripts. PowerShell Gallery PowerShellGet 2.9.0-preview Changelog Get-InstalledModule PowerShellGet Find-Module PowerShellGet -AllowPrerelease Install-Module PowerShellGet -AllowPrerelease -Force Get-InstalledModule PowerShellGet -AllVersions #PS5 Get-Module Get-InstalledModule MicrosoftTeams Get-Module MicrosoftTeams -ListAvailable #PS7 Import-Module PowerShellGet -RequiredVersion 2.9.0 Get-Module Get-InstalledModule MicrosoftTeams Get-Module MicrosoftTeams -ListAvailable I’ve created an GitHub Issue for the Get-InstalledModule Error
PowerShell 7.3.7 released

PowerShell 7.3.7 released

Andres Bohren
Hi All, Today i’ve noticed, that there is a new PowerShell 7 Version available. You can Download it from here: v7.3.7 Release of PowerShell Release notes: Bump .NET SDK version to 7.0.401 I’ve downloaded the *.msi File and here are the Screenshots from the Installation As always i enabled “Enable PowerShell Remoting” And here is the Result. I am running PowerShell 7.3.7 Regards Andres Bohren PowerShell Logo
MicrosoftTeams PowerShell Module 5.6.0 released as GA

MicrosoftTeams PowerShell Module 5.6.0 released as GA

Andres Bohren
Hi All, Just a few Days ago, Microsoft has released the MicrosoftTeams PowerShell Module 5.6.0 to the PowerShell Gallery. PowerShell Gallery MicrosoftTeams 5.6.0 Read more details in the Release Notes Check installed Module and what’s available in the PowerShell Gallery Get-InstalledModule MicrosoftTeams Find-Module MicrosoftTeams Uninstall the old Module and install the newest Module Uninstall-Module MicrosoftTeams Install-Module MicrosoftTeams Get-InstalledModule MicrosoftTeams Some basic testing Connect-MicrosoftTeams Get-Team Get-CsOnlineUser -Identity a.bohren@icewolf.ch | fl *Ent*,*host*,*voice*, *line* New or updated Commandlets Updates Set|Get-CsPhoneNumberAssignment to support NetworkSiteId of un-assigned numbers.
ExchangeOnlineManagement 3.3.0 released as GA

ExchangeOnlineManagement 3.3.0 released as GA

Andres Bohren
Hi All, Just a few days ago, Microsoft has released a new Preview Version of the ExchangeOnlineManagement PowerShell Module. PowerShell Gallery ExchangeOnlineManagement 3.3.0 Release notes for v3.3.0: Support to skip loading cmdlet help files with Connect-ExchangeOnline. Global variable EXO_LastExecutionStatus can now be used to check the status of the last cmdlet that was executed. Bug fixes in Connect-ExchangeOnline and Connect-IPPSSession. Support of user controls enablement by policy for features that are onboarded to Viva feature access management.
Microsoft.Graph PowerShell Modules 2.5.0 released

Microsoft.Graph PowerShell Modules 2.5.0 released

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has released the Version 2.5.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules. PowerShell Gallery Microsoft.Graph 2.5.0 PowerShell Gallery Microsoft.Graph.Beta 2.5.0 Read more in the Release Notes Refreshes the SDK with the latest APIs Adds support for windowsQualityUpdateProfile API Adds support for partner information API Updates examples Show installed Versions and what’s available in PowerShell Gallery Get-InstalledModule Microsoft.Graph Get-InstalledModule Microsoft.Graph.Beta Find-Module Microsoft.Graph Find-Module Microsoft.Graph.Beta Uninstalling the old Modules
Azure PowerShell Module Az 10.3.0 released

Azure PowerShell Module Az 10.3.0 released

Andres Bohren
Hi All, Just a few Hours ago, a new Version of the AZ (Azure) PowerShell Module has been released to PowerShell Gallery. PowerShell Gallery Az 10.3.0 This time, the Release Notes are not very useful Release Notes Show Installed AZ Module and what’s available in the PowerShell Gallery Get-InstalledModule AZ Find-Module AZ I’ve created a Script to uninstall all AZ.* Modules and install the newest ones. It can be run directly from your PowerShell.
Exchange Online Custom RBAC Role for AWS

Exchange Online Custom RBAC Role for AWS

Andres Bohren
Hi All, I’ve had an interesting Use Case some Weeks ago. The collegues from the AWS Cloud Team wanted to create a Mailenabled Security List for each Application they create. So they can inform the right People and i guess also assign permissions to these People. I expected, that this will be an easy task. Just a few Microsoft Graph Commands to create a Group and add Members. But i was very wrong.
PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.24009.12000 released

PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.24009.12000 released

Andres Bohren
Hi All, A few days ago, Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.24009.12000 PowerShell Module to the PowerShell Gallery Microsoft.Online.SharePoint.PowerShell Check the installed Version and what is available from the PowerShell Gallery Get-InstalledModule Microsoft.Online.SharePoint.PowerShell Find-Module Microsoft.Online.SharePoint.PowerShell Uninstall the old Version and install the new Version of the Module Uninstall-Module Microsoft.Online.SharePoint.PowerShell Install-Module Microsoft.Online.SharePoint.PowerShell Get-InstalledModule Microsoft.Online.SharePoint.PowerShell List the Commands of the Module Get-Command -Module Microsoft.Online.SharePoint.PowerShell Connect to Sharepoint Online Connect-SPOService -Url https://icewolfch-admin.sharepoint.com Get some Settings
Microsoft.Graph PowerShell Modules 2.4.0 released

Microsoft.Graph PowerShell Modules 2.4.0 released

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has released the Version 2.4.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules. PowerShell Gallery Microsoft.Graph 2.4.0 PowerShell Gallery Microsoft.Graph.Beta 2.4.0 Read more in the Release Notes Refreshes the SDK with the latest APIs Adds support for baseSitePage APIs and MTO APIs Updates welcome message to include getting started links Updates examples Fixes Get-MgTeamChannel by disambiguating /allChannels (Get-MgAllTeamChannel) command from /channels Show installed Versions and what’s available in PowerShell Gallery
Use Managed Identity with Microsoft Teams on Azure Automation

Use Managed Identity with Microsoft Teams on Azure Automation

Andres Bohren
Hi All, Hopefully you already know, that the Run As Accounts in Azure Automation will retire by end of September 2023. Therefore you have to migrate to Managed Identitys. Azure Automation Run As accounts will retire on 30 September 2023 and completely move to Managed Identities. All runbook executions using RunAs accounts, including Classic Run As accounts wouldn’t be supported after this date. Starting 01 April 2023, the creation of new Run As accounts in Azure Automation will not be possible.