https://docs.microsoft.com/en-us/exchange/mail-flow/test-smtp-with-telnet?view=exchserver-2019
Tag Archives: Commands
VSS Commands
WSUS Commands
wuauclt /detectnow
https://mcpmag.com/articles/2017/08/10/automate-wsus-using-the-powershell-updateservices.aspx
https://www.business.com/articles/powershell-windows-software-update-services/
WSUS Commands in Windows 10 / Server 2016:
https://omgdebugging.com/2017/10/09/command-line-equivalent-of-wuauclt-in-windows-10-windows-server-2016/
usoclient StartScan
WSUS in PowerShell:
https://docs.microsoft.com/en-us/powershell/module/wsus/get-wsusserver?view=win10-ps
Remote Disk Management
On the computer which you use to connect to the server core, run this command:
netsh advfirewall firewall set rule group="Remote Volume Management" new enable=yes
Or this powershell:
Enable-NetFirewallRule -name RVM-RPCSS-In-TCP,RVM-VDSLDR-In-TCP,RVM-VDS-In-TCP
….ON BOTH THE SOURCE AND TARGET MACHINES!!!