Client Troublshooting checks check list

Are you able to ping the server?Is the server in Accepted list for supported servers?Is Client Installed?What is the Hartbeat status?What is the S/W inventory Status?What is the H/W Status?Is this system is in active state in the Console? Is the system has Dubplicate DDR records in Console?What is the Incident Number you created for … Read more

PXE ROLE Troubleshooting:

PXE ROLE Troubleshooting: ========================= 1.Uninstalled PXE Service Point Role 2.Uninstalled WDS 3.Deleted 'C:RemoteInstall' folder or what ever the folder shared also check if any folder shared for PXE related 4.Rebooted then reinstalled WDS, rebooted 5.Reinstalled PXE Service Point Role6.DHCP is not installed on this server and on the same subnet7.Removed PSP/WDS again using the PXE.msi, … Read more

SCCM Vnext The Next version of SCCM 2007

The next release of Configuration Manager will focus on a few main areas: Improving client management experiences through enhanced, integrated software distribution models.  The next release of Configuration Manager will provide a framework for the right application format to be delivered to the user based on who they are, the device they are using, and … Read more

ConfigMgr07 R3

ConfigMgr07 R3   There’re 3 main areas of enhancement being made to the core capabilities of ConfigMgr: Delta Active directory Discovery has 2 main tasks. Discovering changes to users or machines that may effect targeting. Also, periodic full scans capture users and machines last logged time, ensuring active users or systems aren’t made obsolete. Fast … Read more

WDS Command prompt options to troubleshoot

WDS utilit to work from command prompt   C:Windowssystem32>wdsutil /allhelp Windows Deployment Services Management Utility [Version 6.0.6001.18000]Copyright (C) Microsoft Corporation. All rights reserved. /Get-AllDevices                 Displays information on all pre-staged devices./Get-AllImageGroups             Displays information on all image groups./Get-AllImages                  Displays information on all images. /Get-AllMulticastTransmissions  Displays attributes of all transmissions./Get-AllNamespaces              Displays attributes of all namespaces./Get-AllServers                 Displays information on … Read more

Same computer with in given two collections to create new collection:–

Same computer with in given two collections to create new collection:– SELECT     dbo._RES_COLL_A01000EE.Name, dbo._RES_COLL_A01000EF.Name AS Expr1FROM         dbo._RES_COLL_A01000EE FULL OUTER JOIN                      dbo._RES_COLL_A01000EF ON dbo._RES_COLL_A01000EE.MachineID = dbo._RES_COLL_A01000EF.MachineID WHERE     (NOT (dbo._RES_COLL_A01000EF.Name IS NULL)) AND (NOT (dbo._RES_COLL_A01000EE.Name IS NULL))— —————-Thanks—————-

SMS_DEF.MOF vs. Configuration.Mof

SMS_DEF.MOF vs. Configuration.Mof SMS_Def.mof is used by Configuration Manager to create the Hardware Inventory Policy. It is where you as an administrator would change TRUE to FALSE or FALSE to TRUE to enable to disable existing classes and attributes, or if you are adding custom classes, where you would paste the customizations to the bottom … Read more