Pages

Tuesday, April 16, 2013

SharePoint 2013 Installation part 4

Part 4 : Configure DNS

Part 1: Preparing the environment
Part 2: Installing Windows Server 2012
Part 3: Adding Active Directory Domain Services


In the Part 1 of this series we saw how to create a VM with Windows Server 2012. In part 2 we continued with server 2012 install and renaming the our VM. In Part 3 we enables Active Directory Domain Services in the server and now we can proceed with our process and configure DNS in our server.

 Until now we always are used to using DCPromo command to promote the server as Domain Controller but that is being deprecated now. The new way is much more intuitive and simpler and makes us feel inclusive and not alienate the developer from administrators.

Once the Active Directory Role is installed in the server manager dashboard we can see a warning icon with a message to promote the server to domain controller.







Select "Add new Forest" radio button to add new forest and type a new for new forest in the text box for "Root Domain Name". I am using a name "sp2013.local"







Click Next and the Wizard will walk to next step to specify Forest Functional Level and Domain Functional Level. We can also select the server to be DNS server. Specify a password for Directory Services Restore Mode (DSRM).






Click Next. Here we will get a warning for DNS delegation. You can ignore the warning and click next.












In the next screen you can specify Netbios name and click next.






In the next screen you can accept all the default values and click next.






Now we can review all our selections and at this time we can click on the view script to see power shell script. Click next 





The system will now run the prerequisites and once all the prerequisite test is done click install and head out for a good coffee. The system automatically install DNS and once it is done will reboot.





After the reboot we should be able to see Active directory roles installed by opening Tools in Server Manager console.






This finishes up our preparation for taking next step in the process of installing SharePoint.






 





Monday, April 1, 2013

Programming in HTML5 with JavaScript and CSS3:Microsoft Exam 70-480

This past week I took my Programming in HTML5 with JavaScript and CSS3 exam. I spent the week before preparing for this exam as I was not too well versed in HTML5 and latest javaScript. This exam came to me through my friend who pointed me to Microsoft Virtual Academy and the free coupon that can be used to take this exam. Honestly I took this exam for the free coupon but while preparing for the exam I felt lot more interested in modern web technologies.

The exam is fairly complex and generic in terms of questions so even if you are not from Microsoft Stack you would be able to take this exam There are already many study guides out there in the web and I am not going to provide one but I will elaborate on how I approached this exam as it might come handy for others who are similar to me at HTML5 and javaScript knowledge.

Firstly I used the Microsoft Virtual Academy where you have a free video which covers basic HTML5 and other things tested in this exam. I strongly recommend to go through all the videos though they talk about windows 8 development.

Secondly, I used couple of books
  1. Developing Windows 8 Apps using HTML5 and javaScript (SAMS publication). After all this is Microsoft's Exam and more over I was developing my app to put it in Windows Store.

 2. Another good book that I would suggest which I used for HTML5 is The Missing Manual- HTML 5 (O'Reilly publications)

3. Finally I used JavaScript a Missing Manual again from O'Reilly publications. I somehow like books from O'Reilly because of its examples and lucid and simple writing and explanation of concepts.

Last but not least if you have time and interest please try to create a few examples yourself to you get to use all the things that you learn. I strongly believe that share is no substitute for practical learning. 

Good Luck to every one who is planning to take this exam. If I can be on any help please feel free to reach out and I will do my best to help.