Automatic SCCM Site Discovery Unsuccessful

We have to make sure  that:
1. Extend Active Directory Schema
2. Publish site information in Active Directory
  http://technet.microsoft.com/en-us/library/bb680711.aspx
3. Boundary shouldn’t overlap

SCCM PXE boot - "File not found"

Solution1:
On Server which is hosting WDS service
1: Stop the WDS service.
2: Delete C:\WINDOWS\TEMP\PXEBootFiles\Windows
3: Start the WDS service.

Solution 2:
1. Uninstall PSP role from SCCM console
2. Stop the WDS service
3: Delete C:\WINDOWS\TEMP\PXEBootFiles\Windows
4: Start the WDS service.
5. Install PSP role

BSOD with error 0x0000007B while deploying XP

Most probably this issue comes when we do not use proper storage driver in the task sequence.
Here is resolution that works most of the time:
http://social.technet.microsoft.com/Forums/en-US/configmgrosd/thread/7a0c4e85-d7c1-4cea-b827-54a72f265895

Solution: Webex is not working on windows 7

After deploying the Windows 7 64 bit Enterprise version we had 1 issue where Webex was not working properly.
It was freezing, very slow and display was poor. One of my colleague found 2 work around to fix the problem:

1.Add one registry key( MTU ) at this path:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Tcpip\Parameters\Interfaces

clip_image001

Now look for the folder in which your IP address and other network related info is  visible:

image

Now create a new “QWORD(64 bit) value”  or “DWORD (32 bit) value, name it  “Mtu” and give it a decimal value of  value of 1500.

 image

image

2.Set the value of  registry key “EnablePMTUDiscovery” (at  HKLM\System\CurrentControlSet\Services\Tcpip\Parameters\) to 1

I hope this will be helpful to someone.

Reboot Coordinator prevents a System Center Configuration Manager 2007 Service Pack 1-based client computer from restarting because it incorrectly concludes that a job is running

System Center Configuration Manager 2007 Service Pack 1 (SP1) will not restart the client computer automatically. It prevents pending important updates from being installed successfully on these computers.
More investigation indicates that the value of the following registry key is greater than 0 on the affected client computers:
HKEY_LOCAL_MACHINE\Software\Microsoft\Sms\Mobile Client\Reboot Management\JobCounter

Microsoft has released a hot fix for that issue.

http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=970635&kbln=en-us

To Manually resolve the issue follow this:

  1. Stop the SMS Agent Host (CcmExec.exe) service on a System Center Configuration Manager 2007 SP1 client computer.
  2. Location the following registry subkey and change its value to 0:
    HKEY_LOCAL_MACHINE\Software\Microsoft\Sms\Mobile Client\Reboot Management\JobCounter
  3. Start the SMS Agent Host (ccmExec.exe) service on the client computer.

More details: http://support.microsoft.com/kb/970635

How to uninstall SCCM 2007 client

Option 1: Run ccmsetup.exe /uninstall command

Option 2: Download  SCCM Client Center from http://smsclictr.sourceforge.net/ and use that program to remotely uninstall client from computers.

Learn to deploy Windows 7 using MDT2010/ SCCM07 SP2

Are you looking for a good learning  resource on Windows 7 deployment using MDT2010 or SCCM2007SP2?  Johan Arwidmark has released a free CD containing very good step-by-step guides and
videos.You can download the CD from http://www.deploymentcd.com/  by doing simple registration.
Hope this help you guys!!

Popular Posts