Hi All,
Stuck on the following. Anyone have any ideas of why its not making the edits on the .plist? Any feedback would be greatly appreciated! Thanks guys!
#!/bin/bash
user=$( ls -l /dev/console | awk '{print $3}' )
defaults write /$user/Library/Preferences/com.microsoft.Lync acceptedSLT143 -bool true
defaults write /$user/Library/Preferences/com.microsoft.Lync UserHasRunMessenger143 -bool true