Admin center:Cross Domain Installer
From OCS Inventory NG
Hello,
At a customer site where i have an old NT4 domain BILBON containing users and AD SAURON containing pc and users, i have used the following script because
@echo off net use m: \\BILBON\netlogon m: start 172.30.0.16.exe /install /np c: CHOICE /C:x /T:x,10 > NUL net use m: /d /y
This script allow us to connect to the server containing the user,logon script, mount the share and start the install of the ocs service through it.
The trick is to put a choice command to make it wait 10 second to allow the install to finish and then remove the temporary mount point
Have fun

