I’ve recently been working on a big project to rollout thin clients across libraries in a London borough. I will be writing up a collection posts which will make up the automation of a cloud based VDI solution in Azure, starting off today with keeping the Office 2016 MSI/Volume License...
[Read More]
SQL Backup to URL (Azure Blob) behind authenticated proxy server
If you want to use SQL 2012 or above to backup directly to a URL and your servers are behind a corporate proxy that also requires auth, create the following .net config file so that the sql service will make the connection correctly:
[Read More]
Detecting and dropping orphaned SQL database logins
Sometimes it might be useful to find all SQL and Windows logins inside all databases within an  instance of SQL that do not have associated logins. If the database is not in Contained mode, then instance level logins will probably be used to access the database.
[Read More]
Custom configuration of RD Web Pages
Overview
[Read More]