rmcguire80
IS-IT--Management
Im trying to run the following script to change the offline address book to allow photos with exchange...but how do I run the below script
$attributes = (Get-OfflineAddressBook "Default Offline Address Book").ConfiguredAttributes
$attributes.Remove("thumbnailphoto,Indicator")
Set-OfflineAddressBook "Default Offline Address Book" -ConfiguredAttributes $attributes
I have my file, attribute.ps1 in C:\
thanks
$attributes = (Get-OfflineAddressBook "Default Offline Address Book").ConfiguredAttributes
$attributes.Remove("thumbnailphoto,Indicator")
Set-OfflineAddressBook "Default Offline Address Book" -ConfiguredAttributes $attributes
I have my file, attribute.ps1 in C:\
thanks