Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/sql-server-2005/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
使用Microsoft System Center Configuration Manager(SCCM)推送唯一命令行参数安装程序_Configuration_Sccm_Configurationmanager_System Center_Sccm 2007 - Fatal编程技术网

使用Microsoft System Center Configuration Manager(SCCM)推送唯一命令行参数安装程序

使用Microsoft System Center Configuration Manager(SCCM)推送唯一命令行参数安装程序,configuration,sccm,configurationmanager,system-center,sccm-2007,Configuration,Sccm,Configurationmanager,System Center,Sccm 2007,我需要使用SCCM将安装程序推送到多台计算机上。我们的安装程序需要一个作为命令行参数传递的唯一令牌,即Installer.exe/s token=a_unique_token。该令牌对于计算机是唯一的,如果没有此令牌,安装程序将失败。SCCM环境由客户端管理,我们计划在excel工作表或CSV文件中为他们提供一个令牌列表。您必须部署一个脚本(批处理、vbs、ps等)从CSV读取令牌,并使命令行唯一,但除此之外,这不会有任何问题

我需要使用SCCM将安装程序推送到多台计算机上。我们的安装程序需要一个作为命令行参数传递的唯一令牌,即
Installer.exe/s token=a_unique_token。
该令牌对于计算机是唯一的,如果没有此令牌,安装程序将失败。SCCM环境由客户端管理,我们计划在excel工作表或CSV文件中为他们提供一个令牌列表。

您必须部署一个脚本(批处理、vbs、ps等)从CSV读取令牌,并使命令行唯一,但除此之外,这不会有任何问题