0

I see a service runnuing on my Windows Server Essentials 2016 domain controller with user name "MediaAdmin$":

enter image description here

However, when I'm searching for this user in my AD, there are no results:

enter image description here

I'm looking for this user, because I want to change its password. How is it possible that it runs a process, although it's not available?

fishbone
  • 141
  • 1
  • 7

1 Answers1

1

It's a computer account, not a user account. The $ at the end of the username marks it as a computer account. Change your search parameters to search for Computers instead of Users, Groups and Contacts and you will find it.

Gerald Schneider
  • 23,274
  • 8
  • 57
  • 89