Fix printerweb and added date to patch
This commit is contained in:
parent
a36b1dec7a
commit
c0e982c42f
|
|
@ -12,7 +12,7 @@
|
|||
RootModule = 'Get-PC.psm1'
|
||||
|
||||
# Version number of this module.
|
||||
ModuleVersion = '0.4.17'
|
||||
ModuleVersion = '0.4.18'
|
||||
|
||||
# Supported PSEditions
|
||||
# CompatiblePSEditions = @()
|
||||
|
|
|
|||
|
|
@ -423,7 +423,7 @@ $Headers = @{
|
|||
|
||||
process {
|
||||
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
|
||||
start "https://azporion1/Orion/UDT/EndpointDetails.aspx?NetObject=UE-MAC:VAL=$($printer.MAC)"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
Patch
|
||||
Patch 2025-3-14
|
||||
-Fix Queries Spark! by asset tag rather than hostname to also hit in stock workstations
|
||||
-Add Elo monitor ports to -devices
|
||||
-Fix PrinterPurge more accurately reflects how many computers are affected
|
||||
|
|
|
|||
Loading…
Reference in a new issue