In this article we will discuss all effective ways to connect to a Microsoft SQL Server and run SQL queries from PowerShell. There are many ways how you can work…
Using PowerShell for System Administration and Automation Tasks
- Active DirectoryGroup PoliciesPowerShellWindows 10Windows Server 2016
Password Change Notification When an AD User Password is About to Expire
April 18, 2022In this article we’ll show how to find out when a password of an Active Directory user account expires using PowerShell, how to set a password to never expire (PasswordNeverExpires…
In this article we will learn what PowerShell versions exist, what is the difference between Windows PowerShell and PowerShell Core, and how to check the PowerShell version installed on a…
- PowerShellWindows 10Windows Server 2016
Checking SSL/TLS Certificate Expiration Date with PowerShell
May 14, 2021An unexpected expiration of a server certificate can cause a number of problems for your users and customers: they may not be able to establish a secure connection with your…
- PowerShellWindows 10Windows Server 2016
How to Check or Update Java Version in Windows with PowerShell?
May 10, 2023Java Runtime Environment (JRE) is widely used on user computers to run different enterprise Java apps . However, some apps require the specific Java version and may work incorrectly in…
- PowerShellVirtualizationVMWare
VMWare Error: Unable to Access a File Since It Is Locked
September 15, 2022Very often when deleting snapshots or consolidating disks of virtual machines running on VMWare ESXi hosts, I see the “Unable to access a file since it is locked” error. This…
- Group PoliciesPowerShellWindows 10Windows 11Windows Server 2019
How to Enable or Disable SMB 1.0 in Windows 10/11 and Windows Server
November 22, 2023The Server Message Block (SMB) 1.0 file-sharing protocol is disabled by default in the latest versions of Windows 11 and 10 and in Windows Server 2019/2022. This version of the…
- PowerShellWindows Server 2012 R2Windows Server 2016
How to Enable and Configure MPIO on Windows Server 2016/2012R2?
January 26, 2021In this article we will consider how to install and configure MPIO on Windows Server 2016/2012 R2. MPIO (Multi—Path Input Output) is a technology that allows to build fault-tolerant transport to a data storage system…
- PowerShellWindows 10Windows Server 2016
CHKDSK: How to Check and Repair Hard Drive Errors in Windows 10?
March 29, 2021CHKDSK.exe (check disk) is a classical built-in Windows tool for checking hard drives for errors. The chkdsk allows you to check your disk and file system for physical and logical…
- Active DirectoryPowerShell
Using Saved Queries in ADUC MMC (Active Directory User and Computers)
June 7, 2022The Saved Queries in Active Directory Users and Computers (ADUC) mmc console allow you to create complex LDAP filters to select Active Directory objects. These queries can be saved, edited…