Hi All,
Yesterday Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.24211.12000 PowerShell Module to the PowerShell Gallery Microsoft.Online.SharePoint.PowerShell
I am using the new PSResourceGet here instead of the PowerShellGet commands.
Check the installed Version and what is available from the PowerShell Gallery
Get-InstalledPSResource Microsoft.Online.SharePoint.PowerShell -Scope AllUsers Find-PSResource Microsoft.Online.SharePoint.PowerShell Uninstall the old Version and install the new Version of the Module
Uninstall-PSResource Microsoft.Online.SharePoint.PowerShell -Scope AllUsers Install-PSResource Microsoft.Online.SharePoint.PowerShell -Scope AllUsers Get-InstalledPSResource Microsoft.Online.SharePoint.PowerShell -Scope AllUsers List the Commands of the Module
Hi All,
I own a kuando Busylight since many Years and used it with Skype for Business. Id did work also with Teams but not with the new Teams 2.x Version.
Recently i received an Email thad announced a new Version that will now Support the new Teams 2.x.
The Updated software can be downloaded here:
https://www.plenom.com/downloads/download-software/ Installation
As far as i can thell there is no news in the Context Menu.
Hi All,
Yesterday a new Version of the MSIdentityTools PowerShell Module has been released to the PowerShell Gallery.
PSGallery MSIdentityTools 2.0.44 I am using the new PSResourceGet here instead of the PowerShellGet commands.
Check the PowerShell Module that is installed and what is available from the PowerShell Gallery
Get-InstalledPSResource MSIdentityTools -Scope AllUsers Find-PSResource MSIdentityTools Uninstall the old version of the PowerShell Module and install the current version
Uninstall-PSResource MSIdentityTools -Scope AllUsers Install-PSResource MSIdentityTools -Scope AllUsers Get-InstalledPSResource MSIdentityTools -Scope AllUsers List all the Commands from the Module
Hi All,
Yesterday a new Version of the MSOnline PowerShell Module has been released. Sadly there is no Information availabe what has been changed.
PowerShell Gallery MSOnline 1.1.183.81 It’s a little bit surprising to see updates on such an old Module that has seen it’s last change almost two years ago and will be depreciated on March 30 2024.
What’s deprecated in Microsoft Entra ID? I am using the new PSResourceGet here instead of the PowerShellGet commands.
Hi All,
Today i’ve noticed, that there is a new PowerShell 7 Version available.
You can Download it from here: v7.3.9 Release of PowerShell
Release notes:
Bump .NET 7 to version 7.0.403 Use correct agent pool for downloading from Azure blob Remove a timeout value from ADO pipeline stage to resolve a syntax issue Update .NET 7 and manifests Add SBOM for release pipeline Increase timeout when publishing packages to pacakages.
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”
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
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.
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.
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.