I came across the following error when trying to connect via RDP to a remote server in the AD domain. After specifying the correct domain credentials for the RDP user, the error message appeared (shown below) and the RDP client window closed.
- Windows 10Windows 7Windows 8Windows Server 2016
Fix: The Local Print Spooler Service Not Running in Windows 10
February 7, 2020You can face an error “The local print spooler service is not running” when trying to install a new printer, when opening the settings of the configured local printer or…
- PowerShellWindows 10Windows Server 2016
How to Show a Pop-Up or Balloon Tip Notification from PowerShell?
May 10, 2023Although PowerShell is a console language, sometimes it is necessary to notify a user from a PS script about a particular event or prompt them to do something. For example,…
In this article we’ll look at how to configure RBL filters on Exchange 2016 and 2013. Let’s remember what RBL is. RBL (Realtime Blackhole List) is a service that stores…
- Windows Server 2012 R2Windows Server 2016Windows Server 2019
How to Install and Configure SMTP Server on Windows Server 2016/2012 R2?
May 14, 2021You can install an SMTP server using built-in tools in all versions of Windows Server. This SMTP server can work as a mail relay service that should receive and send…
- Hyper-VVMWareWindows Server 2012 R2Windows Server 2016Windows Server 2019
Windows Server Licensing for Virtual Environments
May 10, 2023In this article, we’ll look on licensing features of the Windows Server 2019, 2016 and 2012 R2 operating systems from the point of view of new Microsoft licensing model. Also,…
In the Exchange Server 2010 SP1 (and newer), special PowerShell cmdlets appeared: New-MailboxImportRequest and New-MailboxExportRequest, that allow you to import or export the contents of the Exchange mailbox from / to…
- Active DirectoryGroup PoliciesWindows 10Windows Server 2016
Restricting Group Policy with WMI Filtering
February 16, 2021WMI filters in Group Policy (GPO) allow you to more flexibly apply policies to clients by using different rules. A WMI filter is a set of WMI queries (the WMI…
- PowerShellWindows 10Windows Server 2012 R2Windows Server 2016
Assign Multiple IP Addresses (Aliases) to a Single NIC
August 3, 2020In some cases an administrator needs to configure multiple IP addresses one a single network interface (NIC) in Windows. An example of such situations can be the need to run…
- Windows Server 2012 R2Windows Server 2016
Configuring an FTP Server with User Isolation on Windows Server 2016 / 2012 R2
May 10, 2023The FTP protocol is one of the oldest protocols (it is more than 40 years old), but it is still widely used where a simple file transfer protocol is required.…