我无法确定,这个论坛是否是提出SCCM询问的适当场所。 我创造了一个小的环境,安装了1个域名主计长,拥有SCCM 2007站点服务器。 有一个客户Vista机器在同一领域与它连接。 该机器还安装了SCCM客户。 问题是,我制定了安装WinRar的一揽子计划,现在试图向客户分发。 它只是不可行,而不能确定哪一个记录档案来检查这种情形。 在我的所有系统收集中,我看到客户机器,但客户旗帜是“无”。
任何帮助都得到高度赞赏。
我无法确定,这个论坛是否是提出SCCM询问的适当场所。 我创造了一个小的环境,安装了1个域名主计长,拥有SCCM 2007站点服务器。 有一个客户Vista机器在同一领域与它连接。 该机器还安装了SCCM客户。 问题是,我制定了安装WinRar的一揽子计划,现在试图向客户分发。 它只是不可行,而不能确定哪一个记录档案来检查这种情形。 在我的所有系统收集中,我看到客户机器,但客户旗帜是“无”。
任何帮助都得到高度赞赏。
我知道这个问题已经解决了,但我认为我对你重新跟踪(或者其他人正在经历同样的问题)的情况作出答复。
我认为,这里的主要问题是,你的SCCM客户没有与网站服务器交谈。 这样做有几个原因。 首先,确保客户和服务器的防火墙环境正确:。 我知道Yah,但即使在这些年之后,仍然出现在我的办公室里。 第二,如果你采用本土模式,则确保在公用钥匙基础结构中正确确立一切。 如果你有多份机器证明,这可能会特别麻烦。 也许我会看到这些问题最多。 如果你使用本土模式,看来是问题,则会发出答复,我也可以为此采取一些麻烦的步骤。 最后,确保客户的配置正确。 客户有可能被解冻,但处于休眠状态(即没有被分配到网站服务器)。 连接两台站的电子方式是委托人从SCCM中推动安装。 这自动为客户树立了正确的形象。
希望这一帮助,好!
Oh和这类问题很可能在服务器上得到更好的回应。
As a learning experience I recently tried implementing Quicksort with 3 way partitioning in C#. Apart from needing to add an extra range check on the left/right variables before the recursive call, ...
I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...
I have two EF entities. One has a property called HouseNumber. The other has two properties, one called StartHouseNumber and one called EndHouseNumber. I want to create a many to many association ...
I m using decimal type (.net), and I want to see if two numbers are equal. But I only want to be accurate to 10 decimal places. For example take these three numbers. I want them all to be equal. 0....
I m creating an STA version of the SynchronizationContext for use in Windows Workflow 4.0. I m wondering what to do about exceptions when Post-ing callbacks. The SynchronizationContext can be used ...
I ve got some code which sets up a datacontext. Often enough, the datacontext should be set to some underlying data collection, such as an ObservableCollection - but occasionally I d like to set it ...
I am building an application with C#. I managed to turn this into a single instance application by checking if the same process is already running. Process[] pname = Process.GetProcessesByName("...
NOTE I have asked the related question (with an accepted answer): How to combine DataTrigger and Trigger? I think I need to combine an EventTrigger and a DataTrigger to achieve what I m after: when ...