Not all applications accept every SSL certificate format. Like the IIS Server in Windows that only takes Personal Information Exchange (PFX) certificates, or Jenkins requires using Java KeyStore (JKS). One …
Cyril Kardashevsky
Cyril Kardashevsky
I enjoy technology and developing websites. Since 2012 I'm running a few of my own websites, and share useful content on gadgets, PC administration and website promotion.
-
-
In this article, we’ll look at how to troubleshoot and fix Group Policy processing errors on Windows computers in an Active Directory domain. If one of the domain computers fails …
-
A lockout policy that automatically disables user accounts after a certain number of failed logon attempts is applied to all Active Directory users. This article shows how to find and …
-
Windows Services are what make the operating system work. Services perform specific functions on each Windows computer. They update the system time, fetch and update the computer’s IP address, let …
-
This article will look at examples of using constructions to loop through all files and folders on a disk or in a specific directory (using the ForEach* and Get-ChildItem statements). …
-
DHCP reservation allows you to reserve an IP address for a specific device by its physical (MAC) address. Such a device will receive the same IP address from the DHCP …
-
An Organizational Unit (OU) is a special container in the Active Directory domain that can contain different AD objects: other containers, groups, users, and computer accounts. In this guide, we’ll …
-
The functional level of the Active Directory domain and forest determines the available features that can be used in the domain, and the version of Windows that can be used …
-
By default, non-admin users do not have permission to install the printer drivers on their computers. To install a driver, the user should have local admin privileges (must be a …
-
You may receive the error “5.7.3 STARTTLS is required to send email” from some apps or scripts when you try to send an e-mail message via an SMTP/IMAP host. In …