AD quetions

These Days I looked at Interview qutions and i found below will be usefull for entry level, if any one intrested about interview quetion for SCCM I can give some of them…. Question 1:- What is Active Directory?Answer:-AD is called Active Directory. Active Directory is basically a directory service that is used in a windows … Read more

MOF Example – END – END

  Client_UserProfileSize.MOF :—–   #pragma namespace (“\.rootcimv2”)#pragma deleteclass(“Win32Reg_UserProfileSize”,NOFAIL)[ dynamic,   provider(“RegProv”),  ClassContext(“local|HKEY_LOCAL_MACHINESOFTWAREDesktopOptimizationUserProf”)]class Win32Reg_UserProfileSize{    [key]     string    Profile;    [PropertyContext(“Application Data”)]                string    ApplicationData;    [PropertyContext(“Desktop”)]                string    Desktop;    [PropertyContext(“My Documents”)]                string    MyDocuments;    [PropertyContext(“Local Settings”)]                string    LocalSettings;     [PropertyContext(“ScriptRunOn”)]           string    ScriptRunOn;      [PropertyContext(“TotalSize”)]        string    TotalSize;     [PropertyContext(“RECYCLER”)]        string    RECYCLER;};     Server_side_sms_MOF .MOF :—   [ … Read more

Easy way to to make script to accept list of systems from a text file where you have strComputer = "." script

Easy way to to make script to accept list of systems from a text file where you have strComputer = "." script   Set Fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("MachineList.Txt") Do While Not (InputFile.atEndOfStream) strComputer = InputFile.ReadLine loop When you get the strComputer = "." and you want to accept the list from a … Read more

Easy way to to make script to accept list of systems from a text file where you have strComputer = “.” script

Easy way to to make script to accept list of systems from a text file where you have strComputer = "." script   Set Fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("MachineList.Txt") Do While Not (InputFile.atEndOfStream) strComputer = InputFile.ReadLine loop When you get the strComputer = "." and you want to accept the list from a … Read more

ntr old MOVIES LIST

N. T. Rama Rao is a great actor who played different number of rolls in Telugu films.His acted in different rolls in ancient spiritual stories. Itihasic Rolls Sri Rama Sri Krishna God Maha Vishnu God Shiva Sri Venkateshwara Ravana(Lanka King) Dhuryodhana Bheema Keechaka Arjuna Karna Bruhannala Bhishma Viswamitra Maharshi Valmiki Nala MahaPaddy Paddya Harischandra Devotional … Read more

SCCM Multi Forest Design

Configuration Manager in Multiple Active Directory Forestshttps://technet.microsoft.com/en-us/library/bb694003.aspx  Best Practices for Hierarchy Securityhttps://technet.microsoft.com/en-us/library/bb680386.aspx Configuration Manager Site to Site Communications https://technet.microsoft.com/en-us/library/bb694289.aspx 

OSD Part2 done by me for PKI………..Hope this ends Native mode story from my Pocket

In the Configuration Manager console, navigate to System Center Configuration Manager / Site Database / Site Management. Right-click <site code> – <site name> and then click Properties. On the Site Mode tab in the site properties dialog box, select Native mode. In the Site server signing certificate section, click Browse to view the available certificates … Read more

How to confirm the Native is working????

How to confirm the Native is working???? google the below words for answer   How to Identify Client Certificate Issues in Native Mode How to Determine Whether Client Computers Are Ready for Native ModeHow to Specify the Client Certificate Selection CriteriaHow to Specify the Client Certificate StoreHow to Assign the Fallback Status Point to Configuration … Read more

OSD Part1 done by me for PKI End >>>>Will post the next Part

This step-by-step example deployment, which uses a Windows Server 2008 certification authority (CA), contains procedures that guide you through the process of creating and deploying the public key infrastructure (PKI) certificates that Configuration Manager 2007 requires to operate in native mode. Native mode offers the highest level of security for a Configuration Manager 2007 site, and … Read more