Disclaimer for the External Mails

How to Apply Disclaimer for the External Mails

In this Article, We are going to see how to Add disclaimer for the external mails. when I say this, you will get one question why should we add the disclaimer for External Mails specifically.. Right? There are lots of ways spammers are targeting users by using the Email address policies which are look genuine by nature […]

DNS Suffix Search using Group Policy

How to apply Multiple DNS Suffix Search using Group Policy

In this article, we see about DNS suffix search. Domain name, such as “www.windowstechpro.com.”. With this setting enabled, when a user submits a query for a single-label name, such as “example”, a local. DNS client attaches a suffix, such as “windowstechpro.com”, resulting in the query “www.windowstechpro.com”, before. sending the query to a DNS server. First […]

ADFS Server is loading old certificate post ADFS Certificate Renewal

Faced different issue today in ADFS Certificate replacement, in the previous Article, We have seen how to install and bind the certificate for ADFS  and in another Article explianed how to bind certificate and configure ADFS Proxy servers. Followed same procedure and replaced certificates for the ADFS  Infrastructure. wherein the ADFS Console has new certificates, when […]

Get-Messagetrackinglog

System.String[] Error in Recipients for the Get-Messagetrackinglog

System.String[] error noticedwhere there are more number of recipients are there in the Recipients list when you run Get-MessageTrackingLog Initial Command: Get-TransportServer MBX* | Get-MessageTrackingLog -MessageId AE7F09A41E182A43A927C362F26818947E094BB1@Mbx1.Windowstechpro.com | Select-object TimeStamp,ServerHostname,EventId,Source,Recipients,Sender,MessageSubject,RecipientStatus,MessageLatency,MessageId,MessageLatencyType,RecipientCount | Export-Csv C:\Users\administrator\Desktop\outfile.csv You will get the below results, Noticed there is no proper results in recipients column and it give System.String[]. Normaly it happens because these […]

Group Policy in Windows server 2016

Creating and managing a Group Policy in Windows server 2016

In this article, we see about How to create Group policy in windows server 2016. First open Group Policy Management console by using server manager. By using GPM we can assign various polices for Organizational units(OU). We show simple example to create GP. Right click domain name and click to create GPO in this domain […]

Databases in Exchange 2010-The Secret untold – Part 1

Exchange 2010 Store The Exchange store is a storage platform that provides a single repository for managing multiple types of information in one infrastructure. The Exchange store (store.exe) is the core data storage repository for Microsoft Exchange Server 2010. Databases in Editions of Exchange 2010: Exchange 2010 is available in two server editions: Standard Edition and […]

Forward DNS

What is DNS?

Domain Name Servers (DNS) are the Internet’s equivalent of a phone book. They maintain a directory of domain names and translate them to Internet Protocol (IP) addresses. This is necessary because, although domain names are easy for people to remember, computers or machines, access websites based on IP addresses. DNS Port Number is 53 Types […]

Types of Zones in DNS?

Part1:Types of Zones in DNS?

In this article, We see about types of zones in DNS and how it’s working, There are three types of Zone in active directory 2016. 1. Primary Zone. 2. Secondary Zone. 3. Stub Zone. 1. Primary Zone: Primary zone is the read write copy of zone, this mean that if this zone answers the query […]

How to configure New Zone in server

Part2: How to configure New Zone in server 2016?

First we create Forward lookup primary DNS zone in server 2016 Create Primary Zone in active directory, Open DNS console –> Right click forward Lookup Zone and click New zone Click Next to create new Zone wizard. Select Primary Zone and click next. Now you select Replication Type and click Next. Now give name for […]