SharePoint 2013 – Fix graphical glitch on timeline

We had a weird graphical glitch on the timeline webpart on our SharePoint installation, we couldn’t figure out what was happening. Until that is we checked out the element in F12 Developer tools, within one of our customisations we used the .ms-rtestate-field img directive within our custom site CSS file. So this is what we […]

More...

Monitor Status of Dell PowerVault TL4000 Quick and Dirty with Nagios

You can monitor the Dell PowerVault TL4000 Tape Library using the Nagios check_snmp plugin. After setting the TL4000 to accept SNMP connections on v2 SNMP you can run the following command below. This queries for the status of the library as a rollup. # ./check_snmp -H <IP Address> -C community -o .1.3.6.1.4.1.674.10893.2.102.2.1.0 -r3 SNMP OK […]

More...

Microsoft Exchange 2013 Automated PST Import Script

I needed to have an automated way to bulk import a load of PST files into Exchange 2013. In my case all the files were named as follows: samAccountName@domain.co.uk so for example: fred.bloggs@thingy.co.uk.pst You can run this command from an Exchange PowerShell console, bear in mind that you’ll need to change your domain name on […]

More...

SharePoint 2013 – Hide Horizontal Scrollbar on Front Page

On our Microsoft SharePoint 2013 home page, we had a horizontal scrollbar appear. What seemed to be happening was within the master CSS file was that the “s4-workspace” was of the “ms-core-overlay” that affects the whole size of the page was using this: As you can see the “overflow” was set to auto, this sets […]

More...