I had a situation where some users needed a temporary machine, mostly for creating documentation and taking screenshots on a fresh install that hadn’t been modified. I created a desktop pool for some Windows 7 and Windows 8 VM’s and set them …
Category Archives: Sysadmin Stuff
Creating Temporary VM Pools for Server O/S’s using RDV_ROLLBACK
Posted by dave on May 6, 2013
No comments
Server 2012 Virtual Desktop Collection Save Delay
Posted by dave on May 6, 2013
No comments
Error Connecting to TMG server with PRTG
Posted by dave on May 6, 2013
No comments
Windows update failure on TMG 2010 server, Error 80072EE2
Posted by dave on April 14, 2013
No comments
Setting a thin client locale and region settings with WES7
Posted by dave on April 14, 2013
No comments
Desktop shortcut for display settings
Posted by dave on April 14, 2013
No comments
phpMailer ERROR: AUTH not accepted from server:
Posted by dave on March 15, 2013
No comments
I wanted to use the Virgin Media SMTP server for a website running phpMailer. First of all the emails failed so I turned on errors with the following command:
|
1 |
$mail->SMTPDebug = 1; |
It returned:
|
1 2 |
SMTP -> NOTICE: EOF caught while checking if connected SMTP -> ERROR: AUTH not accepted from server: |
It turned out to be quite simple (ssl:// for the …
IIS 7 Reverse Proxy with the Application Request Routing module
Posted by dave on March 15, 2013
No comments
I recently setup a new web server and wanted an easy way to point a public site to an internal server. Fortunately this is very easy in IIS, download both the URL Rewrite module and the Application Request Routing module: http://www.iis.net/download/URLRewrite http://www.iis.net/download/ApplicationRequestRouting Then, in the …
Dynamics CRM 2011 script error with the Outlook 2013 plugin
Posted by dave on March 15, 2013
No comments