I am trying to run this command from the powershell command line. Once working I can use it in my script.
C:\Program Files\PaperCut MF\server\bin\win\server-command set-user-property “sid” default-shared-account “10012”
This is how far I have got but still not working.
& "C:\Program Files\PaperCut MF\server\bin\win\server-command set-user-property“sid" default-shared-account“10012`””
If you get error messages you should post them here completely as well.
And BTW: When you post code, sample data, console output or error messages please format it as code using the preformatted text button ( </> ). Simply place your cursor on an empty line, click the button and paste your code.