Hello, While testing deployments using MDT 2012 Update 1 compared to MDT 2010 I've noticed a difference in the way web service calls get logged. When called using MDT 2010, the content logged in BDD.log is as follows:
CHECKING the [MOVECOMPUTERTOOU] section Property UserDomain is now = *** Property UserID is now = ******* <Message containing password has been suppressed> About to execute web service call using method POST to http://MYSERVER/Deployment/ad.asmx/MoveComputerToOU: ComputerName=MyComputer Response from web service: 200 OK Successfully executed the web service. ------ Done processing CS_SR.ini ------ Making the same web service call using MDT 2012 logs the following: CHECKING the [MOVECOMPUTERTOOU] section Property UserDomain is now = *** Property UserID is now = ******* <Message containing password has been suppressed> ------ Done processing CS_SR.ini ------ The call to the web service still seems to work using MDT 2012, but there are 3 lines missing from BDD.log indicating the call to be executed and the results. Were these logging details intentionally removed from MDT 2012 or is there something additional I need to configure in order to get this level of logging? Thanks, Eric Giroux
