Recently, I was working on installing Lync Server 2010 for testing purposes , all was going smoothly till I reached the certificate request and assignment step . When I ran the certificate request wizard I was able to complete the request but with a warning as shown below :
Search This Blog
Friday, February 8, 2013
Wednesday, September 19, 2012
Utilizing the power of Active Directory module for PowerShell to accomplish tasks fast and easy
I was working with a customer , who requested for an easy way to do the following two tasks :
- Identify all the installed operating system versions and their current service packs for all computers in his company’s Active Directory Domain.
- List all disabled computers accounts all over the domain and move them to a designed OU for review prior deletion
As his Active Directory is hosted by Windows Server 2008 R2 domain controllers I advised him to utilize the capabilities of Windows PowerShell with Active Directory module , as follow :
First of all , let’s list all available modules for Windows PowerShell , then import the one for Active Directory by executing the following commands at an elevated Windows PowerShell window :
Get-Module –ListAvailable
Import-Module ActiveDirectory
Wednesday, September 12, 2012
Windows Server roles and features duplication on multiple servers using PowerShell
In the process of servers preparation you may have multiple servers which will play the same role and thus require installation of the same Windows Server role(s) , role service(s) and feature(s) .
Most of admins do it the hardest way , by installing the role(s) , role service(s) and feature(s) names(s) for each server using Server Manager .
An alternative way to be used is to install all required role(s) , role service(s) and feature(s) on a single server , export it to .XML file and then use the exported file to automate installation of the remaining servers .
Here is how to do :
- Source Server Preparation : Install the required role(s) , role service(s) and feature(s) normally on one server using the traditional way ( Server Manager )
- Once installation is completed , start an elevated Windows PowerShell Modules
Saturday, September 8, 2012
Reset domain Administrator account password using only your Windows installation media !
Do you know that you can reset your Active Directory Administrator account password without login into your Active Directory ? . In this post , I will explain in a step by step mode how you can do this using only your Windows installation media which can be used to reset the Administrator account password if forgotten and you have no other user(s) with privilege(s) to do the reset.
For this tutorial I will use a virtualized domain controller with Windows Server 2008 R2 with SP1 as Operating System.
Here is the detailed procedure :
- Mount Windows Server 2008 R2 ISO/DVD
- Restart your domain controller and choose to boot from DVD when prompted
- At “Install Windows” click next
Thursday, August 30, 2012
DHCP resiliency with Windows Server 2012 ; Awesome !!
DHCP is designed to reduce the administration burden and complexity of configuring hosts on a TCP/IP-based network, such as a private intranet. Using the DHCP Server service, the process of configuring TCP/IP on DHCP clients is automatic .
Windows Server 2008 R2 provided two mechanisms for DHCP server role resiliency , as follow :
DHCP in a Windows failover cluster. This option places the DHCP server in a cluster with an additional server configured with the DHCP service that assumes the load if the primary DHCP server fails. The clustering deployment option uses a single shared storage. This makes the storage a single point of failure (SPoF), and requires additional investment in redundancy for storage. In addition, clustering involves relatively complex setup and maintenance.
Split scope DHCP. Split scope DHCP uses two independent DHCP servers that share responsibility for a scope. Typically 70% of the addresses in the scope are assigned to the primary server and the remaining 30% are assigned to the backup server. If clients cannot reach the primary server then they can get an IP configuration from the secondary server. Split scope deployment does not provide IP address continuity and is unusable in scenarios where the scope is already running at high utilization of address space, which is very common with Internet Protocol version 4 (IPv4).
Monday, August 27, 2012
Error “FX:{6FBE5D92-C65A-41DC-AEBF-09D8845F68A1}” launching VAMT 3.0 installed on Windows Server 2008 R2
As I was installing Volume Activation Management Tool ( VAMT ) for Windows 8 activation and as soon as installation finished , I went to open the console for VAMT 3.0 when I crashed with FX:{6FBE5D92-C65A-41DC-AEBF-09D8845F68A1} , as shown below :
Friday, August 10, 2012
Monitor Group Membership Changes in a real-time manner
One of the common security issues for IT admins is monitoring Active Directory groups memberships , so a notification is raised for each time a member is added to a group .
Most of admins assume that an expensive monitoring system must be in place in order to accomplish this task , fortunately this is a wrong assumptions . All you need is the following :
Enable account management audit :
- On a domain controller open Start > Administrative Tools > Group Policy Management
- Create a new Group Policy Object ( GPO ) linked to domain controllers OU with a descriptive name [ For my lab I named it Audit Account Management ]
- Edit the newly created GPO as follow : Computer Configuration > Policies > Windows Settings > Security Settings > Local Policies > Audit Policy , then set enable for Audit account management at least for success
Friday, July 27, 2012
Windows Server 2012 virtual labs
Experience the release candidate for Windows Server 2012 firsthand in these virtual labs. You can test drive new and improved features and functionality, including server management and Windows PowerShell, networking, Hyper-V, and new storage solutions.
Getting started
It's simple. No complex setup or installation is required to try Windows Server 2012 running in a full-featured virtual lab. You get a downloadable manual and a 90-minute block of time for each module. Before you start, read the minimum system requirements. Next, select a virtual lab from the list below. Then, you will see an application called "holSystems LaunchPad Online" which will launch the lab.
Labs list :
Friday, July 20, 2012
Preparing Windows Server 2008 R2 with Service Pack 1 for Exchange 2013 Preview installation
Monday, March 19, 2012
Recover Active Directory Objects using Active Directory Recycle Bin
Set-ADForestMode [-Identity] <ADForest> [-ForestMode] <ADForestMode>