Imagine you're like me and only use itunes to put music on your ipod and not use the lame library function you've upgraded to version 11 and found you can't see your shitting songs any more!
Well I found the bastards.
Do this
Open iTunes
Click the iPod button in top right
Click 'on This iPod'
OR
Imagine you are me again and uninstall the fucker and put 10.xxx on again.
You're fucking welcome.
I spend far too much time googling for fixes then promptly forgetting it. So I'm putting the crap I find here and hope it helps others...and me when I need the info again because god forbid I actually use the knowledge base.
Tuesday, 4 December 2012
Monday, 5 November 2012
Modify Exchange 2010 Mail Contact Address With Powershell
Say you've imported a CSV of 100+ addresses using a supplied list then it turns out they've got the domain name wrong. Look no further.
Save this to a ps1 and use EMS as an admin and bosh!
Save this to a ps1 and use EMS as an admin and bosh!
$contacts = Get-MailContact -Filter {ExternalEmailAddress -like '*WRONGDOMAIN.com*'} </i><br />
<i>$contacts | foreach-object {$_ | set-mailcontact -externalemailaddress ($_.externalemailaddress.proxyaddressstring -replace "WRONGDOMAIN","RIGHTDOMAIN")}
Subscribe to:
Posts (Atom)