Delete: ~/Library/ApplicationSupport/Microsoft/Teams
Category Archives: Tech Guide
Uninstall ConnectWise agent mac
https://docs.connectwise.com/ConnectWise_Control_Documentation/Get_started/Knowledge_base/Manually_uninstall_an_access_agent
Deactivate Office 365 Mac
Stop using WSUS using Regedit
Remove WSUS Settings Manually
Regedit:
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\
Delete the registry key WindowsUpdate
Reboot
Windows 10 Kyocera Blue Screen March 2021
- Windows 10, version 20H2 and Windows Server, version 20H2 (KB5001567)
- Windows 10, version 2004 and Windows Server, version 2004 (KB5001567)
- Windows 10, version 1909 and Windows Server, version 1909 (KB5001566)
- Windows 10, version 1809 and Windows Server 2019 (KB5001568)
- Windows 10, version 1803 (KB5001565)
Or uninstall update using command prompt:
wusa /uninstall /kb:5000802
Or for Windows 10 version 1909
wusa /uninstall /kb:5000808
Outlook Mac Slow or Freezing in Catalina or BigSur
Terminal:
defaults write com.microsoft.Outlook DisablePreviewForSMIME 1
killall cfprefsd
VPN not working from System Tray
Powershell as admin:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
Source: Technet
Maxo – Add voicemail greeting
Dial *97 to retrieve voicemail messages or record a greeting for the mailbox linked to your Extension
Enable modern authentication office 365
First time:
Install-Module ExchangeOnlineManagement
Commands:
Connect-ExchangeOnline
Set-OrganizationConfig -OAuth2ClientProfileEnabled $true
Check:
Get-OrganizationConfig | Format-Table Name,OAuth* -Auto
Office 365 rollback version
Batch file example
cd “%programfiles%\Common Files\Microsoft Shared\ClickToRun\”
officec2rclient.exe /update user updatetoversion=16.0.12730.20250
pause
https://docs.microsoft.com/en-us/officeupdates/update-history-microsoft365-apps-by-date