rundll32.exe keymgr.dll,KRShowKeyMgr
shell:startup
shell:common startup
https://www.tachytelic.net/2017/10/find-startup-folder-windows-server-2012-windows-server-2016/
=TEXT(MID(A1,1,FIND(".",A1)),"000")&"."&TEXT(MID(A1,FIND(".",A1)+1,FIND(".",A1,FIND(".",A1)+1)-1-FIND(".",A1)),"000")&"."&TEXT(MID(A1,FIND(".",A1,FIND(".",A1)+1)+1,FIND(".",A1,FIND(".",A1,FIND(".",A1)+1)+1)-1-FIND(".",A1,FIND(".",A1)+1)),"000")&"."&TEXT(MID(A1,FIND(".",A1,FIND(".",A1,FIND(".",A1)+1)+1)+1,LEN(A1)),"000")
Add the following line to your default.rdp config file.
smart sizing:i:1
Use Powershell and the below get-content command
get-content <filename> -tail 5 -wait
Tail example with a 'grep like' filter using “select-string”
get-content CCBU.2020-01-07T15-51-53.187.startup.log -tail 5 -wait | select-string "REST"
utils network connectivity <host> <port>
udp port 5060 or (udp and portrange 1024-32767)
Command Line Command to install dsa.msc this on Windows 10.
DISM.exe /Online /add-capability /CapabilityName:Rsat.ActiveDirectory.DS-LDS.Tools~~~~0.0.1.0
This works in Ireland.
Tested on eir mobile - need to test on other networks.
Below didn't work for me??
https://www.comparitech.com/net-admin/find-password-expiration-for-ad-users/
net user <username> /domain