摘要:
In SCCM 2012 R2, you can use following class.Use SMS_CombinedDeviceResources.EPAntivirusSignatureLastVersion in WMIE.g.select SMS_R_SYSTEM.ResourceID,... 阅读全文
摘要:
Two useful articles about UDA:http://fbinotto.blogspot.com/2011/09/sccm-2012-user-device-affinity.html#!/2011/09/sccm-2012-user-device-affinity.htmlhttp://blog.quirkshop.co.uk/2010/11/28/about-user-device-affinity/ 阅读全文
摘要:
工作中需要自己搭建一个SCCM 2012 SP1 相关的测试环境,中间要自己搭建DHCP,这里就边做边写,记录一下,以后看起来方便。先搭建DC. 搭建DC要先指定一个静态IP地址,这里,我指定为15.4.0.3.DC的OS是win 2k8 Enterprise SP2 ENU AMD64, run--> dcpromo.exe. 如何创建DC具体的可以看这个link:http://www.elmajdal.net/win2k8/setting_up_your_first_domain_controller_with_windows_server_2008.aspx配置DHCP要将DC的I 阅读全文
摘要:
在部署 OS 过程中遇到一个问题,需要找到操作系统对于的驱动文件。由于OS都是直接从微软服务器上面copy下来的,所以,要找到对应的 Device Drivers很困难。好不容易找到一个Drivers的文件夹,发现各种驱动啊,估计也只有当时创建的人知道。。(吐槽一下)怎么样才能找到当前系统的驱动文件呢??网上转了好大一圈发下下面的方法很靠谱,于是就有了这篇帖子:1. Download 7Zip file from http://www.7zip.org2. open OS file and open ..\sources\install.wim\Windows\System323. you c 阅读全文
摘要:
When you get this error, it means your disk is not enough. Scenario: DC+CAS+PE1,PE2Problem:Distribution a WIM file failed andI get error as following:Message ID: 4402Despooler failed to merge delta to the compressed package "CAR0000E". The operating system reported error 1295: The requeste 阅读全文
摘要:
Problem Details:When open ConfigMgr Console, a warning window pop-up. 2. when checking your PS "Site Hierarchy" is NOT connected to CAS. Only PE1(my primary site name) in the result pane. 3. Go to "Monitoring-->System Status--> Componet Status", SMS_SITE_COMPONENT_MANAGER i 阅读全文
摘要:
Update: For this problem, you can use following scripts to resolve it quickly.Prot 1433, 1434: SQL Server DB replictaion requirestProt 4022: SSB requirestGenerately, 4022 port not enabled caused this problem occurs. You should check you firewall role settings:CMD-->type 'firewall.cpl'--&g 阅读全文
摘要:
1. Go to Software Library, expend Operating Systems, click Task Sequence2. From right panel chose your TS and right click3. Chose Advanced tab, click Browse... button to change boot iamge file 阅读全文
摘要:
刚刚写行代码,傻到DBAccess.GetCustomerID(del)=0?MessageBox.Show("用户"+txtName.Text.Trim()+"删除成功"):MessageBox.Show("用户"+txtName.Text.Trim()+"删除失败");的直接用下面的代码,编译的时候报错说:Error1Constant value '0' cannot be converted to a 'bool'D:\Users\Nokia\Documents\Visual 阅读全文
摘要:
文档中突然出现了个LDAP,不知道是个什么东西,于是进行扩展阅读。百度里的词条肯了半天,也没肯明白。先mark一下,晚上回去研究研究。http://baike.baidu.com/view/159263.htm 如果哪位高人有相关的资料或者指导意见的话,请不吝赐教,小弟会灰常感激 阅读全文