I have my NS server setup with https and for this example I'll use NS75.company.org as my server name.
This is what I have been trying to use and it isn't working. First it makes a directory and copies the needed files. Second uninstalls 7.1 and waits 5 minutes. Then installs 7.5. The only part not working is the install. It kind of works sometimes in that the agent will be installed but it will never register with the server. Should the /nsweb be https? Any help would be appreciated.
REM NS 7.1 to 7.5 Migration
REM Creation of Install Dir and Files
cd \
mkdir C:\NSMigration
copy "\\Server\fileshare\nsmigration\*.*" c:\NSMigration
REM Uninstall NS 7 Clean
cd "C:\Program Files\altiris\Altiris Agent\"
AeXAgentUtil.exe /clean
ping 1.1.1.1 -n 1 -w 300000 >nul
REM Installs NS7.5
C:\NSMigrationaexnsc.exe /install /ns="NS75.company.org" /nsweb="http://NS75/Altiris" NOTRAYICON /s
c:\NSMigration\aexnsc.exe /install /ns="SMP-NS.lifeway.org" /nsweb="http://SMP-NS/Altiris" NOTRAYICON /s