Microsoft Remote Desktop for AVD and Windows 365 1.2.4677

Microsoft Remote Desktop for AVD and Windows 365 1.2.4677

Andres Bohren
Hi All, Microsoft has released the Version 1.2.4677 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”
MicrosoftTeams PowerShell Module 5.7.1 released as GA

MicrosoftTeams PowerShell Module 5.7.1 released as GA

Andres Bohren
Hi All, Today i noticed that Microsoft has released the MicrosoftTeams PowerShell Module 5.7.1 to the PowerShell Gallery. PowerShell Gallery MicrosoftTeams 5.7.1 Read more details in the Release Notes I am using the new PSResourceGet here instead of the PowerShellGet commands. Check installed Module and what’s available in the PowerShell Gallery Get-InstalledPSResource MicrosoftTeams -Scope AllUsers Find-PSResource MicrosoftTeams Uninstall the old Module and install the newest Module Uninstall-PSResource MicrosoftTeams -Scope AllUsers Install-PSResource MicrosoftTeams -Scope AllUsers Get-InstalledPSResource MicrosoftTeams -Scope AllUsers Checking the Missing Command
Update on the new Outlook for Windows

Update on the new Outlook for Windows

Andres Bohren
Hi All, It’s already a few months since i wrote an Blog Article about New Outlook for Windows - Public Preview. I have recently watched the Youtube video “Update on the new Outlook for Windows” They shared the Timeline of the “New Outlook / One Outlook” You can now provide Feedback. This will give them some valuable Informations on what Functions are missing and inputs for priorization of these Features.
Automate Exchange Certificate renewal with Let's Encrypt

Automate Exchange Certificate renewal with Let's Encrypt

Andres Bohren
Hi All, My old TLS Certificate from GoDaddy has expired a few Days ago. I have already used “Let’s Encrypt” Certificates for Exchange in some Test Environements. Today i want you to show how to set up initionally and then use a Script to renew the Certificate on a regular basis. Initial Setup First of all you need a Client that can handle the “Let’s Encrypt” Certificate Request. There are plenty of alternatives out there.
Microsoft.Graph PowerShell Modules 2.8.0 released

Microsoft.Graph PowerShell Modules 2.8.0 released

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has released the Version 2.8.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules. PowerShell Gallery Microsoft.Graph 2.8.0 PowerShell Gallery Microsoft.Graph.Beta 2.8.0 Read more in the Release Notes Refreshes the SDK with the latest APIs Adds documentation for Authentication cmdlets Fixes missing cmdlets/API path in 2.7.0 (now unlisted) Fixes translation of /me to /users/{user-id} for Find-MgGraphCommand Updates examples I am using the new PSResourceGet here instead of the PowerShellGet commands.
Jabra Direct Update (October 2023)

Jabra Direct Update (October 2023)

Andres Bohren
Hi All, Today i have received a notifications, that there is a new Jabra Direct release available. Jabra Direct Release Notes Somehow a file was in use I had to cancel the Installation Downloaded Jabra Direct and installed from there Regards Andres Bohren Unified Messaging Logo
MicrosoftTeams PowerShell Module 5.7.0 released as GA

MicrosoftTeams PowerShell Module 5.7.0 released as GA

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 5.7.0 to the PowerShell Gallery. PowerShell Gallery MicrosoftTeams 5.7.0 Read more details in the Release Notes I am using the new PSResourceGet here instead of the PowerShellGet commands. Check installed Module and what’s available in the PowerShell Gallery Get-InstalledPSResource MicrosoftTeams -Scope AllUsers Find-PSResource MicrosoftTeams Uninstall the old Module and install the newest Module Uninstall-PSResource MicrosoftTeams -Scope AllUsers Install-PSResource MicrosoftTeams -Scope AllUsers Get-InstalledPSResource MicrosoftTeams -Scope AllUsers Some basic testing
Microsoft Entra Connect Sync 2.2.8.0 has been released

Microsoft Entra Connect Sync 2.2.8.0 has been released

Andres Bohren
Hi All, I noticed today, that there is a new Version of Entra ID Connect Sync available. Microsoft Entra Connect: Version release history Functional Changes: The attribute onPremisesObjectIdentifier has been added to the default sync rules. This attribute is required by Microsoft Entra Cloud Sync’s Group Provisioning to AD feature. The minimum .NET runtime requirement has been increased to 4.7.1. Bug Fixes: Improvements to upgrade and auto-upgrade components. Fixed an issue preventing deprovisioning of group when deletions of both the group and a member belonging to a different domain are processed in the same sync cycle.
Testing PSMSALNet because MSAL.PS has been archived

Testing PSMSALNet because MSAL.PS has been archived

Andres Bohren
Hi All, Recently i have learned that the MSAL.PS PowerShell Module has been archived. GitHub MSAL.PS GitHub PSMSALNet Module PowerShell Gallery https://www.powershellgallery.com/packages/PSMSALNet I am using the new PSResourceGet here instead of the PowerShellGet commands. Find the PSMSALNet PowerShell Module in the PowerShell Gallery. Import-Module Microsoft.PowerShell.PSResourceGet Find-PSResource PSMSALNet Install the Module Install-PSResource PSMSALNet -Scope AllUsers Get-InstalledPSResource PSMSALNet -Scope AllUsers List all Commands of the Module Get-Command -Module PSMSALNet Here i declare the Variables that are used in all Scripts
Sucessor of PowerShellGet called PSResourceGet is GA

Sucessor of PowerShellGet called PSResourceGet is GA

Andres Bohren
Hi All, The sucessor of PoewrShellGet is called PSResourceGet is GA and the Version 1.0.0 has been released a few days ago. PowerShell Gallery Microsoft.PowerShell.PSResourceGet 1.0.0 To Install the new Module use the Commands below Find-Module Microsoft.PowerShell.PSResourceGet Install-Module Microsoft.PowerShell.PSResourceGet Get-InstalledModule Microsoft.PowerShell.PSResourceGet List the Commands of the new Module Get-Command -Module Microsoft.PowerShell.PSResourceGet Set PSGallery to Trusted Get-PSResouceRepository Set-PSResouceRepository -Name PSGallery -Trusted Get-PSResouceRepository The Commands for finding Modules in PowerShell Gallery and Installed Modules are quite similar to what i am used to.