Posts

How to resolve OSD Error :Failed to run task sequence Error 0x80004005 or 80072ee7

Hi guys, I have seen that while  working on OSD. lots of guys get error  0x80004005 or 80072ee7. I have also suffered in this issue This Error Stats about -- 1. Failure to get the policies 2. Failed to get information for MP: http://sccm I had configured everything properly & just satrted my machine to boot in to PXE. Machine booted properly, Got IP from DHCP Contacted to SCCM Server Booted in to Win PE Published the available Task Sequences But when i selected a task sequence & hit the Run. i got the Error. Failed to run task sequence Error0x80004005 or 80072ee7 Reason:Because OSD PXE boot is totally dependent on DHCP and machine receives the DNS server that is specified in the DHCP Scope. Solution:-  Go to the  DHCP  -> DHCP Scope Options -> Right-click -> Configure Options Just Check & Configure  DHCP Scope Options 003 Router IP or Gateway IP 006 DNS Servers (IP Address) 015 DNS Domain Name ...

SCCM OSD & OSD Scenarios

Image
Hi guys, This time we will talk about   SCCM   Operating system deployment (OSD).  So first thing  What is SCCM OSD ? Operating system deployment Provides a tool to create operating system images. You can then use these images to deploy them to computers that are managed by Configuration Manager and to unmanaged computers, by using PXE boot or bootable media such as a CD set, DVD, or USB flash drives. Components of  Operating system deployment (OSD) Boot Images Computer Association OS images OS Install Packages Task Sequence  Drivers  Drivers Packages on my fingers  If i start to count tasks which i can do, Boot images creation ( Using MDT Integration ) + Recreation Using WAIK Computer Association B/w One or More OS deployment from OS Packages (Only build Scenario) OS deployment from OS Packages & Capture Images( Build + Capture ) OS deployment from OS Images (Captu...

Become a Microsoft IT Rockstar

Image
Hi Guys , Lots of people have become IT- Rock star.  You can be too.... Feel the spirit & give a Tough Competition to other Guys And become a Rockstar... Participate actively in the  IT Rockstar  Program and be a winner.     Story Submission   Submit your implementation story and get a chance to be rewarded with a Pen Drive*   TechQuiz   Test your technical knowledge and get a chance to be rewarded with a  Back Pack*   IT Rockstar   Acquire new skills, gain new insights, stay on top of latest technologies with  MVA , try out  evaluation software and pave the way to the  IT  Rockstar  title*   For more information, visit  IT Rockstar website  . *Terms and conditions apply. For detailed T&Cs,  go here   Follow us on Cheers......

Microsoft IT CAMP-Windows Server 2012+ HOL (Bangalore)

Image
   Venue : Taj Vivanta 41/3 Mahatma Gandhi Road Bangalore 560 001      Link:   https://msevents.microsoft.com/cui/EventDetail.aspx?culture=en-IN&EventID=1032559177&IO=vmFdrTjuYzSCRFp6uSp5uA%3d%3d Explore this latest technology to open a new world of possibilities Join us at this  IT Camp  to get first-hand technical, hands-on experience of the latest advances in Windows Server 2012 that will help transform your datacenter into a resilient platform for long-term growth. Also, benefit from demos and interactive discussions with Microsoft technical experts covering a variety of topics, including Active Directory, Configuration Levels, Server Management, Storage, Networking, Hyper-V and Remote Desktop Services. Agenda Date : September 19, 2013 Time Topic 09:30 AM - 10:00 AM Registration 10:00 AM - 11:30 AM Building Datacenter Foundation with Windows Server 2012 11:30 AM - 11:45 AM Tea Break 11:45 ...

How to do silent installation of SQL Server Express

Hi guys , This post is about the silent installation of SQL Server Express Addition.. I was searching for " SQL Installation using Command Prompt "  and i got something very interesting on Technet Forums to do it..  More Info:   http://social.msdn.microsoft.com/Forums/sqlserver/en-US/835c123e-7c3e-4eef-bc47-e2ee700187c1/sql-server-express-silent-installation How you can do it To install SQL Express in quiet mode open Command Prompt with Administrative privileges  type the following Command line Setup.exe /q /Action=Install /Hideconsole /Features=SQL,Tools /InstanceName=SQLExpress /SQLSYSADMINACCOUNTS="Builtin\Administrators" /SQLSVCACCOUNT="<DomainName\UserName>" /SQLSVCPASSWORD="<StrongPassword> In the preceding example: /q– specifies that Setup run in a quiet mode without any user interface. /Action– specifies which action to perform. In this example, the action is Install. /Hideconsole– specifies that the con...

Troubleshooting Configuration Manager-- Unhandled Exceptions (Crash Dump)

Hi Guys, I have seen most of the time when SMS Executive stop and when I see in logs folder, crash folder, and I found SMS Executive service again crashed. This is happening due to Unhandled exception. What is an unhandled exception? In almost every Configuration Manger crash there is an exception involved. An exception occurs when an instruction is attempted but fails for some reason (e.g. an Access Violation), so when an exception occurs we need information about that exception or what was in memory when the exception occurred. Most applications have their own exception handling code and Configuration Manager is no different. Configuration Manager has its own exception handler that is designed to collect certain predefined data such as thread stack information and other data when the exception has occurred. Note that it is also sometimes necessary to do live debugging or post mortem debugging when an application/OS crashes using the Windows debugging tools. Componen...

How to Verify Successful Site Installation

Hi Guys , There are lots of queries about the verification of successful SCCM SITE Installation.Here are some steps that you can follow to verify... For more information, Take a look http://technet.microsoft.com/en-us/library/bb693526.aspx After you install Configuration Manager 2007, apply a service pack (or upgrade a site), or perform a site reset,  you can check the Configuration Manager 2007 setup log file (ConfigMgrSetup.log) located at the root of the system drive for the string Configuration Manager Setup completed successfully.  This entry indicates that Configuration Manager 2007 Setup successfully completed the required installation tasks.  However, this does not necessarily mean that other Configuration Manager 2007 processes have completed their own tasks associated with setup or site reset. To review installation tasks performed by site component manager, after initial Setup tasks have completed,  you can review theComponentSetup...