(No Ratings Yet)
(No Ratings Yet)
(No Ratings Yet)

Update Teams settings using GPO and desktop-config.json file

You can target the following powershell below to update items in desktop-config.json such as disableGpu\openAtLogin\registerAsIMProvider\runningOnClose(Get-Content $ENV:APPDATA\Microsoft\Teams\desktop-config.json).replace(‘”disableGpu”:false’, ‘”disableGpu”:true’) | Set-Content $ENV:APPDATA\Microsoft\Teams\desktop-config.json(Get-Content $ENV:APPDATA\Microsoft\Teams\desktop-config.json).replace(‘”openAtLogin”:true’, ‘”openAtLogin”:false’) | Set-Content $ENV:APPDATA\Microsoft\Teams\desktop-config.json 

(No Ratings Yet)
(No Ratings Yet)

Azure Security

 Microsoft 365 DefenderUsers and Device health/securityAccessible from https://security.microsoft.comAllows creation/customization of policies to send email alertsMin. license requirements for FULL SUITE (https://docs.microsoft.com/en-us/microsoft-365/security/defender/prerequisites?view=o365-worldwide#licensing-requirements)Secure Score & Improvements available for any license […]

(No Ratings Yet)
(3 votes, average: 7.00 out of 5)
(No Ratings Yet)
(No Ratings Yet)
(No Ratings Yet)
(No Ratings Yet)
(No Ratings Yet)

Could not activate Windows License on server in Azure

Recently we had moved some onpremise Server 2016 machines to Azure using ASR. When trying to activate them using the Microsoft stepscscript c:\windows\system32\slmgr.vbs /dlvcscript c:\windows\system32\slmgr.vbs /ipk WC2BQ-8NRM3-FDDYY-2BFGV-KHKQYcscript […]