Error information 0xC1030104

Add the following to your DHCP scope options:if you want to use DHCP Scope options 066 Boot Server Host Name – DNS name of PXE server 067 Bootfile Name – smsbootx86wdsnbp.com For not to listen the DHCP on Ports (WDS Port & DHCP Ports are same so you must execute this registry change),…………… WDSUTIL /Set-Server … Read more

ConfigMgr / SCCM automated basic Documentation

  Enhansoft Free Tools ConfigMgr / SCCM automated basic Documentation can be done with vbScript v1.32: [DOWNLOAD]This vbs script will create a detailed documentation for your ConfigMgr / SCCM server. SMS Documentation Script v1.22: [DOWNLOAD]This vbs script will create detailed documentation for your SMS server.  MOM / OpsMgr Documentation Script: [DOWNLOAD]This beta script will document … Read more

How to delete an ISV Proxy Certificate

  You cannot delete an ISV Proxy certificate once it is registered with the site. All you will need to “Block” the old certificate, and then “Renew” the new certificate.   However if you want to do out of the box then this would be for you —–SQl query—- SELECT     ex.SMSID, ck.KeyData AS PublicKey, ck.KeyType, … Read more

How to Setup complete Asset Intelligent :SAM

Your first step would be Enable AI Role Make sure you have enabled H/W & S/w Agent & Software metering Agent. https://technet.microsoft.com/en-us/library/cc161880.aspx For CAL Tracking Make Sure you Enable Audit logon Success. https://technet.microsoft.com/en-us/library/cc431373.aspx    And Client Access License (CAL) data collection must be enabled in the Configuration.mof the file can be found in SCCM installed … Read more

Net statistics workstation

H:>net statistics workstationWorkstation Statistics for SystemName Statistics since 10/17/2011 11:51 AM   Bytes received                               1886516  Server Message Blocks (SMBs) received        11097  Bytes transmitted                            19042298  Server Message Blocks (SMBs) transmitted     11071  Read operations                              1224  Write operations                             88  Raw reads denied                             0  Raw writes denied                            0   Network errors                               0  Connections made                             40  Reconnections made                           2  Server … Read more

Microsoft Product Lifecycle Search – System Center Configuration Manager 2007

https://support.microsoft.com/lifecycle/search/default.aspx?sort=PN&qid=null&alpha=System+Center+Configuration+Manager+2007&Filter=FilterNO   Products Released General Availability Date Mainstream Support End Date Extended Support End Date Service Pack Support End Date Notes System Center Configuration Manager 2007 11/29/2007 1/8/2013 1/9/2018 7/14/2009   System Center Configuration Manager 2007 R2 11/29/2008 1/8/2013 1/9/2018     System Center Configuration Manager 2007 R3 12/19/2010 1/8/2013 1/9/2018     System Center … Read more

SCCM Report: Server or Workstation Uptime Report

  —-This report will give you server uptime information: SELECT os.Caption0 AS ‘Operating System’, cs.Name0 AS Name, DATEDIFF(hour, os.LastBootUpTime0, ws.LastHWScan) AS ‘Uptime (in Hours)’, CONVERT(varchar(20), os.LastBootUpTime0, 100) AS ‘Last Reboot Date/Time’, CONVERT(varchar(20), ws.LastHWScan, 100) AS ‘Last Hardware Inventory’ FROM v_GS_WORKSTATION_STATUS AS ws LEFT OUTER JOIN v_GS_OPERATING_SYSTEM AS os ON ws.ResourceID = os.ResourceID INNER JOIN v_GS_COMPUTER_SYSTEM … Read more

SCCM Terms

Below are the terms  used in SCCM https://technet.microsoft.com/en-us/library/ff977081.aspx   Term Definition Active Directory Security Group Discovery method A Configuration Manager discovery method that searches for security group resources by polling the closest Active Directory domain controller. Active Directory System Discovery method A Configuration Manager discovery method that searches for system resources by polling the closest … Read more

MDOP Virtual LAB

https://technet.microsoft.com/en-us/edge/gg609291 TechNet Virtual Lab: MDOP: Advanced Sequencing TechNet Virtual Lab: MDOP: Advanced Group Policy Management (AGPM) TechNet Virtual Lab: MDOP: App-V and System Center Configuration Manager (SCCM) TechNet Virtual Lab: MDOP: Examining App-V Basics TechNet Virtual Lab: MDOP: Installing and Configuring App-V TechNet Virtual Lab: MDOP: Installing MED-V TechNet Virtual Lab: MDOP: Installing the App-V … Read more

Native Mode Client installation command line – example

Here is a sample command line for my lab site MED   Ccmsetup.exe /mp:medv-cm.medlab.com /native:FALLBACK CCMHOSTNAME=medv-cm.medlab.com SMSSITECODE=MED FSP=medv-cm.medlab.com   issue found after following the document https://technet.microsoft.com/en-us/library/cc872789.aspx on 2008 Servers only but worked fine for 2003. SMS_POLICY_PROVIDER saying “SMS Policy Provider has failed to sign one or more policy assignments. It will retry this operation automatically.” … Read more