Public/Get-PrintManagement.ps1
function Get-PrintManagement { <# .SYNOPSIS -Taylor Lee Modified 05172019 .DESCRIPTION Opens Print Management .Link https://www.powershellgallery.com/profiles/TaylorLee #> [CmdletBinding()] param ( ) printmanagement.msc } |