Update testTaskGate.ps1

This commit is contained in:
2025-05-26 23:03:07 -04:00
parent ab0a0eea50
commit 22e33f0d8f

View File

@@ -22,8 +22,8 @@ $Global:Tasks = @(
@{ Id='installDattoRMM'; Name='installDattoRMM'; Label='Install DattoRMM'; HandlerFn='Handle-InstallRMM'; Page='onboard'; Column='left'; @{ Id='installDattoRMM'; Name='installDattoRMM'; Label='Install DattoRMM'; HandlerFn='Handle-InstallRMM'; Page='onboard'; Column='left';
SubOptions= @( SubOptions= @(
@{ Value='inputVar'; Label='Copy Site Variables' }, @{ Value='inputVar'; Label='Copy Site Variables' },
@{ Value='rmm'; Label='Install DRMM Agent' }, @{ Value='rmm'; Label='Install RMM Agent' },
@{ Value='exe'; Label='Download the executable' } @{ Value='exe'; Label='Download Executable' }
) )
}, },