Microsoft Remote Desktop for AVD and Windows 365 1.2.4582

Microsoft Remote Desktop for AVD and Windows 365 1.2.4582

Andres Bohren
Hi All, Microsoft has released the Version 1.2.4582 for Remote Desktop When you start the Remote Desktop Client, it checks for Updates and will inform you in the Notification Bar You can see also a green arrow, that indicates an Update Release Notes What’s new in the Remote Desktop client for Windows Confirm to upgrade with “Update now” Installation does not take long You can check the Versions by selecting the three dots on top right and select “About”
Microsoft.Graph PowerShell Modules 2.6.1 released

Microsoft.Graph PowerShell Modules 2.6.1 released

Andres Bohren
Hi All, Yesterday Microsoft has released Microsoft.Graph 2.6.0. Soon after the release i installed and tested the new Module. I found out that it had issues and was broken. Reported it via GitHub Issue. Two hours later the Issue was closed with the notice that a new release 2.6.1 is under way. This Morning i saw that the new Version was available in the PowerShell Gallery and the broken Version 2.
Microsoft.Graph PowerShell Modules 2.6.0 released

Microsoft.Graph PowerShell Modules 2.6.0 released

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has released the Version 2.6.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules. Note: Don’t install the Microsoft.Graph Powershell Modules 2.6.0. They are broken. See the Screenshots at the End of the Article. PowerShell Gallery Microsoft.Graph 2.6.0 PowerShell Gallery Microsoft.Graph.Beta 2.6.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
MSCommerce PowerShell Module 1.10

MSCommerce PowerShell Module 1.10

Andres Bohren
Hi All, Today i have noticed, that there is a new MSCommerce PowerShell Module available from the PowerShell Gallery. I didn’t notice that they revoked MSCommerce 1.10. But i am glad, that the new Version has fixed the Output. PowerShell Gallery MSCommerce 1.10 Check the installed Module and what’s available in the PowerShell Gallery Get-Module MSCommerce -ListAvailable Find-Module MSCommerce Let’s uninstall the old Module and install the newest one from PowerShell Gallery
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.
Troubleshoot Azure AD Connect Password Sync

Troubleshoot Azure AD Connect Password Sync

Andres Bohren
Hi All, Have you ever wondered, how you can check Azure AD Connect Password Sync? Of course you find it in the Directory Sync status of the Microsoft 365 Admin Center. In AAD Connect Here is a more detailed way in AAD Connect. Open the “Syncronization Service Manager” “C:\Program Files\Microsoft Azure AD Sync\UIShell\miisclient.exe” Got to “Connectors” and select the Active Directory Domain Services > Select “Search Connector Space” Search for the Distinguished Name of the User > Select the User in the Result Pane > Click on “Properties”
Microsoft Loop now supports code component

Microsoft Loop now supports code component

Andres Bohren
Hi All, I recently saw, that the Loop Web now supports “code” Components. Just type “/” and select “</> Code”. There are a variety of Programming Languages supported for Syntax Highlighting I just used an old PowerShell Script The “code” Component is also supported by the Loop App from the Microsoft Store You can copy the Link from the Loop app, and paste it into Teams. Nor Teams, Outlook or Word Online natively supports the “code” component
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.