Can k1000 Managed install access shared or network folder
Can k1000 Managed install access shared or network folder ??
1 Comment
[ + ] Show comment
Answers (1)
Please log in to answer
Posted by:
rockhead44
7 years ago
Yes. When i have done it I deploy a batch file as a Managed Install. inside the batch file I make the calls to the network folder.
Comments:
-
Additionally: You need to remember to set at least read permissions on that network folder for appropriate user(s) or group(s) (if you are not sure which one you can use 'everyone' ;) - rad33k 7 years ago
bit confused
C:\Program Files (x86)\Dell\KACE>KDeploy.exe -hash=\\10.100.33.15\Softwares\Dell_Kace_Agent\Testinstall\NETINSTALL.bat
[2017-07-12.17:40:05][KDeploy:main ] KDeploy ----- Starting KDeploy.exe -----
[2017-07-12.17:40:05][KDeploy:main ] KDeploy called with params: -hash=\\10.100.33.15\Softwares\Dell_Kace_Agent\Testinstall\NETINSTALL.bat
[2017-07-12.17:40:05][KDeploy:main ] MD5 Hash: 5488eaed67a25bb52f8af7b66e3944b7
Alternate Location:
Path:\\10.100.33.15\Softwares\Dell_Kace_Agent\Testinstall
Checksum: (required) 5488eaed67a25bb52f8af7b66e3944b7
Credential:
Override Default Installation
Full Command Line:
NETINSTALL.bat
Use Associated File:
NETINSTALL.zip
BAT file content
pushd "\\10.100.33.15Softwares\Dell_Kace_Agent\Testinstall\"
\\10.100.33.15\Softwares\Dell_Kace_Agent\Testinstall\anyconnect-win-3.1.05152-pre-deploy-k9.msi /qb /norestart - rahimpal 7 years ago