Virtual SAN Definition
Virtual SAN Definition: Virtual SAN is a software-defined storage offering from VMware that enables enterprises to pool their storage capabilities and to instantly and automatically provision virtual machine storage via simple policies that are driven by the virtual machine.
VMware's virtual storage area networking (SAN) solution also provides the ability to dynamically scale storage capacity and performance as needed, and exposes the underlying physical storage to...
Read More
Virtualization Meaning
Virtualization Meaning
Virtualization Meaning: In computing, virtualization means to create a virtual version of a device or resource, such as a server, storage device, network or even an operating system where the framework divides the resource into one or more execution environments. Even something as simple as partitioning a hard drive is considered virtualization because you take one drive and partition it to create two separate hard drives. Devices, applications and human users are abl...
Read More
Virtualization Definition
Virtualization Definition
Virtualization is the creation of a virtual -- rather than actual -- version of something, such as an operating system, a server, a storage device or network resources.
You probably know a little about virtualization if you have ever divided your hard drive into different partitions. A partition is the logical division of a hard disk drive to create, in effect, two separate hard drives.
The evolution of virtualization
Operating system virtualization is the use...
Read More
Install Remote Desktop Services in Windows Server 2012
Install Remote Desktop Services in Windows Server 2012
Remote Desktop Services (RDS) in Windows Server 2012 is Microsoft’s VDI (Virtual Desktop Infrastructure) offering. RDS formerly known as Terminal Services (TS) provides session-based virtual desktops, virtual-machine based virtual desktops and applications to end users. To be able to use these features, you must install Remote Desktop Services in Windows Server 2012 or 2012 R2. So, in this post I will show steps to install Remote Desktop Se...
Read More
Server 2012 NTFS File and Folder Permissions
Server 2012 NTFS File and Folder Permissions
NTFS (New Technology File System) permissions can be applied to files, folders and drives formatted with NTFS file system. NTFS permissions are same since the release of Windows Server 2000. NTFS permissions control the access of files and folders in NTFS formatted partition. NTFS permissions once applied is effective for both network users and local users. In this post, I will explain Server 2012 NTFS file and folder permissions. Two important rules...
Read More
Generate New SID in Server 2012
Generate New SID in Server 2012
Many of today’s Enterprise datacenters are running some form of virtualization. Server virtualization allows us to clone VMs. When it comes to Server 2012, the cloned VM with Server 2012 has duplicate copy of SID of machine from which it was cloned. The duplicate SID value causes lot of issues so each machine must have unique SID value. In this post, I will show steps to generate new SID in Server 2012 R2.
Generate New SID in Server 2012
Log on to Windows Serve...
Read More
Setup Shared Folder in Windows Server 2012
Setup Shared Folder in Windows Server 2012
Microsoft have made lot of improvements in Server 2012. One of the major changes is Server Manager. Server Manager is now linked with almost all the server roles. Server Manager allows you to easily setup shared folder in Windows Server 2012. File Server role must be installed prior to be able to share files and folder on the network. Shared folders on the network allows many users to access the files and folders. Remember, folders can be shared but in...
Read More
Configure Storage Space in Server 2012
Configure Storage Space in Server 2012
Storage Space is a new feature in Server 2012 and Windows 8 operating systems. The fundamental concept of storage space is, it pools physical disks together and make it look like a single disk to the operating system. You can add any type and size of physical disks to the pool and create resilient disk. Storage space works on both NTFS (New Technology File System) and ReFS (Resilient File System) volume. So, let’s configure st...
Read More
Create User Account in Server 2012 Domain Controller
Create User Account in Server 2012 Domain Controller
The process of creating user account in Windows Servers has been almost the same since Server 2003. Here I will show on Server 2012. After installing domain controller, creating organizational units and user accounts are the very first tasks. There are several methods to create user account in server 2012 domain controller. You can create user account from AD Users and Computers snap-in, using DsAdd command in command prompt, using New-ADUser...
Read More
Install Domain Controller in Windows Server 2012
Install Domain Controller in Windows Server 2012
Domain Controller is a central repository for identity management. Active Directory Domain Controller allows you to create user accounts and manage them centrally using tools like Active Directory Users and Computers. It is very easy to install domain controller in Windows Server 2012. But before installing the domain controller, it is important to understand the pieces and concepts of domain controller. Some important terminologies of domain con...
Read More