PowerShell 7 and PnP.PowerShell on Linux

Andres Bohren
Hi All, Recently i had a customer who wanted to upload a File on SharePoint. I've done something similar with PowerShell on Windows and Azure Automation. Upload file to SharePoint Online with PnP.PowerShell https://blog.icewolf.ch/archive/2022/01/23/upload-file-to-sharepoint-online-with-pnp-powershell.aspx Install PowerShell on Linux https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-linux?view=powershell-7.2 As i have a CentOS8 available i did test that. There is a specific Docs from Microsoft that explains how to Install PowerShell on CentOS Installing PowerShell on CentOS https://docs.microsoft.com/en-us/powershell/scripting/install/install-centos?view=powershell-7.2 cat /etc/centos-release rpm -i https://github.

Tested ExchangeOnlineManagement Preview 6 PowerShell Module

Andres Bohren
Hi All, I've tried out the ExchangeOnlineManagement Preview6 PowerShell Module ExchangeOnlineManagement 2.0.6-Preview6 https://www.powershellgallery.com/packages/ExchangeOnlineManagement/2.0.6-Preview6 Get-InstalledModule ExchangeOnlineManagement Find-Module ExchangeOnlineManagement Installing the Module Side by Side Install-Module ExchangeOnlineManagement -AllowPrerelease -Force Connect-ExchangeOnline As you can see, there is no PS Session Get-PSSession Get-Mailbox -Identity a.bohren@icewolf.ch | fl Name Get-EXOMailbox -Identity a.bohren@icewolf.ch | fl Name If you check the Commands it seems pretty complete Get-Module Get-Command -Module ExchangeOnlineManagement | measure Get-Command -Module tmpEXO* | measure

VMware Tools for Windows 12.0.5

Andres Bohren
Hi All, VMware Released a Security Advisory regarding VMware Tools (CVE-2022-22977) VMSA-2022-0015 https://www.vmware.com/security/advisories/VMSA-2022-0015.html In order to fix it you have to install VMware Tools for Windows 12.0.5 After you have downloaded the new Version of the VMware Tools you can eighter upload the ISO to VMware ESX and assign it to the DVD Drive or open the ISO directly on the Windows Machine. Regards Andres Bohren

Azure File Sync Agent 15.0 has been released

Andres Bohren
Hi All, I had almost forgotten, that on the Microsoft Patchday also a new Version of Azure FileSyncAgent was available. When i look at the Azure Storage Sync Service i see that the Registered Server runs FileSyncAgent 14.1 Azure File Sync Agent v15.0 https://www.microsoft.com/en-us/download/details.aspx?id=57159 I've downloaded the MSI but was not able to install, without uninstalling the Software first Instead i used the Windows Update Package After a Reboot i can see the new Azure File Sync Agent Version in Azure Portal

Azure PowerShell Module Az 8.0.0 released

Andres Bohren
Hi All, A few Hours ago, Microsoft has released the Azure PowerShell Module AZ v8.0.0 Microsoft Azure PowerShell AZ 8.0.0 https://www.powershellgallery.com/packages/AZ/8.0.0 Release Notes not yet udated https://docs.microsoft.com/en-us/powershell/azure/release-notes-azureps?view=azps-7.5.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

Exchange Online Mail flow Alert policies

Andres Bohren
Hi All, Maybe you have noticed the new Mail flow Alert policies in Exchange Admin Center. You can define new Alert policies, define the Severity, the Insight, the recipient, the Notification Limit and sometimes also the Threshold for the Alert. For me it's a little bit odd to send an Email in case something does not work well with the Mailflow. It could be that you get the Email very late or even when the issue is already resolved.

Exchange Online Tenant Allow/Block List does not work when connected to Security & Compliance

Andres Bohren
Hi All, Recently i stumbled over a funny Error. When query the Get-TenantAllowBlockListItems all looks fine until you connect to Security and Compliance (Connect-IPPSession). You will then see even Watson Error Messages 😂 I am using ExchangeOnlineManagement PowerShell Module Version 2.0.5. Had a Case open: 30305990 - The Engineering Team is now aware. And will hopefully fix it in a future Version of the PowerShell Module. Manage the Tenant Allow/Block List

Update Modules on Azure Automation with AZ PowerShell

Andres Bohren
Hi All, As you probably know, i am a big Fan of Azure Automation to run some Automation Scripts for M365 in Azure. When you try to install a new Microsoft Graph Module in Azure Automation from the Gallery it will fail, due its dependency for Microsoft.Graph.Authentication, because an older Version is installed. I've tried to figure out, how to update the Modules with PowerShell (too much clicking for doing it manually).

OnePlus 9 Android security patch 2022.04

Andres Bohren
Hi All, Yesterday i've received an update for my OnePlus 9 Android Smartphone. It updates the Android Patchlevel to 2022.04. Regards Andres Bohren

Powershell v7.2.4 released

Andres Bohren
Hi All, A few Days ago, Microsoft has released PowerShell 7.2.4. Changelog https://github.com/PowerShell/PowerShell/blob/master/CHANGELOG/7.2.md v7.2.4 Release of PowerShell https://github.com/PowerShell/PowerShell/releases/tag/v7.2.4 Regards Andres Bohren