Connect on Exchange On-line (Mac)
install powershell on a mac
brew install powershell
brew install openssl
pwsh
Install-Module -Name PowerShellGet
Install-Module -Name PSWSMan
sudo pwsh -Command 'Install-WSMan'
Change calendar time zone
Set-MailboxCalendarConfiguration -Identity peter@contoso.com -WorkingHoursTimeZone "Pacific Standard Time"
Connect on Microsoft Graph with powershell
Install the module
Install-Module Microsoft.Graph -Scope AllUsers
Connect-MgGraph -TenantId "yourTenant GUID"
Test Viruses and Antiviruses
Check Installed application
Powershell Check installed applications
wmic product get name,vendor,IdentifyingNumber,Version,InstallDate