202305s

ExchangeOnlineManagement 3.2.0-Preview4 released

ExchangeOnlineManagement 3.2.0-Preview4 released

Andres Bohren
Hi All, Just a few Days ago, Microsoft has released ExchangeOnlineManagement-Preview4 Module to the PowerShell Gallery. PowerShell Gallery ExchangeOnlineManagement 3.2.0-Preview4 According to the Release notes First, let’s check what we have installed and what is available from the PowerShell Gallery Get-InstalledModule ExchangeOnlineManagement -AllVersions Find-Module ExchangeOnlineManagement Ininstall Preview3 and install Preview4 I had to uninstall the ExchangeOnlineManagement with the Force Parameter, because i have dependend Modules. As i have already installed the regular Version of the Module, we need to use the Force Parameter for side by side installation.
HTTP Security Headers

HTTP Security Headers

Andres Bohren
Hi All, Recently my Colleque Tobias Asböck made me aware of the HTTP Security Headers. You can test the Security Headers with the Online Scan from Scott Helme. Ouch - that did not look good for my Website hosted on Azure App Service. So how do i add these Headers? It’s in the web.config File of the Project right afer the system.web configuration <system.webServer> <security> <requestFiltering removeServerHeader="true" /> <!-- Removes Server header in IIS10 or later and also in Azure Web Apps --> </security> <httpProtocol> <customHeaders> <clear /> <!
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.