Forum Discussion
KJ_Indian
May 01, 2024Copper Contributor
Unable to get "config profile" profile property of a printer via get-printerconfiguration powershell
Hi All,
I am trying to fetch the config profile property and change it via powershell but I am unable to fetch the required property via get-printerconfiguration or get-printerproperty command. Can someone assist.
5 Replies
- The Get-PrinterConfiguration cmdlet doesn't support/understand all vendor options. I suggest checking the User registry for the printer and its options. You can probably set it using the Registry key or vendor XML import or similar.
- KJ_IndianCopper ContributorThank you for your reply but I didn't found any registry key. Not sure about the XML import option.
- Any update?