Hi All, By default Microsoft Bookings is enabled in Exchange Online. If you have disabled it like me, you need to enable it first in the Exchange Online OrganizationConfig. Turn Microsoft Bookings on or off
https://docs.microsoft.com/en-us/microsoft-365/bookings/turn-bookings-on-or-off?view=o365-worldwide
Get-Organizationconfig | fl *booking* Set-Organizationconfig -BookingsEnabled $true
In the Default OwaMailboxPolicy all users can create Booking Mailboxes. Get-OwaMailboxPolicy -Identity OwaMailboxPolicy-Default | fl *booking*
If you want to enable the Bookings creation only for one Mailbox you have to create a new OWAMailboxPolicy Set-OwaMailboxPolicy "
Hi All, I've checked today if there where any updates from the Microsoft Store. As you can see the Microsoft Whiteboard App was updated.
I've checked the App and was able to Open the Diagrams again
So i was curious and created a new Whiteboard and named it "Brainstrom". I had applied for the Microsoft Whiteboard OneDrive Opt-In
Microsoft Whiteboard OneDrive Opt-In
https://blog.icewolf.ch/archive/2021/12/15/microsoft-whiteboard-onedrive-opt-in.aspx
As you can see the new Whiteboard is saved in OneDrive.
Hi All, I was looking at a way to convert HTML to Markdown
https://cloudconvert.com/pricing
So i signed up and created the API Key https://cloudconvert.com/dashboard/api/v2/keys
There is a Node.js Library
https://github.com/cloudconvert/cloudconvert-cli
npm install -g cloudconvert-cli
npm list -g
Set the API Key as a Variable (in Windows) and run the HTML File with output MD
SET CLOUDCONVERT_API_KEY=<YourAPIKey> Cloudconvert convert -f md C:\GIT_WorkingDir\exchange-2016-cu15-security-update-kb4536987.html
This is the converted MD File
If you look at the Preview
Hi All, I recently had a customer where the OWA Redirect in Exchange Online (Exchange Hybrid configuration) did not work. The reason was, that the TargetOWAURL was not set
Get-OrganizationRelationship
Get-OrganizationRelationship -Identity "O365 to On-Prem*" | fl
I have a SharedMailbox OnPrem where my User has FullAccess
In Exchange Online i go to Outlook on the Web https://outlook.office.com/mail/ and select "Open another Mailbox" I search for the Mailbox and hit "
Hi All, A few days ago a new Version of the Microsoft Defender for Office 365 Recommended Configuration Analyzer (ORCA) Module has been released. ORCA 2.0
https://www.powershellgallery.com/packages/ORCA/2.0
Use the following commands to Install the Module
Find-Module Orca Install-Module Orca Get-InstalledModule Orca
You can already connect to Exchange Online (Or the Script will do it also for you) Connect-ExchangeOnline
There is just one simple Command to run the Report
Get-OrcaReport
It's recommended to run the report from Time to Time.
Hi All, Be aware that the Teams Policies have the Shared Channels enabled by default. So disable them or create a separate Policy for your tests.
My Teams Client is in Preview Mode
But i am still not able to create Shared Channels
According to the Article below - it will look like below
Microsoft Teams Connect shared channels is rolling out to public preview
https://techcommunity.microsoft.com/t5/microsoft-teams-blog/microsoft-teams-connect-shared-channels-is-rolling-out-to-public/ba-p/3252901
Regards Andres Bohren
Hi All, Yesterday the PowerShell Module for MicrosoftTeams 4.1.0 has been released as GA.
MicrosoftTeams 4.1.0
https://www.powershellgallery.com/packages/MicrosoftTeams/4.1.0
Find-Module MicrosoftTeams Install-Module MicrosoftTeams -Force
Usually i test some of the Commands
Connect-MicrosoftTeams Get-Team
Get-CsOnlineUser -Identity a.bohren@icewolf.ch | fl *Ent*,*host*,*voice*, *um*
Be aware, that for new M365 Tenants you can only use MicrosoftTeams PowerShell Module 4.x.x. Older Tenants have to switch to 4.x.x until June 2022.
Teams PowerShell Module - Supported Versions
https://docs.microsoft.com/en-us/microsoftteams/teams-powershell-supported-versions Regards Andres Bohren
Hi All, Almost a Year ago i did buy a OnePlus 9 Android Smartphone. In January, i've received the Update to Android 12.
Yesterday i've received the Android Security Updates for March 2022 among some other stability updates.
Regards Andres Bohren