Hybrid Configuration Wizard with granular configuration feature

Hybrid Configuration Wizard with granular configuration feature

Andres Bohren
Hi All, This Week, the Microsoft Exchange Team Blog announced the “granular Configuration feature” for Exchange Hybrid Configuration Wizard (HCW). Hybrid Configuration Wizard with granular configuration feature is now available Details about the configuration Options can be found here Choose Exchange Hybrid Configuration They also updated the Permissions required Hybrid Configuration wizard Note that Global admin permissions are required if Exchange hybrid is configured for the first time! You can download the new Exchange Hybrid Configuration Wizard here: http://aka.
MicrosoftTeams PowerShell Module 5.9.0 released as GA

MicrosoftTeams PowerShell Module 5.9.0 released as GA

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 5.9.0 to the PowerShell Gallery. PowerShell Gallery MicrosoftTeams 5.9.0 Read more details in the Release Notes. I’ve already blogged about Microsoft Teams 5.8.1 Preview Managed Identity support for *-cs cmdlets 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
WhiteboardAdmin 1.11.2 PowerShell Module released

WhiteboardAdmin 1.11.2 PowerShell Module released

Andres Bohren
Hi All, Yesterday Microsoft has released a new Version of the WhiteboardAdmin PowerShell Module to the PowerShell Gallery. PowerShell Gallery WhiteboardAdmin 1.11.2 Release Notes: Internal fixes to improve performance and reliability I am using the new PSResourceGet here instead of the PowerShellGet commands. Check what Version of the Module is installed and what is available from the PowerShell Gallery. Get-InstalledPSResource WhiteboardAdmin -Scope AllUsers Find-PSResource WhiteboardAdmin Uninstall the old Version and install the new Version
Microsoft Graph Report Device Owner

Microsoft Graph Report Device Owner

Andres Bohren
Hi All, Recently i came across a Case where i wanted to know what devices are Associated to a specific Owner. You can do that in Entra Admin Center and filter for a specific Owner. Once you click on the Device, you can see more details of the device Let’s check out the Microsofg Graph API with Graph Explorer You need to use the ObjectID and not the DeviceID https://graph.microsoft.com/v1.0/devices/e151ae1b-9083-448b-b482-ed6609e80037 Once you have a Device you can figure out who is the Owner
Microsoft.Graph PowerShell Modules 2.12.0 released

Microsoft.Graph PowerShell Modules 2.12.0 released

Andres Bohren
Hi All, Yesterday Microsoft has released the Version 2.12.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules. PowerShell Gallery Microsoft.Graph 2.12.0 PowerShell Gallery Microsoft.Graph.Beta 2.12.0 Read more in the Release Notes It’s surprising that in the GitHub Repository there is still no Release visible I am using the new PSResourceGet here instead of the PowerShellGet commands. Show installed Versions and what’s available in PowerShell Gallery Get-InstalledPSResource Microsoft.Graph -Scope AllUsers Get-InstalledPSResource Microsoft.Graph.Beta -Scope AllUsers Find-PSResource Microsoft.
Swiss Domain Security Report Q4 2023

Swiss Domain Security Report Q4 2023

Andres Bohren
Hi All, I’ve published a new Swiss Domain Security Report Q4 2023 to rise awareness about the available Security technologies around Domains and Mailsecurity. It shows the adoption of diffrent technologies for the whole .ch TLD (Top Level Domain). Hope you enjoy it and learn something. Let’s improve the Security in Switzerland! Note: I am a private Person and this is just a Hobby Project. But i still believe this Report can be useful as an Overview of the Mail- and Domain Security in Switzerland.
PowerToys v0.77.0 released

PowerToys v0.77.0 released

Andres Bohren
Hi All, Last Week Microsoft has released the Version v.0.77.0 of Microsoft PowerToys. In the Main Window click on “Install now” The Release notes can be found here Release v0.77.0 Installation in Progress What’s new Updated PowerToys Dashboard view Regards Andres Bohren Windows Logo
PowerShell 7.4.1 released

PowerShell 7.4.1 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.4.1 Release of PowerShell Release notes: General Cmdlet Updates and Fixes Fix Group-Object output using interpolated strings Fix Start-Process -PassThru to make sure the ExitCode property is accessible for the returned Process object Fix rendering of DisplayRoot for network PSDrive Engine Updates and Fixes Ensure filename is not null when logging WDAC ETW events Fix four regressions introduced by WDAC audit logging feature Build and Packaging Improvements
Azure PowerShell Module AZ 11.2.0 released

Azure PowerShell Module AZ 11.2.0 released

Andres Bohren
Hi All, Yesterday, a new major Version of the AZ (Azure) PowerShell Module has been released to PowerShell Gallery. PowerShell Gallery Az 11.2.0 A lot of news in the Release Notes Release Notes I am using the new PSResourceGet here instead of the PowerShellGet commands. Show installed Versions and what’s available in PowerShell Gallery Get-InstalledPSResource AZ -Scope AllUsers Find-PSResource AZ Uninstall the old Modules and install the current Modules Uninstall-PSResource AZ -Scope AllUsers Uninstall-PSResource AZ.
Manage direct assigned Licenses and Service Plans with Microsoft.Graph

Manage direct assigned Licenses and Service Plans with Microsoft.Graph

Andres Bohren
Hi All, A few Weeks ago i did write a Blog Article how to Keep Track of new ServicePlans in M365 Licenses with Azure Automate and Microsoft.Graph PowerShell Modules. I received a Question, how to add or remove specific Service Plans to a License for a specific User. Basically there are two methods: Direct Assigned Licenses Group-based License I wrote a Blog Article on how to add and remove Licenses with Microsoft.