SID

How to Convert SID to User Name using PowerShell

Some time we will be having requirement to convert SID to Group/User Name or Group/User Name to SID. Here I will show you simple way to do that using PowerShell. How to Convert Group/User Name to SID: Syntax: $Name = “Group or User Name”   (New-Object System.Security.Principal.NTAccount($Name)).Translate([System.Security.Principal.SecurityIdentifier]).value Example: $Name = “Trace-Restriction”  (New-Object System.Security.Principal.NTAccount($Name)).Translate([System.Security.Principal.SecurityIdentifier]).value How to Convert  SID to Group/User […]

Part 1: AD RMS Installation and Configuration in Server 2012 R2

In this Article, I am going to cover how to install Active Directory Rights Management Services(AD RMS) in Server 2012 R2 by using Windows Integrated Database. First Up All we need to create Service Account for the AD RMS. Normal Domain Account is fine for this and doesn’t required any additional rights. Open Active Directory […]

Creating AD RMS

Part 2: Creating AD RMS Template and Publishing to Domain users in Server 2012 R2

In this multi Part Articles,I have been covered in part 1 how to install and configure AD RMS. Part 1: AD RMS Installation and Configuration in Server 2012 R2 In Continuation to that, First we need to enable the Anonymous Authentications. Open IIS Manager Console  Under the Default Web Site–> _wmcs–> Authentication–> Click on Anonymous Authentication and […]

Part 3: How to enable IRM( AD RMS) in Exchange 2013

In this multi Part Articles, I have been covered how to installing,Configuring,creating templates and publishing it using SMB Share to domain users. Part 1: AD RMS Installation and Configuration in Server 2012 R2  Part 2: Creating AD RMS Template and Publishing to Domain users in Server 2012 R2 Here we will see how to integrate […]

How to Deploy Web Application Proxy in Server 2012 R2

How to Deploy Web Application Proxy in Server 2012 R2

What is Web Application Proxy (WAP)? WAP is new feature introduced with Server 2012 R2. It was first introduced as ARR( Application Request Routing) in Server 2012. As you know, Threat Management Gateway (TMG) and Unified Access Gateway (UAG) have a definitive end of life. ARR is a web farm extension meant for publishing web sites, […]

CA is issuing Certificates only for three years

Below is the issue faced by one my client last week that they are not able to provide the certificates with more than 5 years validity even though certificate template is issued with 5 Years. Above Template shows that certificate Validity period 5 Years but when it is issues the certificate provides the certificate validity only […]

What is NUMA

NUMA Stands for Non-Uniform Memory Access. Name itself says what is it. Isn’t it?? In a NUMA system, CPUs are arranged in smaller systems called nodes. Each node has its own processors and memory, and is connected to the larger system through a cache-coherent interconnect bus. Each Node connected to set of CPUs and Memory which […]

Types of RAID Levels with Diagrams

RAID for Redundant Array of Inexpensive (Independent) Disks. When we talks about Storage and File Servers, we should be very familiar with RAID concepts. Without knowing them deeply, we will end up with confusion. Here we we will go through four types of RAID Level which are highly used in the industry. 1. RAID 0 2. […]

First Look: Nano Server in Server 2016

What is Nano Server? Nano Server is the similar to Server core which is very small in size. It doesn’t have Local Login access or Terminal Services support. Only Way to manage nano Server is Remote Powershell It  uses very less disk space and faster boot up. It is required very less patches and not required […]

ADFS3.0 Installation and Configuration with SQL Mirroring

ADFS is the one of the great feature and will cover how it is working in upcoming articles. Will see the installation and configuration in this article. Okay., lets begin, How to install ADFS with built-in Databases and configure has been explained in the article. Here we will see how to configure how to add […]