Capture Network Logs from Edge and Chrome
https://textslashplain.com/2020/01/17/capture-network-logs-from-edge-and-chrome/
chrome://net-export
https://textslashplain.com/2020/01/17/capture-network-logs-from-edge-and-chrome/
chrome://net-export
Just make sure that the Office version you’re running is 32-bit and not 64-bit and the export should proceed past that error.
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\SubSystems\
Windows
From: SharedSection=1024,20480,768 To: SharedSection=1024,20480,4096
Check for holds:
Get-Mailbox -ResultSize unlimited | Where-Object {$_.RetentionHoldEnabled -eq $true} | Format-Table Name,RetentionPolicy,RetentionHoldEnabled –Auto
Disable:
Set-Mailbox user -RetentionHoldEnabled $false
https://www.em-soft.si/myblog/elvis/?p=975
If you have Office 365 Business or can’t use Group Policy for some other reason, you can add the preventteamsinstall value to the HKEY_LOCAL__MACHINE\SOFTWARE\Policies\Microsoft\Office\16.0\common\officeupdate key in the registry. The type for preventteamsinstall is REG_DWORD and the value should be set to 1 if you don’t want Teams installed.
xcopy source destination /e /h /r /y
sc \\SERVER_NAME query type= service state= all | find “SERVICE_NAME”
Stop-Computer -ComputerName “SERVER_NAME” -Credential $a
Restart-Computer -ComputerName “SERVER_NAME ” -Credential $a
shutdown /m \\SERVER_NAME /r /t 01
pskill \\SERVER_NAME winlogon
WBADMIN GET VERSIONS
WBADMIN DELETE BACKUP -keepVersions:5 -quiet