Questions tagged [powershell]

Tag to be used for questions about Microsoft Powershell. For general shell questions, use the [shell] tag. For other shells, use their own tags like [bash] and [zsh]. For questions about scripting, the tag [scripting] should be used along with the shell tag.

PowerShell is a shell developed by Microsoft. Originally a part of Windows operating systems, it became open source on 18 August 2016. It's source code is available on GitHub with installation packages ready for, inter alia, Ubuntu, CentOS, OpenSUSE and macOS.

Related tags

Related links

41 questions
0
votes
1 answer

Powershell to get monitor DPI scaling of ALL monitor

Using the DPI class script referenced here I can get DPI scaling for my main monitor how would I also get the output from any additional monitors which may have a separate scaling factor?
MANICX100
  • 199
-4
votes
1 answer

Print a webpage in PDF format

I have a requirements where I need to print a webpage in PDF format. Created one dashboard and shared it using permalink(a permanent static hyperlink to a particular web page). I need to print this page in pdf. Can any body let me know if it…