Used for connecting to MDT Webservice via a exe wrapper.
To make it work the .config file must be updated with a valid http path to the diffrent webservice urls.
Syntax:
MDTWSTool.exe /Function=Parameter1;Parameter2;Parameter3;...
Example:
MDTWSTool.exe /MoveComputerToOU=COMPUTER001;OU=Computers,DC=contoso,DC=com
Limitations:
Only works in "real" Windows since its dependent on .Net. So it wont work in WinPE.
The following objects returning customized arrays is not working.
GetForest
GetOUs
GetUserAttributes
GetAllSCCMTaskSequences
GetComputer
Almost nothing has been tested so any help in that department is much needed!