Check user password
runas /u:DOMAIN\USER notepad.exe
runas /u:DOMAIN\USER notepad.exe
wmic UserAccount set PasswordExpires=False
https://pivkey.zendesk.com/hc/en-us/articles/203863255-Self-enrolling-a-Smart-Card-Certificate
To change the User PIN type:
pivkeytool –changepin “111111” –userpin “000000”
pivkeytool –unblockpin “111111” –userpin “000000”
To change the Admin Key type:
pivkeytool –changeadminkey “111111111111111111111111111111111111111111111111” –adminkey “000000000000000000000000000000000000000000000000”
Delete a cert from SC:
certutil -scinfo
certutil -delkey -csp “Microsoft Base Smart Card Crypto Provider” “CertReq-PIVKeyC980-00000000-df58–00000”
youtube-dl –list-formats URL-to-Video
then
youtube-dl -f FORMAT_NUMBER_FROM_ABOVE URL-to-Video
This is for either app but I’ve found t
With MFG Mode on display, press Power to get to Ready display
Then Cancel-Return-Return-Cancel-Return-Return
Engineering Menu>Undeware Menu>boot_code_menu
Swith to user mode then OK then Power Cycle
psexec \\PCNAME cmd
Then run
wmic bios get serialnumber
psexec \\SERVERNAME netsh
Display info:
interface ip show config
Change DNS:
interface ip set dns “NIC1” static 8.8.8.8
OOBE /BYPASSNRO
permissions for full shares
robocopy source destination /E /ZB /DCOPY:T /COPYALL /R:1 /W:1 /V /TEE /LOG:X:\Robocopy.log
Live, post first copy
robocopy source destination /XO
robocopy Y:\ Z:\ /copy:DATSOU /secfix /e /b /MT:8
The example command preceding uses the following elements and options:
Check all pastes for bad quotes!
First:
Old server
w32tm /config /syncfromflags:domhier /reliable:no /update
net stop w32time & net start w32time
Then:
New server
w32tm /config /manualpeerlist:”0.pool.ntp.org 1.pool.ntp.org 2.pool.ntp.org 3.pool.ntp.org” /syncfromflags:manual /reliable:yes /update
net stop w32time & net start w32time
w32tm /query /configuration
w32tm /query /source
w32tm /query /peers
w32tm /query /status