通过带有 SSO 参数的 PowerShell 打开 Chrome [英] Open Chrome via PowerShell with parameter for SSO

查看:39
本文介绍了通过带有 SSO 参数的 PowerShell 打开 Chrome的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们正在使用 PowerShell 脚本来启动 Chrome 并使用主机规则"或信息亭"等参数打开特定网站.
不幸的是,无法将站点添加到 Internet Explorer 设置本地 Intranet"以使 SSO 正常工作(因为大型基础设施),但有必要在那里添加站点.
我通过谷歌尝试了几次搜索,但找不到我要找的东西.
谁能帮忙?

we are using a PowerShell-script to start Chrome and open a specific website with some parameters like "host-rules" or "kiosk".
Unfortunately it is not possible to add the site to the Internet Explorer settings "local intranet" to make SSO working (because of the large infrastructure), but it is necessary to add the site there.
I tryed several searches via google, but I couldn't find what I'm looking for.
Who can help?

谢谢.

推荐答案

您可以使用各种命令行开关启动 chrome.exe,例如

You can start chrome.exe using various commandline switches like

"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --kiosk "https://yoursite.com"

可以在此处找到完整的 (?) 开关列表

这篇关于通过带有 SSO 参数的 PowerShell 打开 Chrome的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆