PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.23710.12000 released

PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.23710.12000 released

Andres Bohren
Hi All, Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.23710.12000 PowerShell Module to the PowerShell Gallery 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 old PowerShell Module and install the newest one. 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-SPOTenant | fl Regards Andres Bohren PowerShell Logo
Azure Information Protection Unified Labeling (AIP UL) 2.16.73

Azure Information Protection Unified Labeling (AIP UL) 2.16.73

Andres Bohren
Hi All, A few days ago, Microsoft has released a new Version of the Microsoft Azure Information Protection labeling client. Download Microsoft Azure Information Protection 2.16.73.0 Running the Installation with the *.msi File The Installer removes the old version and installs the new Version on the Client. You can find “Azure Information Protection Viewer” in the Startmenu Here you go. The new Version is installed Regards Andres Bohren Azure Logo
Azure Storage Explorer 1.29.2

Azure Storage Explorer 1.29.2

Andres Bohren
Hi All, Yesterday i have seen the Message, that there is an Update for Azure Storage Explorer. Just a few days after the Release of Azure Storage Explorer v1.29.1 Donwload: Azure Storage Explorer v1.29.2 There are just two Updates listed on the GitHup Repo. Installing the Update Actual Version of Azure Storage Explorer Regards Andres Bohren Azure Logo
PowerToys v0.70.0 released

PowerToys v0.70.0 released

Andres Bohren
Hi All, Just let you know, that two days ago, Microsoft has released PowerToys v0.70.0 You will likely got a Notification in your Notifications Bar If you open PowerToys in the Taskbar you will already see the green bar that indicates an Update From the Main Window you can install the Update Et voila - the update has sucessfully installed The Release notes will show you what’s new I tested the Registry Preview that now don’t show any errors anymore
Renew Exchange Federation Certificate

Renew Exchange Federation Certificate

Andres Bohren
Hi All, Recently i noticed that my Exchange Server and Exchange Delegation Federation Certificates have been Expired There is a Documentation that is still valid Renew the federation certificate There are two diffrent Szenarios: Your Federation Certificate is still valid Create a new federation certificate Configure the new certificate as the federation certificate Update the federation proof of domain ownership TXT record in external DNS Verify the distribution of the new federation certificate to all Exchange servers Activate the new federation certificate Your Federation Certificate has expired Remove Federated Domain Remove Federation Trust Create a new federation certificate Configure the new certificate as the federation certificate Update the federation proof of domain ownership TXT record in external DNS Verify the distribution of the new federation certificate to all Exchange servers FederationTrust UpdateMetadata Add Federated Domains Im my case the Certificate has expired Get-ExchangeCertificate For the Self Signed Exchange Certificate it’s a straight forward Process.
Jabra Direct Update (May 2023)

Jabra Direct Update (May 2023)

Andres Bohren
Hi All, Yesterday i’ve got again a Message that a new Version is available for Jabra Direct. Jabra Direct Release Notes I am still annoyed by the Update notice that occurs every Hour. Open up Jabra Direct and hit “Update now” This will launch the Setup As you can see everything is up do date Regards Andres Bohren Unified Messaging Logo
Report AzureAD and MSOL with Azure LogAnalytics

Report AzureAD and MSOL with Azure LogAnalytics

Andres Bohren
Hi All, It’s not much more than a Month, until Azure AD (AzureAD) and MSOnline (MSOL) PowerShell Modules will be depreciated. Reference: Entra Changes Did you know that you can list the Usage of these PowerShells with AzureAD Workbooks Entra Portal > Montitoring & health > workbooks > Sign-ins Select Timerange “Last 30 days” and Apps “Azure Active Directory PowerShell” If you click on the LogAnalytics Icon you will jump to Azure LogAnalytics Workspace
Azure PowerShell Module Az 10.0.0 released

Azure PowerShell Module Az 10.0.0 released

Andres Bohren
Hi All, Just a few Minutes ago, a new Version of the AZ PowerShell Module has been released to PowerShell Gallery. Az 9.6.0 As always the ChangeLog is full of updates 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. #Run Script directly from GitHub $ScriptFromGitHub = Invoke-WebRequest "https://raw.
Microsoft 365 Groups in Outlook on the web

Microsoft 365 Groups in Outlook on the web

Andres Bohren
Hi All, Exiting times in Outlook on the Web. After Work hours and location in Outlook and Teams another new Feature in Outlook on the Web starts popping up. There is a new Microsoft 365 Group Icon in Outlook on the Web It opens a new M365 Group Overview in Outlook Informs you about the news It’s even possible to view the Inbox Folders on Groups Regards Andres Bohren Exchange Logo
Microsoft.Graph PowerShell Module 2.0.0-rc1 released

Microsoft.Graph PowerShell Module 2.0.0-rc1 released

Andres Bohren
Hi All, Yesterday Microsoft has released a new Version of the Microsoft.Graph 2.x PowerShell Modules to the PowerShell Gallery. It’s the first Release Candidate - so i expect it to be GA in the next few Months. PowerShell Gallery Microsoft.Graph 2.0.0-rc1 Microsoft.Graph Release Notes If you have already installed Microsoft Graph Modules you need to use the -Force and -AllowClobber Parameter Get-InstalledModule Microsoft.Graph -AllVersions Find-Module Microsoft.Graph -AllowPrerelease Install-Module Microsoft.Graph -AllowPrerelease -Force -AllowClobber Get-InstalledModule Microsoft.