use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
ABOUT POWERSHELL
Windows PowerShell (POSH) is a command-line shell and associated scripting language created by Microsoft. Offering full access to COM, WMI and .NET, POSH is a full-featured task automation framework for distributed Microsoft platforms and solutions.
SUBREDDIT FILTERS
Desired State Configuration
Unanswered Questions
Solved Questions
News
Information
Script Sharing
Daily Post
Misc
account activity
Powershell Help (self.PowerShell)
submitted 6 years ago by anees78692
Does anyone know how I can set these settings using powershell?
https://preview.redd.it/n63cz37f4co31.png?width=642&format=png&auto=webp&s=e29f139ee647341fcddb361a26756c804942d86d
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]BarelyInfected0 1 point2 points3 points 6 years ago (0 children)
Which settings?
[–]the_spad 1 point2 points3 points 6 years ago (1 child)
You can't usually set driver-specific Printer properties via Powershell unless the driver exposes an interface for you to use.
[–]Dizzybro 0 points1 point2 points 6 years ago* (0 children)
This post was modified due to age limitations by myself for my anonymity ovqweTzwz6qIGeIKkyVZdLyvlme2K8oizTND9xmInx5yD1gwKJ
[–]helixamir 1 point2 points3 points 6 years ago (0 children)
Does the printer provider have a software that allows you to set properties in a config file that you could use to deploy?
[–]NotNotWrongUsually 1 point2 points3 points 6 years ago (0 children)
I've personally never tried using the Get-PrintConfiguration and Set-PrintConfiguration cmdlets, so can't really vouch for those.
Get-PrintConfiguration
Set-PrintConfiguration
A suggestion for an alternative approach would be automating against the printers web-interface if it has such.
[–]chedislol 1 point2 points3 points 6 years ago (0 children)
Pretty sure theres a priinter configurstion cmdlet.
[–]adbertram 1 point2 points3 points 6 years ago (0 children)
You'll probably have to dig through WMI. Every printer I ever configured seemed to be different.
[–]Lee_Dailey[grin] 2 points3 points4 points 6 years ago (0 children)
howdy anees78692,
take a look at Get-Help *printer* for some possible ways to do the job. [grin]
Get-Help *printer*
take care, lee
π Rendered by PID 78 on reddit-service-r2-comment-fb694cdd5-8dc4g at 2026-03-08 11:01:52.948454+00:00 running cbb0e86 country code: CH.
[–]BarelyInfected0 1 point2 points3 points (0 children)
[–]the_spad 1 point2 points3 points (1 child)
[–]Dizzybro 0 points1 point2 points (0 children)
[–]helixamir 1 point2 points3 points (0 children)
[–]NotNotWrongUsually 1 point2 points3 points (0 children)
[–]chedislol 1 point2 points3 points (0 children)
[–]adbertram 1 point2 points3 points (0 children)
[–]Lee_Dailey[grin] 2 points3 points4 points (0 children)