Tampilkan postingan dengan label NETWORKING. Tampilkan semua postingan
Tampilkan postingan dengan label NETWORKING. Tampilkan semua postingan

How To Install Windows Server 2012 (Step-by-Step) with Video & Setup DOWNLOAD

Posted by Unknown Kamis, 12 September 2013 0 komentar

Hello guys, though some of us are already familiar with installation of Windows OS here is a tutorial for those who needs it.  How To Install Windows Server 2012. Now before we begin we need to know the prerequisite for installing Windows Server 2012.

The Minimum System Requirements are;
  • Proccessor: 1.4 GHz 64-bit processor
  • Ram: 512 MB
  • Hard-disk Space: 32 GB
  • Ethernet adapter: Gigabit (10/100/1000baseT) Ethernet adapter
  • DVD drive (if you intend to install the operating system from DVD media) 
The following items are not strictly required, but are necessary for certain features:

  • Super VGA (1024 x 768) or higher-resolution monitor 
  • Keyboard and mouse (or other compatible pointing device)
If your system is a 64 bit i.e x64, Ensure that you have updated and digitally signed kernel-mode drivers for Windows Server 2012

If you are not sure whether the driver is digitally signed or if you are unable to boot into your computer after the installation, use the following steps to disable the driver signature requirement. After this, your computer will start correctly, and the unsigned driver will load successfully.

To disable the signature requirement for the current boot process:
  •     Restart the computer and during start-up, press F8.
  •     Select Advanced Boot Options.
  •     Select Disable Driver Signature Enforcement.
  •     Boot into Windows and uninstall the unsigned driver.

Now we are ready to install;

Step 1 - Insert your installation disc/ if you are using an ISO Image boot

Step 2 - Turn on your system and press F2 immediately to switch into the BIOS mode.

Step 3 - Switch to Advanced Boot Options and select DVD Rom or USB depending on what your are using.

Step 4 - After doing that save and press Crtl+Alt+Delete

Restart and start the easy step installations.

If you are not familiar with it. Watch a video by me below;

You don't have Server 2012 setup DOWNLOAD evaluation copy here






Baca Selengkapnya ....

Installing and Configuring WDS on Windows Server 2012

Posted by Unknown Kamis, 29 Agustus 2013 0 komentar
Click to Enlarge
Hi guys, here is another step-by-step tutorial with a video on how to Configure Windows Deployment Service on Windows Server 2012.

Windows deployment services is a Microsoft Server service which provides minimum administrative effort preparing Computers in your domain/Network for use.

In this tutorial we would be configuring WDS on our Server called DC1 which is also the domain controller of contoso.com.

Roles required before configuring WDS are; ADDS, DNS, DHCP
So since DC1 is already our domain controller, we have ADDS and DNS already installed. we just need to add DHCP and WDS.



 Follow  the steps below

Step 1 -  Add DHCP and WDS role from the 'add roles' intall menu
  • Go to the Server Manager
  • Select both roles, then click 'next' all-through till you get to Role services and thick 'Deployment Server' and 'Transport', then click finish.
Step 2 - After installing the roles. First, switch to the DHCP Console for its configuration
  • There would be a notification at the right top which calls for DHCP role completion. Click it
  • For 'next', then 'commit'
Step 3 - Add a DHCP scope with its appropriate IP Addresses
  • Open the DHCP console from the Tools menu at the right-top of the server manager
  • After the window opens, on the left pane, go for the server name, right-click and go for new scope
  • A new dialog box opens up, go for new scope, specify its name and description and click 'next'
  • Enter the range of IP address you prefer, precisely the class you use on your network e.g from 192.168.0.10 to 192.168.0.40
  • Just Click ‘next’ all through, check activate scope and click 'finish' to end configuration

Step 5 -  Now switch to the WDS Console to configure it



  • Open the WDS console from the Tools menu on the right-top of the server manager window
  • On the left pane, go for the server domain name e.g. DC1.contoso.com, and right-click and go for configure server
  • The dialog box for configuration opens up.
  • Go for ‘next’ all though when you get a System volume Warning, go for ‘Yes’
  • Go for ‘next’ all through, when you get to PXE Server initial settings, go for ‘Respond to all client computers known and unknown
NOTE: we selected this for practical purpose, on the field you should probably go for 'respond on to know computers'
  • Go for next and then ‘finish’ 
Step 6 - Now we need to feed the ‘Install Images’ and the ‘Boot Images’ as you now see on the left pane.
To Configure the Install Images
  • Insert your Windows 8 DVD or make the image available in ISO or a folder.
  • Now right click on the Install Images, go for add, now browse for the file from your DVD.
  • e.g. E:\Sources\Install.wim 
  • Now go for next, thick the editions you need out of the images or select all of needed.
  • Go for next and finish to add the image 
 To Configure the Boot Images
  • We need to right click on the Boot Images, go for add, now browse for the file from your DVD.
  • e.g. E:\Sources\boot.wim
  • Go for next and finish to add the image
  • Now right-click on your Server domain name e.g. DC1.contoso.com, go for all task and select ‘Start’ to start the service
Now just go to your client PC and set it the boot sequence to Network PXE boot, so it can lnstall the OS from the network.
We are done :)
If it worked please comment and Subscribe :)


See the Video Tutorial below; if your are not comfortable with the steps above.




Baca Selengkapnya ....

How To Install & Configure DFS Namespace and Replication in Windows Server 2012

Posted by Unknown Kamis, 15 Agustus 2013 0 komentar
Clicks to en-large
Hello guys, here is a straight forward tutorial on 'How To Install and Configure DFS Namespace and Replication in Windows Server 2012'.

Before you begin this Configuration Make sure both Server computers are part of the same domain network. One would be the DFS Namespace/Repication Server and the Other server would be the Member Replication Server.

Follow the steps below gently  OR  Watch VIDEO below

I have Configured a Server computer called DC1 as a Domain controller contoso.com
I would make it my main DFS Server with the steps below;



Step 1 - Go to Server Manager to Install the DFS Namespace & DFS Replication roles under the 'File And Storage Services' Drop-down

Step 2 - After the Installation is done. Go to the right top corner in Server Manager click 'Tool' and select DFS Management (The Console opens up)

Step 3 - On the left pane, right-click on Namespace and click 'New Namespace'

  • Enter the DFS Server name. E.g mine is 'DC1'
  • Enter your preferred namespace name. E.g mine is 'CompanyFiles'. So my DFS Namespace would be \\Contoso.com\CompanyFiles
  • Click on Edit Settings below on that same dialog box; and select 'Administrators have full access; Other users have read and write permissions'
  • Go for 'next' and close.
Step 4 - Now go to the left pane and maximize the 'Namespace tab' and right-click on the new namespace we created '\\Contoso.com\CompanyFiles' and select 'New Folder'
This would create a new folder in our namespace (you can create up to 50,000+ folders as you desire for your organization)

Step 5 - On the 'New Folder' Dialog box, give the name e.g Employee and go for OK.
We are done with the DFS Namespace creation.

So now we can access the DFS through any computer on our network. Just by typing in the 'Run' dialog box - \\contoso.com\CompanyFiles

Now to Configure the DFS Replication we need to prepare the second Server, mine is 'DC2'
Make sure DC2 is a member of the domain and also has DFS Namespace and DFS Replication Installed.
NOTE: Do not configure DFS Namespace and DFS Repication again on DC2, just install the roles.

Step 6 - Now go to DC1 in the DFS Management, right-click Replication on the left pane and go for 'New Replication Group'

Step 7 -  Select 'Multipurpose replication group', go for next and type the name of your group. E.g Mine is CompanyFileReplication

Step 8 - Go for next and add your two servers. Mine is DC1 and DC2

Step 9 - Go for next and select 'Full Mesh Topology'

Step 10 - Go for next and select the 'Full' for bandwidth during replication.

Step 11 - Select your Primary Server to be DC1

Step 12 - Click add and select the folder to replicate (i would select my whole 'CompanyFile' folder)

Step 13 - Now click next and specify the Local path the file would be kept on 'DC2'

  • Click Edit-> Enable -> Browse and select your preferred folder on DC2
  • Click OK after selecting it.
  • Click Next and Create.
Step 14 - Go to the left pane again, click on The Replication we just creatd, Mine is CompanyFileReplication. On the middle area of our DFS Management console, click in the Connection tab.

Step 15 - Right-click on DC1 and go for 'Replicate Now' and click OK.

We are Done!

Now we can access and create folders/files in the namespace we created, mine is \\Contoso.com\CompanyFiles from any computer on our network. By accessing the namesapace thought the run dialog box.

If you are not cool with the steps, watch the video tutorial by me below;

If this genuinely helped you, please Comment | Share | Subscribe.


Baca Selengkapnya ....

Install & Configure Active Directory, Groups & User Accounts on Windows Server 2008 R2

Posted by Unknown Jumat, 09 Agustus 2013 0 komentar

Hello friends, here is another brief tutorial on how to "Install and Configure Active Directory, Groups and User Accounts on Server 2008 R2.

As a Networking Engineer or Server Administrator, this is one of most essential thing you should get on your finger tips. It is the main ground of a Computer Network after connecting your computers together.

Active Directory: (AD) is the central repository of all information and devices on a Microsoft Windows Network.

Groups: Is a container created in Active Directory (AD) to manage AD resources within a less administrative time.

User Account: Is an AD feature created for users to provide secure user authentication and  authorization to access network resources and to prevent unauthorized access.

So therefore lets get Started! Watch the the Video below carefully, it shows us how to do it.




Baca Selengkapnya ....

Install & Configure Windows Server 2008 R2

Posted by Unknown Kamis, 01 Agustus 2013 0 komentar


Here is a simple tutorial on how to install and configure Windows Server 2008 R2 either on Hyper V or on you System.

Follow the steps below briefly;

Step 1 - Insert your Intallation disc

Step 2 - Boot from the CD/DVD ROM

Step 3 - Follow the foreground steps given to you by the installation prompt.

If you are having some problems with the steps above. Watch the video below;



Baca Selengkapnya ....

How to Upgrade/Migrate Windows Server 2008 R2 to Server 2012

Posted by Unknown 0 komentar


Hi VTBians, here is smooth tutorial on how to upgrade and migrate you Windows Server 2008 or 2008 R2 to Server 2012.

A lot of people/business would like to upgrade their server system but would not want to loose all their comfigurations. So i presume here an helpful tutorial to help you Upgrade and Migrate without loosing your configurations.

NOTE: You can use this same process to;
  • Upgrade/Migrate Server 2003 SP1 to Server 2008
  • Upgrade/Migrate Server 2003 SP1 to Server 2008 R2
  • Upgrade/Migrate Server 2003 SP1 to Server 2012 
  • Upgrade/Migrate Server 2008 to Server 2008 R2
  • Upgrade/Migrate Server 2008 to Server 2012
  • Upgrade/Migrate Server 2008 R2 to Server 2012
Following their precise Editions.

Follow the Step below gently;



Step 1 - Incert your installation disc - Window Server 20l2

Step 2 - Make sure your Forest and Domain functional level is set to Server 2003 or higher

Step 3 - Open your installation folder and switch to Support\adprep\ folder - you would see adprep.exe

Step 4 - Open the Command Prompt and Drag the adprep.exe application to it

Step 5 - Hit space and type /forestprep then hit Enter
(You should get a success message)

Step 6 - In the same command prompt, drag the adprep.exe application again, hit space and type /domainprep then hit Enter.
(You should get a success message)

Step 7 - After you're done. Run the Window Server 20l2 from "My Computer Window" and start your upgrade.

NOTE: Don't go for new/fresh installation. Go for Upgrade.

System Requirements for Windows Server 2012
Processor      -  1.4 GHz (64-bit processor) or faster for single core
RAM            -  2 GB
Hard-Disk    - 160 GB hard disk with a 60 GB system partition


It should take appoximately 30mins depending on the speed of your System.

Thanks, If this worked for you. Please Comment | Share | Subscribe

If you don't get the steps, See a video tutorial below;



Baca Selengkapnya ....

How To Install Hyper V on Windows 8

Posted by Unknown Jumat, 26 Juli 2013 0 komentar
Hello guys, here is a tutorial which would help you in installing Windows built-in Virtualization software.
Using Windows 8, you don't need any third-party virtualisation software to run other operating systems.
Just follow the steps below to get it done.

Step 1 - Go to Control panel

Step 2 - In the control panel window, select Programs

Step 3 - then select Turn Windows feature on or off

Step 4 - A  dialog box pops-up. Move to Hyper V, expand it and check all its features.

Step 5 - Apply and restart you PC.

We are done!

See a video tutorial by me  below;




Baca Selengkapnya ....

HOW TO ASSIGN IP ADDRESS TO SERVER CORE

Posted by Unknown Selasa, 15 Januari 2013 0 komentar

DHCP ADDRESS
Type: netsh interface ipv4 set address name=”local area connection” source=DHCP
NOTE: For IPv6 just replace ipv4 with ipv6

SET STATIC IP ADDRESS
To see the network interface
Type: netsh interface ipv4 show interfaceand enter.

Look at the number shown in the idx column of the output for your network adapter.

Type: netsh interface ipv4 set address name=”local area connection” source=static address=192.168.0.1 mask=255.255.255.0 gateway=192.168.0.10 and  enter.

NOTE: If you don't you have a default getaway then there is no need for you to bring the default getaway.  For IPv6 just replace ipv4 with ipv6 and the IP addresses put IPv6 addresses in there.
 
SET DNS IP ADDRESS
Type: netsh interface ipv4 add dnsserver name=”local area connection” address=192.168.0.1 index=1

NOTE:index=1 is the preferred DNS ip address and index=2 is the alternative DNS ip address.
Verify by typing ipconfig /all and check that all the ip addresses are correct.For IPv6 just replace ipv4 with ipv6.


Baca Selengkapnya ....
Trik SEO Terbaru support Online Shop Baju Wanita - Original design by Bamz | Copyright of samsung galaxy core review.