Users
Allow user service accounts (AD) to register SPN on themselves
dsacls <DomainName_of_Service_Account> /G SELF:RPWP;servicePrincipalName
Show domain user lockout properties
net user %USERNAME% /domain
Run local apps as a domain user, on a non-domain machine
When you start a program with RunAs /netonly
, the program will execute on your local computer as the user you are currently logged on as, but any connections to other computers on the network will be made using the user account specified.
runas /netonly /user:domain\user command