Thanks to: http://prajwaldesai.com/ Windows Server Update Services (WSUS) :- WSUS is a computer program developed by Microsoft Corporation that enables administrators to manage the distribution of updates and hotfixes released for Microsoft products to computers in a corporate environment. WSUS downloads these updates from the Microsoft Update website and then distributes them to computers on a network. The WSUS infrastructure allows automatic downloads of updates, hotfixes, service packs, device drivers and feature packs to clients in an organization from a central server(s). WSUS 3.0 SP2 can be downloaded here : – http://www.microsoft.com/en-us/download/details.aspx?id=5216 . Microsoft Report Viewer :- http://www.microsoft.com/en-in/download/details.aspx?id=6576 For WSUS hardware requirements, database requirements and prerequisites please refer to this link . Installing Prerequistes. Login to WSUS.PRAJWAL.LOCAL with the user account...
Entradas
Installing Software Using GPOs on Windows Server 2008
- Obtener enlace
- X
- Correo electrónico
- Otras aplicaciones
Imagine for a minute that your boss came in one day, gave you a Foxit DVD and said that everyone in your organization needs to get that DPF software that’s on this DVD installed today. You think, well that’s great but are you sure you want all 500 people to get the software today? That’s almost impossible, isn’t it? There isn’t enough time for you to walk around with the DVD and install it 500 times. Sure there is! But you won’t be walking around with the DVD in your hand, that’s for sure. The solution I’m going to show you today is quite simple, and much less time consuming You are going to copy that software on a Shared Folder on your network. Then, you’re going to create a Group Policy Object , aka GPO, (aren’t you happy you installed Active Directory? ) that will take that software and install it on everyone’s machines. Easy, huh? Of course it is and it is not going to take you days, I promise. What You Need Before Installing Software Using GPOs There...
Configuring Windows Server 2012 NIC Teaming to a Hyper-V Virtual Machine
- Obtener enlace
- X
- Correo electrónico
- Otras aplicaciones
NIC teaming is a new feature of Windows Server 2012, which allows multiple network adapters to be placed into a team for the purpose of providing network fault tolerance and continuous availability. When one of the network adapters fail, the other one takes over without requiring third-party hardware or software. Windows Server 2012 NIC teaming is supported by any vendor’s network card but both are recommended to be identical, in terms of speed and vendor. Windows Server 2012 supports NIC Teaming up to 32 Network Cards. Hyper-V supports only two. Image Copy From http://www.aidanfinn.com Here we will configure NIC teaming for Hyper-V virtual machine. In the following steps, we will create, configure and add NIC teaming to a Hyper-V virtual machine. 1. Open Server Manager , click on All Servers or Hyper-V on the left-hand side pane, then right-click on the server, HOST1 to enable NIC teaming and select Configure NIC Teaming . 2. In the NIC Teaming dialog-box, c...
Creating and Deploying Virtual Machines Using Templates
- Obtener enlace
- X
- Correo electrónico
- Otras aplicaciones
Thanks to: http://www.msserverpro.com A typical use for templates is to set up a master image of a frequently deployed server operating system, for example Windows Server 2008 R2. The master image will include latest Windows Updates, Antivirus software with updates and Windows Operating components such as Desktop Experience and others. Using templates, you will be able to create new virtual machines with the operating system ready within less than 5 minutes. In the Enterprise network, this is done through System Center Virtual Machine Manger 2012 (SCVMM 2012). (In VMware it is done through vCenter Server.) In our example, we will be using only Hyper-V HOST. In this scenario; we have to follow the below steps to create virtual machine template for the new virtual machine. 1. First, Create a Virtual Machine with the Operating System and Install Windows Updates and Windows features as per your requirement such as the Desktop Experience . 2. Click ...