
AndyT.08763 (ManyPets) asked a question.
We are starting on our "Okta Journey" and I have deployed the verify client to a test machine but I cannot prepopulate the ORG URL within the app...I have used the Command line argument - OrgUrl=https://[oururl].okta.com
We are an entirely SaaS-based company so I am using Intune to deploy the app, can anyone advise if this the correct format to prepopulate the org url within the app?

Hello @AndyT.08763 (ManyPets) Thank you for reacting out to our Community!
The command for the deployment would be:
For EXE
OktaVerifySetup-1.x.x.x-yyyyyyy.exe -q2 [<Flag_1>=<Value_1>] [<Flag_2>=<Value_2>] [...]
for example:
OktaVerifySetup-1.x.x.x-yyyyyyy.exe -q2 OrgUrl=https://ORGNAME.oktapreview.com
For MSI
msiexec /I OktaVerifySetup-1.x.x.x-yyyyyyy.msi /qn EXEOPTIONS="-q2 [<Flag_1>=<Value_1>] [<Flag_2>=<Value_2>] [...]"
for example:
msiexec /I OktaVerifySetup-1.x.x.x-yyyyyyy.msi /qn EXEOPTIONS="-q2 OrgUrl=https://ORGNAME.oktapreview.com"
Please also review our Documentation for this as well:
https://help.okta.com/oie/en-us/Content/Topics/identity-engine/devices/ov-install-options-windows.htm
Hope this helps and if this answered your question, please mark this as Best Answer!