You can use the built-in Send-MailMessage cmdlet to send SMTP e-mails from PowerShell. You can use this cmdlet to send e-mails in PowerShell version 2.0 and newer (previously you can…
Windows Server 2019
- Group PoliciesPowerShellWindows 10Windows Server 2019
Clear Cache and Temp Files in User Profiles on Windows (RDS) with PowerShell and GPO
March 13, 2023Windows Server RDS farm administrators are often faced with the problem of running out of space on a system drive due to a large amount of user data. This article…
- Questions and AnswersWindows 10Windows 11Windows Server 2019
Internet Time Synchronization Failed on Windows
March 6, 2023A time synchronization error may occur in Windows when your computer fails to automatically synchronize its local time with the time.microsoft.com time servers on the Internet. If your computer’s time…
- Windows 10Windows 11Windows Server 2019
Copy/Paste Not Working in Remote Desktop (RDP) Clipboard
February 28, 2023You can use the clipboard in an RDP session to copy/paste text and files between a local computer and a remote host (this can be either a Windows workstation or…
- Active DirectoryGroup PoliciesSecurityWindows 10Windows Server 2019
How to Disable NTLM Authentication in Windows Domain?
February 28, 2023NTLM (NT LAN Manager) is a legacy Microsoft authentication protocol that dates back to Windows NT. Although Microsoft introduced the more secure Kerberos authentication protocol back in Windows 2000, NTLM…
- Active DirectoryGroup PoliciesQuestions and AnswersWindows 10Windows Server 2019
Group Policy Management in Active Directory
February 27, 2023Active Directory Group Policies allow you to centrally apply the same settings for multiple computers and/or domain users and greatly simplify configuration management in an AD domain environment. The Group…
- PowerShellQuestions and AnswersWindows 10Windows Server 2019
Export-CSV: Output Data to CSV File Using PowerShell
February 20, 2023You can use the Export-CSV cmdlet in PowerShell to export data arrays to CSV files. In this article, we will show you how to export data to a CSV file…
- Active DirectoryGroup PoliciesWindows 10Windows Server 2019
How to Add, Set, Delete, or Import Registry Keys via GPO?
February 7, 2023In this article, we will look at how to use Group Policy (GPO) to centrally create, modify, import, and delete any registry keys and parameters on domain-joined computers.
- PowerShellWindows Server 2016Windows Server 2019
Configuring User Profile Disks (UPD) on Windows Server RDS
February 6, 2023User Profile Disk (UPD) allows you to store the profile of each Remote Desktop Services user (%USERPROFILE%) in a separate VHDX (virtual disk) file. Such a profile disk is connected…
- Active DirectoryGroup PoliciesWindows 10Windows Server 2019Windows Server 2022
Configure User’s Folder Redirection with Group Policy
February 3, 2023Folder Redirection enables you to store some user profile folders (special folders like Desktop, Documents, Pictures, Downloads, etc.) in a shared network folder on your file server. Redirected folders work…