Hi All,
Last Week i’ve received an update for my OnePlus 9 Android Smartphone. It updates the Android Patchlevel to 2022.06.
OxygenOS 12 C.62 update for OnePlus 9 and OnePlus 9 Pro Regards
Andres Bohren
Hi All,
Yesterday Microsoft has released the Version 1.11.0 of the Microsoft.Graph PowerShell Module.
Microsoft.Graph 1.11.0
Release Notes
Check the installed Version and what is availabe on 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
#Run Script directly from GitHub $ScriptFromGitHub = Invoke-WebRequest "https://raw.githubusercontent.com/BohrenAn/GitHub\_PowerShellScripts/main/ExchangeOnline/GraphAPI/Cleanup-GraphModules.ps1" Invoke-Expression $($ScriptFromGitHub.Content) It takes a while until everything is done.
Hi All,
Yesterday Microsoft has released the Azure PowerShell Module AZ v8.2.0
PowerShell Gallery Az 8.2.0 Check your current installed Module and what is available on PowerShell Gallery
Get-InstalledModule AZ Find-Module AZ I’ve published a Script in my GitHub Repo to uninstall the old Modules and install the new Modules
https://github.com/BohrenAn/GitHub_PowerShellScripts/blob/main/AzureAD/Microsoft.Graph_HowToStart.ps1
Or you can run the Script below to directly execute that Script
#Run Script directly from GitHub $ScriptFromGitHub = Invoke-WebRequest "https://raw.
Hi All,
Microsoft has released PowerToys v0.61.0 respectivly v0.61.1.
PowerToys Release Notes Regards
Andres Bohren
Hi All,
I just want to write a short Blog Article about Exhange Online Protection (EOP) Malware Filter regarding the *.bin Attachments.
Just be aware, that when Adding Linked or Embedded Objects in Office Documents (like PowerPoint), the Objects are added as *.bin Objects and might be catched by the Malware Filter.
Import content from other applications into PowerPoint If you rename the *.pptx or add *.zip at the end you can open in with Windows Explorer or any other ZIP Tool.
Hi All,
I’ve tried out M365 Apps health
Microsoft 365 Apps health You have to go to the M365 Apps Admin Center
I’ve gone through the “Get started” Wizard
Selected a Group with my Office Devices
I’ve had to change the Office Channel to “MontlyEnterprise” to get some data
cd C:\Program Files\Common Files\microsoft shared\ClickToRun OfficeC2RClient.exe /changesetting Channel=MonthlyEnterprise OfficeC2RClient.exe /update user After the Change i had to wait for several Hours
Hi All, Yesterday, Microsoft has released a new Version of theyr MSIdentityTools PowerShell Module.
MSIdentityTools 2.0.17
https://www.powershellgallery.com/packages/MSIdentityTools/2.0.17
Check installed PowerShell Module Version and what is available in the PowerShell Gallery (Needs to run "As Administrator")
Get-InstalledModule MSIdentityTools Find-Module MSIdentityTools Uninstall the old PowerShell Module and install the new one
Uninstall-Module MSIdentityTools Install-Module MSIdentityTools Get-InstalledModule MSIdentityTools List Commands of the Module
Get-Command -Module MSIdentityTools Let's try out the following Command "Get-MsIdServicePrincipalIdByAppId" Connect-MgGraph -Scopes Application.
Hi All, Yesterday Microsoft hast release the MicrosoftTeams PowerShell Module 4.6.0 as GA (Generally Available) in the PowerShell Gallery.
MicrosoftTeams 4.6.0
https://www.powershellgallery.com/packages/MicrosoftTeams/4.6.0 Release Notes
https://docs.microsoft.com/en-us/MicrosoftTeams/teams-powershell-release-notes Find the PowerShell Module in the PowerShell Gallery and install it Find-Module MicrosoftTeams Install-Module MicrosoftTeams Get-InstalledModule MicrosoftTeams Testing Connect-MicrosoftTeams Get-Team
Get-CsOnlineUser -Identity a.bohren@icewolf.ch | fl *Ent*,*host*,*voice*, *line* Regards Andres Bohren
Hi All, I've seen that there are some new SelfServicePurchase Services are published. In the following Blog Article i show you how to disable them.
Import-Module -Name MSCommerce
Connect-MSCommerce
Get-MSCommerceProductPolicies -PolicyId AllowSelfServicePurchase Let's disable the two SelfServicePurchases Update-MSCommerceProductPolicy -PolicyId AllowSelfServicePurchase -ProductId CFQ7TTC0LHVK -Enabled $False
Update-MSCommerceProductPolicy -PolicyId AllowSelfServicePurchase -ProductId CFQ7TTC0LHWM -Enabled $False
When we check now, all the SelfServicePurchases are disabled
Get-MSCommerceProductPolicies -PolicyId AllowSelfServicePurchase
Regards Andres Bohren
Hi All, Yesterday Microsoft has released a new Version of the MSIdentityTools PowerShell Module.
MSIdentityTools 2.0.15 https://www.powershellgallery.com/packages/msidentityTools/2.0.15
Check the Installed Version and what is available in the PowerShell Gallery
Get-InstalledModule MSIdentityTools Find-Module MSIdentityTools Uninstall the old Version of the Module and install the new Version of the Module
Uninstall-Module MSIdentityTools Install-Module MSIdentityTools Get-InstalledModule MSIdentityTools List the Commands of the Module
Get-Command -Module MSIdentityTools
Seeing this i experimented with the Get-MsIdO365Endpoints Command to get the List of the Exchange Online IPs