Active Directory Delegated Permissions (View/Remove)

Active Directory (AD) delegation is critical part of many organizations’ IT infrastructure. By delegating administration, you can grant users or groups only the permissions they need without adding users to privileged groups (e.g., Domain Admins, Account Operators). Read More …

Windows Server 2016 – Configure DNS Zone Transfer

DNS (Domain Name System) is one of the many systems that keeps the Internet humming and is responsible for resolving human-readable hostnames into machine-readable IP addresses. DNS servers host what are known as zones. Read More …

Powershell – Check and find the product GUID of an installed MSI setup

The product code is the unique GUID of identifying an application or product release; In other words, different versions and languages of Product must have different product codes. Also, ProductCode can be used to query feature state, and product state. For example, installer API “MsiQueryFeatureStateEx()” and “MsiQueryProductState()”, etc. Read More …

Microsoft Edge – Open from Run or Command Prompt

As many (almost all) applications available on Microsoft Windows platforms can be called from Run command (as even from Command Prompt and Powershell). Users who have been experiencing issues with the Start menu or Start menu search can use the Run command to launch their favorite programs, admin tools and settings. Read More …

Linux – Removing Apache HTTP Server

Removing Apache HTTP Server ensures that, it’s existing files or services will not create conflict when we install Apache HTTP Server from the source code. Read More …