Using an older driver version I was able to run a query against NDS and output it to Excel. I would use this to compile a list of all the application objects in the tree and thier respective GUIDs.
The output of said query using the older driver version would look like this:
NDS_Name App:GUID
Application X 5AD6CF70-DE04-11D1-8E8A-00AA002F5283
Using the currently available driver, and running the same query my output looks like this:
NDS_Name App:GUID
Application X 35414436434637302D444530342D313144312D384538412D303041413030324635323833
How do I convert this string into format in the frist example?
The output of said query using the older driver version would look like this:
NDS_Name App:GUID
Application X 5AD6CF70-DE04-11D1-8E8A-00AA002F5283
Using the currently available driver, and running the same query my output looks like this:
NDS_Name App:GUID
Application X 35414436434637302D444530342D313144312D384538412D303041413030324635323833
How do I convert this string into format in the frist example?