Hey, i am able to add a computer to AD, but cannot add the GUID to it for remote installations.
i am using
but it comes up with an error, i was reading that the string needs to be converted to an octet string or something? how would i do that?
this is using vbscript
thanks
i am using
Code:
strGUID = "{00000000-0000-0000-0000-000000000001}"
objComp.Put "netbootGUID", strGUID
but it comes up with an error, i was reading that the string needs to be converted to an octet string or something? how would i do that?
this is using vbscript
thanks