PaperCut recipe (macOS)
Description
DescribeNeeding to deploy the situationPaperCut andPrint solutionDeploy client to a macOS client managed by FileWave. We have you covered!
Ingredients
-
FW
AdminCentral -
(OtherPaperCuttools,PKGfeatures,installerand
Directions
Converting the DMG to a PKG installer
You will need access to your PaperCut NG/MG server configurations.
https://print-server.example.net:9192/admin.
Click Enable Printing > Print Deploy. The Print Deploy page is displayed.
At the bottom of the page, next to Download clients click the macOS button.
Save 
Directions
your Documents folder.
Look at the filename and check that the hostname between the square brackets is correct, for example, pc-print-deploy-client[print-server.company.lan].dmg.
Double-click the .dmg file and copy PaperCut Print Deploy Client.pkg to the Desktop.
Creating .plist file to configure your MDM macOS clients
The PaperCut Print Deploy Client can use a .plist file to set its server address. You can share and deploy these files in many different ways, such as with a .mobileconfig file, a file-copy command, or a scripted file creation on the client.
Note: The .plist file needs to be in proper format. If this is not saved in the correct formate, PaperCut client will not function with your desired configurations.
To create the .plist file:
-
StepsOpen a terminal and issue the following command:defaults write ~/Documents/com.papercut.printdeploy.client server_host hostname
Replace the word ‘hostname’ with the FQDN from the ‘.dmg’, for example, print-server.company.lan
Convert the .plist file with the following command:/usr/bin/plutil -convert xml1 ~/Documents/com.papercut.printdeploy.client.plist
This will ensure that the file can be read correctly.
Verify the contents of the new .plist with the following command:defaults read ~/Documents/com.papercut.printdeploy.client.plist
The output should be:
macOS:Documents localadmin$ defaults read ~/Documents/com.papercut.printdeploy.client.plist
{
"server\_host" = "print-server.company.lan";
}
macOS:Documents localadmin$
Notes
Creating
Otherthe commentsFileset
Note: if no directory for /Library/Preferences/ is found, you may create the directory and upload the .plist file as shown above.
Be sure the .plist file has the proper formatting. In addition, the .plist file is in the correct directory, if the .plist file is found, the PaperCut Print Deploy client will honor the settings the file provides.
Always, test deployment to a few test machines. This ensures your configurations for PaperCut are correct and ready for your macOS production fleet.
