Wednesday, August 25, 2021

Computers with trust issues

 This can be a dark world so sometimes our computers develop trust issues.   This is a powershell command to fix the trust relationship.  I wish it was this easy with humans...

Reset-ComputerMachinePassword -Server DomainController -Credential DomainAdmin
  • Server — the FQDN name of any domain controller;
  • Credential — domain user (with permission to add the computer to the domain) or domain admin account.

Friday, March 5, 2021

*shouting across the network* Hey! Who's logged on to that computer over there?

 Need to figure out who is logged on to that computer on the network in another location?

Try this!  query user /server:ComputerNameHere


.Net said .No so this says .Youbetterorelsebuddy

 I was having trouble with .net framework install on new computers.  I'm not sure why it didn't work repeatedly, but found that if y...