Tags


All Windows Posts

The OpenSSH SFTP server bundled with Windows can have the default remote connection folder changed by following these instructions....
Adding a Windows user to the local Administrators group will not necessarily give that account full administrative access, as Microsoft has also introduced an additional layer of security called "User...
It turns out that installing a SQL Server 2008 R2 cluster on Windows Server 2012 R2 is a little more involved than point-and-click. ## Install Windows Failover Cluster Support Feature The SQL Server...
I was recently building a SQL Server failover cluster and had an issue where I had two SAN-connected drives to be connected to two separate nodes, but only one drive would appear as available in the W...
Sometimes Windows will not correctly identify a network as public or private. To manually change the setting for a network connection, open a PowerShell prompt and execute: PSH> Get-NetConnectionPro...
One of the annoying default settings in Windows 10 is that it will automatically log off idle Remote Desktop sessions (RDS) after a period of inactivity. Luckily, there are a few Group Policy settings...
Microsoft revamped the Windows Update user interface in Windows 10 and Windows Server 2016 so that you can't control when the updates are installed anymore, only which (maximum of) 12 hour period the ...
I recently changed the user account that my SQL Server instance was running under from "sql.user" to "sql.user2". When I attempted to have my application server connect via integrated Windows Authenti...