Hi All, Yesterday a new Version of PowerShell 7 stable has been released. Today when i started PowerShell, i saw the following Notice on my Screen.
v7.2.7 Release of PowerShell
https://github.com/PowerShell/PowerShell/releases/tag/v7.2.7
After the Download i installed the MSI.
As always i added the "Enable PowerShell remoting"
Regards Andres Bohren
Hi All, A few days ago, Microsoft has anounced the "Quarantine Admin" Role. In the Future you need to be Member of the "Quarantine Admin" Rolegroup to manage the Quarantine.
Manage quarantined messages and files as an admin in EOP
https://learn.microsoft.com/en-us/microsoft-365/security/office-365-security/manage-quarantined-messages-and-files?view=o365-worldwide
The "Quarantine Administrator" Role is not yet visible in my Tenant.
If you don't want to wait, you can already create a Custom Role like i did here with the "
Hi All, Today, i Jabra Direct bugged me that there is an update available. I am okay with a Message that tells me if there is an update. But why would you inform me every hour? I would not say the Jabra Direct ist that important. Anyway - keeping Software up to date is always a good thing.
Jabra Direct Download
https://www.jabraheadsets.ch/supportpages/jabra-direct
Release notes
https://www.jabraheadsets.ch/support/release-notes/release-note-jabra-direct
Open Jabra Direct > Updates and hit "
Hi All, Today i received an update for my OnePlus 9 Android Smartphone. It includes the Android 2022.09 Security Updates.
OxygenOS 12 C.65 update for OnePlus 9 and OnePlus 9 Pro[NA ADDED]
https://community.oneplus.com/thread?id=1173217177084887042
After the Install and a reboot it looks like this.
Regards Andres Bohren
Hi All, Less than a Week ago, Microsoft has released AZ PowerShell 9.0.0. Now they have again released a new Version 9.0.1. According to the Release Notes there are some breaking Changes and some newer API Versions included.
Az 9.0.1
https://www.powershellgallery.com/packages/AZ/9.0.1
Azure PowerShell release notes
https://learn.microsoft.com/en-us/powershell/azure/release-notes-azureps?view=azps-9.0.1
Show Installed AZ Module and what's available in the PowerShell Gallery Get-InstalledModule AZ -AllVersions Find-Module AZ
To uninstall all the old Modules and install the new Modules i have written a PowerShell Script that is published at my GitHub Repo.
Hi All, Citrix has released the Citrix Workspace App for Windows 2210 in early October. Citrix Workspace app 2210 for Windows
https://www.citrix.com/de-de/downloads/workspace-app/windows/workspace-app-for-windows-latest.html
What’s new
https://docs.citrix.com/en-us/citrix-workspace-app-for-windows/about.html It's a little weird. In earlyer Versions this screen showed the Informations about the Update. Seems this has changed.
Anyway the Update was sucessful.
Regards Andres Bohren
Hi All, I have recently updated to Windows 11 22H2. In the Taskbar there is the Weather and News Widget i don't use. Here is how to disable it.
Right click somewhere on your Taskbar and select "Taskbar settings" from the Contextmenu.
Disable "Widgets" - that's all
It's gone now 😊
Regards Andres Bohren
Hi All, The Message Recall Feature is based on Outlook Client. Now with millions of Mailboxes in Exchange Online some parts of the Feature can now deployed directly on the Mailbox in Exchange Online.
Message Recall in Exchange Online
https://www.microsoft.com/en-us/microsoft-365/roadmap?filters=&searchterms=Message%2CRecall
Check what's currently set
Get-OrganizationConfig | fl RecallReadMessagesEnabled
Enable Recall Message on the Server side
Set-OrganizationConfig -RecallReadMessagesEnabled $true
Get-OrganizationConfig | fl RecallReadMessagesEnabled
EAC > Settings > Mail Flow > Message Recall > Allow users to recall messages read by the recipient
Hi All, A few hours ago, Microsoft has released a new Version of the Microsoft.Graph PowerShell Module. Apparently it covers the latest API version and some minor fixe Microsoft.Graph 1.13.0
https://www.powershellgallery.com/packages/Microsoft.Graph/1.13.0 1.13.0 Release Notes
https://github.com/microsoftgraph/msgraph-sdk-powershell/releases
Let's check the installed Version and what's available on the PowerShell Gallery
Get-InstalledModule Microsoft.Graph Find-Module Microsoft.Graph To install the newest Version of the PowerShell Modules and also uninstalling the old Versions, you can use my GitHub Script.
Hi All, Today Microsoft has released AZ PowerShell Module 9.0.0.
Az 9.0.0
https://www.powershellgallery.com/packages/AZ/9.0.0
Migration Guide for Az 9.0.0
https://learn.microsoft.com/en-us/powershell/azure/migrate-az-9.0.0?view=azps-8.3.0
Show Installed AZ Module and what's available in the PowerShell Gallery
Get-InstalledModule AZ -AllVersions Find-Module AZ
AZ is just a Wrapper Module that contains a lot of other Modules Get-InstalledModule AZ*
To uninstall all the old Modules and install the new Modules i have written a PowerShell Script that is published at my GitHub Repo.