You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
script always fails because it can not detect the windows agent versions.
line 609 $SOFTWARE = "Windows Agent"
Should be
$DISPLAYNAME = "Windows Agent"
Regards
Paul
The text was updated successfully, but these errors were encountered:
Squatchi
changed the title
repair-pme.psa wont work becuse of wrongly defined variabele
repair-pme.psa wont work because of wrongly defined variabele
Jul 19, 2024
Squatchi
changed the title
repair-pme.psa wont work because of wrongly defined variabele
repair-pme.ps1 wont work because of wrongly defined variabele
Jul 19, 2024
script always fails because it can not detect the windows agent versions.
line 609 $SOFTWARE = "Windows Agent"
Should be
$DISPLAYNAME = "Windows Agent"
Regards
Paul
The text was updated successfully, but these errors were encountered: