Skip to main content

Posts

Setting up AD LDS on Windows Server 2016

What Is Active Directory Lightweight Directory Services? Microsoft Active Directory Lightweight Directory Services (AD LDS) is an independent mode of Active Directory that provides dedicated directory services for applications. AD LDS is a mode of Active Directory that provides directory services for applications. AD LDS provides dedicated directory services for applications. It provides a data store and services for accessing the data store. It uses standard application programming interfaces (APIs) for accessing the application data. The APIs include those of Active Directory, Active Directory Service Interfaces, Lightweight Data Access Protocol, and System.DirectoryServices. AD LDS operates independently of Active Directory and independently of Active Directory domains or forests. It operates either as a standalone data store, or it operates with replication. Its independence enables local control and autonomy of directory services for specific applications. It al...

How to turn off IE ESC block on Windows Server

Once Windows server installed, you may encounter following message whenever you try to access to website. By Default, for some reason Internet Explorer Enhanced Security Configuration is on by default on Windows Server. Background Internet Explorer Enhanced Security Configuration places your server and Internet Explorer in a configuration that decreases the exposure of your server to potential attacks that can occur through Web content and application scripts. As a result, some Web sites may not display or perform as expected. Symptom "Content from the website listed below is being blocked by the internet Explorer Enhanced Security Configuration" Resolution Go to Local Server on Server manager. Click on IE ESC option.  Turn it off. Done.

What is Active Directory?

Active Directory ( AD ) is a directory service that Microsoft developed for Windows domain networks. It is included in most Windows Server operating systems as a set of processes and services. Initially, Active Directory was only in charge of centralized domain management. Starting with Windows Server 2008, however, Active Directory became an umbrella title for a broad range of directory-based identity-related services. A server running Active Directory Domain Services (AD DS) is called a domain controller. It authenticates and authorizes all users and computers in a Windows domain type network—assigning and enforcing security policies for all computers and installing or updating software. For example, when a user logs into a computer that is part of a Windows domain, Active Directory checks the submitted password and determines whether the user is a system administrator or normal user. Also, it allows management and storage of information at admin level and provides authenti...

How to set up Active Directory Domain Service role in Windows server 2016

This post is showing how to set up Active Directory Domain Service role in Windows Server 2016. Consideration Change server name to meaningful name if not changed yet. How to 1. Add role or feature on the top menu "Manage".   2. Next with role-based or feature-based installation. 3. Select Active Directory Domain Services. 4. Add required features for Active Directory Domain Services. 5. Keep going with default until installing. 6. Once it is successfuly installed, then you need to promote AD server.  7. Add new domain. 8. Type in password for Directory Service Restore Mode and click Next. 10. Proceed with default to installation step. 11. Installation. 12. Once it's all configured, server will reboot. 13. check if you can see ad server on your server now. Done!!.

How to link Blogger to Google Analytics

You may want to view how many peeple have been visiting your blog and checking out post. 1. Obtain Tracking ID for your blog web page from Google Analytics. 2. Enter Tracking ID on Settings -> Others in Blogger.   Done!!

Windows 2016 server installation option - server core and Desktop experience

Windows server 2016 standard version will show you two options to choose from during installation setup. if you want GUI version of server you need to select Windows Server 2016 Standard (Desktop Experience).  Be mindful that Windows server 2016 Standard option is CORE Server version which give you command line server.

"Windows cannot access the specified device, path, or file" error when trying to run program

 Symptoms When you try to install, update or start a program or a file, you receive the following error message: Error: Windows cannot access the specified device, path, or file. You may not have the appropriate permission to access the item Cause refer to the article: "Windows cannot access the specified device, path, or file" error when you try to install, update or start a program or file Resolution Method 1: Check to see if you have permission to open the file Note Make sure you are an Administrator or you are part of the Domain Admins group if you are in a domain. Permissions are rules associated with files that determine if you can access the file and what you can do with it. To check the permission of the file or folder, follow these steps: Right-click the file or folder, and then click Properties . Click the Security tab. Under Group or User names , click your name to se...