Black and White Print Setting

Samuel Santos 245 Reputation points
2024-03-18T19:56:22.5933333+00:00
Is there a possibility to create a configuration profile in Intune to apply a policy that changes the printer configuration of registered devices to print only in black and white? or leave this function by default?

If there is no possibility through the configuration profile and you can do it through a powershell command, it will be a good option too.
Microsoft Intune Configuration
Microsoft Intune Configuration
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Configuration: The process of arranging or setting up computer systems, hardware, or software.
1,785 questions
Microsoft Intune Application management
Microsoft Intune Application management
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Application management: The process of creating, configuring, managing, and monitoring applications.
909 questions
Microsoft Intune Enrollment
Microsoft Intune Enrollment
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Enrollment: The process of requesting, receiving, and installing a certificate.
1,303 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,666 questions
{count} votes

Accepted answer
  1. ZhoumingDuan-MSFT 10,730 Reputation points Microsoft Vendor
    2024-03-19T02:06:08.5966667+00:00

    @Samuel Santos,Thanks for posting in Q&A.

    From your description, I know you want to configure printer to print only in black and white via Intune.

    Based on my research, there is no direct feature in Intune, however, we can create a PowerShell script to set printer to print only in black and white.

    Here are some steps you can refer.

    1.Create a .ps1 file with the content below and manually test it on one device.

    #Get the name of the printer

    $printerName = "Your Printer Name"

    #Set the printer to print in black and white

    Set-PrintConfiguration -PrinterName $printerName -Color $False

    2.If the script work properly, then upload it into Intune and configure as below.

    User's image

    3.Deploy it via Intune, then it will work.

    Hope it will help.

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


0 additional answers

Sort by: Most helpful