Can't find the "Reset Encryption Data" button on any hosts.
-
@alexf2132 What is output if you open a command prompt on that client and run the command
getmacaddress
-
One of those is for Bluetooth. The one ending in “88-BD” is for Wi-Fi.
-
So the select statement from earlier, try:
SELECT hmHostID from hostMAC where hmMAC IN ('28:d2:44:34:3e:df','00:c2:c6:05:88:bd','00:c2:c6:05:88:c1');
-
@Tom-Elliott Still getting the same MAC error.
-
did you run the statement yet? I need to see the output.
-
@Tom-Elliott Here’s the output.
-
Are both of those hosts hosts you need?
You can find the name if you run:
select hostID,hostName from hosts where hostID IN (7,102);
-
If I got a nickel every time someone said “It worked on the old version”…
-
-
@Wayne-Workman Oh I’ve heard that too many times with all the stuff I support daily, lol. But even I mention that phrase from time to time.
-
@alexf2132 Does that hostname seem familiar?
-
@Quazz Looks like the ethernet MAC of the laptop we’ve been troubleshooting… spooky.
-
@Tom-Elliott All of a sudden my laptop had a big toast window in the bottom right corner of the screen, said it needed to make changes, restarted the computer, and now its connected to my domain. I’m going to wipe the computer, reinstall .NET/drivers/fog client, sysprep it, upload/download the image, and see how it goes. I’ll give an update when that’s all done.
@Wayne-Workman @Tom-Elliott Thank you both for the help so far. I appreciate it.
-
@alexf2132 Ah, seems you’re right, you can likely safely delete it then.
If your real host does not have its mac address as hostname then
delete from hosts where hostName = 28d244343edf