Author Topic: AGEE EPA: where is the machine domain in the registry?  (Read 1348 times)

Offline Paul B

  • Hero Member
  • *****
  • Posts: 180
  • Karma: 19
AGEE EPA: where is the machine domain in the registry?
« on: July 20, 2009, 09:14:25 AM »
Had a customer who was wanting to do an EPA on an AGEE, to find which domain the Client PC was in.

If you look in:

   HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters - Domain

then this will list the machine domain.
 
Here's an example of an expression you can use to examine it:

  CLIENT.REG('HKEY_LOCAL_MACHINE\\\\SYSTEM\\\\CurrentControlSet\\\\Services\\\\Tcpip\\\\Parameters_Domain').VALUE == test


Paul
« Last Edit: August 24, 2009, 05:21:16 AM by Paul B »

Offline evildani

  • Administrator
  • Hero Member
  • *****
  • Posts: 378
  • Karma: 22
Be carefull when deploying this as a AGE Preauthentiaction Policy, since AGE uses a parcing mecanism that will not work with the path stated in this thread directly, consult the documentation for the correct way to present the path, for example you have to double backslash all backslashes.