摘要:
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/ 阅读全文
摘要:
在部署 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 阅读全文