Fix printerweb and added date to patch

This commit is contained in:
Zachary Gorman 2025-03-14 13:42:21 -07:00
parent a36b1dec7a
commit c0e982c42f
3 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@
RootModule = 'Get-PC.psm1' RootModule = 'Get-PC.psm1'
# Version number of this module. # Version number of this module.
ModuleVersion = '0.4.17' ModuleVersion = '0.4.18'
# Supported PSEditions # Supported PSEditions
# CompatiblePSEditions = @() # CompatiblePSEditions = @()

View file

@ -423,7 +423,7 @@ $Headers = @{
process { process {
if($printer.DomainName -ne 'No DNS Entry' -and $printer.MAC -ne 'Offline'){ if($printer.DomainName -ne 'No DNS Entry' -and $printer.MAC -ne 'Offline'){
start "http://$($printer.Hostname).$($printer.DomainName)" start "http://$($printer.Machine).$($printer.DomainName)"
Sleep -Seconds 1 Sleep -Seconds 1
start "https://azporion1/Orion/UDT/EndpointDetails.aspx?NetObject=UE-MAC:VAL=$($printer.MAC)" start "https://azporion1/Orion/UDT/EndpointDetails.aspx?NetObject=UE-MAC:VAL=$($printer.MAC)"

View file

@ -1,4 +1,4 @@
Patch Patch 2025-3-14
-Fix Queries Spark! by asset tag rather than hostname to also hit in stock workstations -Fix Queries Spark! by asset tag rather than hostname to also hit in stock workstations
-Add Elo monitor ports to -devices -Add Elo monitor ports to -devices
-Fix PrinterPurge more accurately reflects how many computers are affected -Fix PrinterPurge more accurately reflects how many computers are affected