HP LJ M404 MFG Mode
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
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
Powershell/W11:
Get-WmiObject win32_bios | Select-Object 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
Addtionally –
robocopy SOURCE DESTINATION /mir /sec /secfix /v /mt:32 /tbd /r:2 /w:3
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
ipconfig /release && ipconfig /renew
https://www.thewindowsclub.com/windows-server-activation-error-0xc004f069
Convert Eval to Full Server:
DISM /Online /Set-Edition:ServerStandard /ProductKey:12345-12345-12345-12345-12345 /AcceptEula Replace Product Key with valid key
net user /add USER PASSWORD
net localgroup administrators USER /add
Get-MailboxFolderStatistics -Identity USERNAME -Archive |select FolderPath, Foldersize