spec.printer.management

1.0.9

A module for managing printers

Minimum PowerShell version

3.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name spec.printer.management

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name spec.printer.management

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2024 Specsavers. All rights reserved.

Package Details

Author(s)

  • owen.heaume

Tags

spec printer management printers class

Functions

Get-specInstalledIPPrinters New-specPrinterObject Get-specPrinterFilterContentTag Get-specIPPrintersNotInFilter Get-specPrintersToInstall Set-specUSBPrinters Set-specIPPrinters Set-specPrinterPermissions Remove-specPrinters Remove-specUnassignedTcpPrinterPorts

Dependencies

This module has no dependencies.

Release Notes

* 1.0.0 - Initial release
* 1.0.1 - Addd 2 new class methods
* 1.0.2 - More class methods
* 1.0.3 - Added more class methods, add remove-specUnassignedTcpPrinterPorts, set-specPrinterPermissions,set-specIPPrinters, set-specUSBPrinters, remove-specPrinters
* 1.0.4 - Fix file placement issue
* 1.0.5 - Modify permissions function
* 1.0.6 - Add -Force to Restart-Service spooler in Remove-specPrinter function
* 1.0.7 - Fix potential error in Set-specPrinterPermissions if only USB printers exist
* 1.0.8 - Set-specUSBPrinters: light logic change so can now use more write-host to display when USB printer already added, or if adding
* 1.0.9 - Set-specPrinterPermissions: Change logic from using [string]::IsNullOrEmpty to $null comparison checks as [string] did not work due to checking objects, not strings!

FileList

Version History

Version Downloads Last updated
1.0.9 (current version) 1,429 2/11/2025
1.0.8 7 2/11/2025
1.0.7 7 2/11/2025
1.0.6 185 2/10/2025
1.0.5 194 1/3/2025
1.0.4 6 1/3/2025
1.0.3 5 1/3/2025
1.0.2 273 11/19/2024
1.0.1 11 10/17/2024
1.0.0 20,896 10/5/2024
Show more