Wednesday 25 April 2012

How to clean up your system

A colleague of mine recently recommended this funky tool (http://www.piriform.com/CCLEANER) which has done a fantastic job of cleaning up my machine...

 

image

Tuesday 10 April 2012

Searching for emails from multiple senders

I've always wanted to know how to do this myself, so just thought I'd let you know if you were wondering as well. When searching emails you can use the OR operator as follows for quick search for people messages are from for example like this

FROM: (james OR robert)

This will find all emails that were sent from either James or Robert for example.

How to find the last interactive logons in Windows using PowerShell

Use the following powershell script to find the last users to login to a box since a given date, in this case the 21st April 2022 at 12pm un...