Friday, 27 January 2012
Find email addresses in Exchange 2010
The quickest and easiest way to work out who (or what) is using an email address is to open up a PowerShell command window and run:
get-recipient -results unlimited | where {$_.emailaddresses -match "address@company.com"} | select name,emailaddresses,recipienttype
for full details on the result, try
get-recipient -results unlimited | where {$_.emailaddresses -match " address@company.com "} | fl
Sunday, 1 January 2012
thumbs.db can't be deleted because it's in use
If you are like me, you keep all your media on a network drive.
In what it thinks is an aid to productivity, Windows 7 (and Vista) will go to these network drives and automatically create a hidden file called thumbs.db which contains a thumbnail image of every media (video or photo) file. Naturally this takes time if you have hundreds of images or some large videos, and I often try to delete the directory before the thumbs.db have finished being created... and get an annoying error message saying that the file can't be deleted as it's still opened by another application.
You can turn off the generation of this file by going:
Start > Run > Gpedit.msc
User Configuration > Administrative Templates > Windows Components > Windows Explorer > Turn off caching of thumbnail pictures in hidden thumbs.db> Enabled
I hope this proves helpful... if it does, please click on an ad to show your appreciation.
Subscribe to:
Posts (Atom)