Can anyone tell me if it’s possible to set the user’s default homepage URL for IE via Applescript?
IIRC, IE takes the home page setting from your System Preferences.
You can use the command line utility ‘defaults’ to manipulate the preferences. com.apple.internetconfig.plist is where the default home page is stored.
man defaults will give you more info on how to use this tool.