robot
2024.10
true
Admin Guide
Last updated 2024年10月21日

UiPath Assistant 监管

您可以使用 UiPath Automation Ops 来管理 UiPath Assistant。 Automation Ops 允许您根据用户配置文件管理和实施监管策略。 监管策略提供对各种功能的控制,并确保遵循规则。

创建和配置监管策略

您可以为每种类型的许可证、每个组或每个用户创建和部署每个租户的策略。 您必须为创建或编辑的每个策略配置策略详细信息和产品设置。

有关如何创建监管策略的更多信息。

通过 Automation Ops 进行 Assistant 监管(在 Cloud 和 Automation Suite 中)

通过为 UiPath Assistant 创建的策略,您可以:

  • 选择是否允许用户安装自己的自定义微件。
  • Choose if you want to use the UiPath Official widget feeds. If you choose Yes, the widgets will be downloaded from either the official feed or your libraries feed. If you choose No, then only the Orchestrator library feeds will be enabled.
  • 只需添加 NuGet 包的名称和版本,即可列出您希望用户可以访问的微件。
    注意:在 UiPath Assistant 中切换租户后,系统会使用新租户的 Automation Ops 策略。

微件选项卡

微件是向 Assistant 添加功能的插件。 “微件” 选项卡使您能够控制用户对微件的访问。

默认情况下会添加一些微件。 在“微件” 选项卡上,您可以选择要部署给用户的微件。

有关更多详细信息,请参阅 UiPath Assistant 策略设置

注意:如果将监管策略设置为不允许自定义微件,则用户将无法添加自定义微件,并且仅当通过 Orchestrator 订阅源进行部署时才能安装微件。此外,如果您选择不允许自定义微件和官方订阅源,则用户只能访问 Orchestrator 订阅源中发布的微件。

功能切换选项卡

要进一步配置 UiPath Assistant,请从“监管”选项卡中选择一个策略,导航到“功能切换”选项卡,然后选择您的设置:

  • “启用 Task Capture”- 选择“是”以显示 Task Capture 启动器
  • 启用 Task Mining - 选择“是”以显示 Assisted Task Mining 启动器

  • “按文件夹对流程进行分组”- 选择“是”即可按主页上的 Orchestrator 文件夹对流程进行分组。要允许用户在 Assistant 中更改此选项,请选中相应的复选框。
  • “流程运行时最小化 Assistant” - 选择“是”即可在流程运行时最小化 Assistant 窗口。
  • “启动时自动启动助理”- 选择“是”即可在登录时启动助理,并在 Windows 通知区域中添加 Assistant 图标。
  • “允许用户在 Assistant 中更改日志记录级别”- 选择“是”即可在 Assistant 中启用日志级别选取器。
  • “允许用户在个人工作区外部运行自动化”- 选择“是”即可允许从其他 Orchestrator 文件夹运行自动化。
  • “启用 Action Center”- 选择“是”即可允许使用 Action Center 微件
  • 允许用户共享自动化 URL ”- 选择 “是” 以允许用户共享安装在共享文件夹中的自动化的 URL。
  • 在 Assistant 中显示 EDR 保护状态 - 选择“是”以在 Assistant 中显示您的计算机是否受 EDR 保护。

  • “切换到作业”选项卡(预览版) - 选择“是”可在自动化执行失败时使 Assistant 聚焦在“作业”选项卡上。

  • 启用 Studio Web - 选择“是”以允许用户从 Assistant 中的“UiPath 产品”部分启动 Studio Web,并在 Assistant 搜索视图中返回 Studio Web 模板。
  • Run in PiP - Select Yes to turn on the Robot session.

不使用 Automation Ops 的 Assistant 监管

如果 UiPath Assistant 未通过自动化操作中设置的策略进行监管,或者无法应用该策略,则使用 policy.json 配置。如果上述两种方法均无法使用,则 Assistant 将使用默认策略,其中包含最新版本的 UiPath 市场和 Apps 微件。
policy.json 文件包含与策略相关的信息,由 agent-settings.json 文件引用。
注意:在 v2023.10 之前,这些设置托管在 defaultNugetWidgetConfig 参数下的 agent-settings.json 文件中。对于 v2023.10 和更高版本,此参数仅引用 policy.json 文件。从包含与策略相关的配置的先前版本的 UiPath Assistant 升级时,特定配置将自动移至新的 policy.json
这可以通过打开位于 %userprofile%\AppData\Roaming\UiPathpolicy.json 并按如下来修改:
重要提示:policy.json 中设置策略时,请务必同时配置到期日期。否则,如果存在 Automation Ops 策略,系统会一直优先使用该策略,直至策略到期。
"widgets": {
        "UiPath.Marketplace.Widget": "internal",
        "UiPath.Apps.Widget": "internal"
    },
    "enableOldWidgets": true,
    "enableFallbackFeed": true,
    "expires": "2100-01-01T00:00:00.000Z",
    "policy": "My custom default policy",
    "allowTaskCapture": true,
    "allowTaskMining": true,
    "enableGroupByFolder": false,
    "setGroupByFolderLocally": true,
    "launchAtStartup": false,
    "setLaunchAtStartupLocally": true,
    "minimizeWhileRunning": false,
    "onlyUiPathContentInMarketplace": false,
    "actionCenterUrl": "",
    "allowActionCenter": true,
    "allowLoggingChanges": true,
    "allowAutomationsOutsidePw": true,
    "allowCopyAutomationLink": true, 
    "displayEdrMessage": true, 
    "switchToRunningTab": true,
    "setSwitchToRunningTabLocally": true
    "allowStudioWeb": true
    "showPiP": true"widgets": {
        "UiPath.Marketplace.Widget": "internal",
        "UiPath.Apps.Widget": "internal"
    },
    "enableOldWidgets": true,
    "enableFallbackFeed": true,
    "expires": "2100-01-01T00:00:00.000Z",
    "policy": "My custom default policy",
    "allowTaskCapture": true,
    "allowTaskMining": true,
    "enableGroupByFolder": false,
    "setGroupByFolderLocally": true,
    "launchAtStartup": false,
    "setLaunchAtStartupLocally": true,
    "minimizeWhileRunning": false,
    "onlyUiPathContentInMarketplace": false,
    "actionCenterUrl": "",
    "allowActionCenter": true,
    "allowLoggingChanges": true,
    "allowAutomationsOutsidePw": true,
    "allowCopyAutomationLink": true, 
    "displayEdrMessage": true, 
    "switchToRunningTab": true,
    "setSwitchToRunningTabLocally": true
    "allowStudioWeb": true
    "showPiP": true
重要提示:
要在没有 Automation Ops 的内部部署环境中启用 Action Center 微件,您必须将以下参数添加到policy.json文件中:
  • "actionCenterUrl": "https://example.com"
  • "allowActionCenter": true

要查找 Action Center URL,请转到 Action Center 微件

要从“Assistant”>“首选项”>“常规”选项卡启用 EDR 保护状态消息,您必须将以下参数添加到 policy.json 文件中:
  • "displayEdrMessage": true

此页面有帮助吗?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath Logo White
信任与安全
© 2005-2024 UiPath。保留所有权利。