Retrieves a registry key value either from the source computer or from the destination computer. It can take three parameters: the key path, the value name, and a Boolean. The first two parameters are required and are string values. The third parameter is optional. If the third parameter is True, CA DMM looks on the source computer, otherwise it looks on the destination computer. The default is False. The command returns False if the value could not be retrieved.
Note: The third Boolean parameter can only be used during General and Apply functions. The third Boolean parameter will cause a syntax error or runtime error if used otherwise.
The Key Path (string value)
The Value Name (string value)
The machine (Boolean value)
Value = RetrieveValue(<Key Path>, <Value Name>, [Boolean]);
RetrieveValue( "HKCU\\Software\\Microsoft\\Office\\8.0\\Common\\Toolbar", "Tooltips", SOURCE);
RetrieveValue( "HKCU\\Software\\Microsoft\\Office\\8.0\\Common\", "Tooltips", DESTINATION);
|
Copyright © 2013 CA.
All rights reserved.
|
|