Ok, I've hacked away for hours, but I just can't seem to finish an Applescript that I'm working on for our image.
I've managed to create the following:
- an Applescript that prompts for UserID, Password, Email and sets up an Outlook account
I'd like to do the following within the same script:
- take the UserID variable that was created above and edit the printers.conf file by changing the DeviceURI...
from (current file text in printers.conf in cups.DMG that is deployed):
lpd://EMPLOYEE@10.100.153.197
to:
lpd://{UserID}@10.100.153.197
Sorry if that's complicated. Hard to be concise. I've search the posts on JAMF, but not breaking through.