Skip to content

Commit

Permalink
Combine PowerShell Functions into 1 script for RMM
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 21, 2024
1 parent ff9f2aa commit 018d029
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions EasyWarrantyCheck_RMM.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ function Get-Warranty {
[String]$HpSystemSKU

)
# Print Current Version
Write-Host "EasyWarrantyCheck Version : 1.0.6"
# Set Global Variables
if ($RMM -eq 'NinjaRMM') {
Set-Variable ninjawarrantystart -Value $ninjawarrantystart -Scope Global -option ReadOnly -Force
Expand Down

0 comments on commit 018d029

Please sign in to comment.