UiPath的许可查询、激活、迁移和导出

UiPath Regutil.exe是一个命令行工具,可让您在线或离线激活您的计算机,停用它和/或将许可证信息导出到文件。默认情况下,可以在C:\Program Files (x86)\UiPath\Studio\UiPath 文件夹中找到Regutil工具。

此处显示的所有示例都是假设您首先使用cd命令(cd C:\Program Files (x86)\UiPath\Studio\UiPath)导航到Regutil工具的位置而构建的。

1.help 显示使用Regutil.exe所需的帮助信息。

例:regutil.exe help

2.activate 帮助您离线或在线激活您的机器人。

/1.在线激活:

需要有效的电子邮件地址和激活码。这些可以使用/code和/email参数指定。

  • 学院版试用激活,如果未提供激活码
    示例:regutil.exe activate /email=documentation@uipath.com
  • 企业版试用激活
    示例:regutil.exe activate /email=documentation@uipath.com /code=1234567890

/2.离线激活:

需要以下内容:

  • 有效的电子邮件地址
  • 有效的激活码
  • 访问具有Internet访问权限的计算机或访问我们的验证门户.
    下面的参数必须使用:get-activation-cert,/email,/code,/out_file,/offline,和/response_file。

要离线激活机器人,请执行以下操作:
1.通过编写以下内容,从命令行生成激活证书:
regutil.exe get-activation-cert /email=documentation@uipath.com /code=1234567890 /out_file=E:\certificate.txt。

2.在连接到Internet的计算机上,导航到以下URL:http://support.uipath.com/activation。将显示激活门户。
3.在“ 激活码”字段中,将信息粘贴到步骤1中生成的证书中。
4.单击“ 激活”。生成激活响应代码。
5.将生成的响应保存到.txt文件。
6.在步骤1中使用的计算机上,离线激活许可证,如下所示:
regutil.exe activate /offline /code=1234567890 /response_file=D:\response.txt。

3.deactivate在线停用许可证,使用本地存储的代码。

例:regutil deactivate
get-deactivation-cert 帮助您在没有Internet连接的计算机上停用许可证。请注意,您仍然需要访问可上网的计算机才能执行取消激活。此外,您必须使用该/out_file参数。
1.使用以下命令将停用证书导出到.txt文件:
regutil get-deactivation-cert /out_file=D:\certificate.txt。
执行此命令后,本地许可证将变为无效。
2.将证书移动到具有Internet访问权限的计算机上。
3.导航到以下URL:
http://support.uipath.com/deactivation。生成停用门户。
4.在“ 停用证书”字段中,粘贴步骤1中生成的文件中的信息。
5.单击“ 停用”。将显示“ 取消激活成功”消息。

4.get-info 在命令行中显示许可证信息,

如下所示:

  • 许可证代码 许可证状态
  • 显示解释许可状态的错误代码。
  • 设备编号
  • 许可证到期日期 下次许可证服务器将检查许可证时。
  • 订阅到期日期 由我们的团队传达的许可证到期日期
  • 维护到期日期 不再使用
  • 有人值守 - 可用的有人值守的命名用户许可证总数。
  • 无人值守 - 可用的无人值守的许可证总数。
  • 免费 - 可用的非生产许可证总数。
  • 开发Dev - 可用的开发指定用户许可证总数。
  • Attended Concurrent - 可用的Attended Concurrent许可证总数。
  • Dev Concurrent - 可用的Development Concurrent许可证总数。
    例:
    Regutil get-info

5.export-info 显示包含本地许可信息的字符串。

例:regutil.exe export-info

/out_file 将许可证导出到自定义文件。

输出文件可以是任何格式。可以在“设置”页面的“ 许可证”选项卡中将此许可证文件上载到Orchestrator 。例:
regutil.exe export-info /out_file=E:\license.txt
regutil.exe export-info /out_file=E:\orchestrator.license

/offline 帮助您离线激活许可证。如果/response_file未提供参数,则从标准输入读取证书。

例:regutil.exe activate /offline /code=1234567890 /response_file=D:\response.txt

/verbose 显示标准输出的附加信息。

/code 帮助您指定激活码。可用于在线和离线激活。如果在激活许可证时省略,则使用试用版。

例:regutil.exe activate /email=documentation@uipath.com /code=1234567890

/email 指定要与激活一起使用的电子邮件。它必须与离线和在线激活一起使用。

例:regutil.exe get-activation-cert /email=documentation@uipath.com /code=1234567890 /out_file=E:\certificate.txt
regutil.exe activate /email=documentation@uipath.com

/response 在脱机激活许可证时指定响应证书文件。支持所有类型的文件(.txt,.docx,.license等)。

如果未提供文件的完整路径,则会将其下载到UiPath Platform文件夹(C:\Program Files (x86)\UiPath\Studio\UiPath)。
例:regutil.exe activate /offline /code=1234567890 /response_file=D:\response.txt

/out_file 指定许可信息的输出文件。

所得的文件可以上传到Orchestrator可以帮助您许可的机器人,如解释在这里。支持所有类型的文件(.txt,.docx,.license等)。数据已加密并包含regutil get-info命令显示的所有信息。
如果未提供文件的完整路径,则会在UiPath Platform的安装目录中生成C:\Program Files (x86)\UiPath\Studio\UiPath。
例:regutil.exe export-info /out_file=E:\orchestrator.license
/config_file 为许可库指定自定义配置文件。

英文链接:https://robot.uipath.com/docs/regutil-command-descriptions

  • 1
    点赞
  • 8
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
Orchestrator Server Windows Server Operating System - minimum required version: 2008 R2 SP1. Check the Software Requirements for the other supported versions. PowerShell - minimum required version: 4.0. To download PowerShell version 4.0, visit this link and install Windows Management Framework 4.0. .NET Framework - minimum required version: 4.7.2 To find out which .NET version is installed on your computer, please see Finding the Installed .NET Version. IIS - minimum required version: 7.5. this is part of the Web Server (IIS) role and is automatically enabled by the provided InstallRolesAndFeatures.ps1script, which can be found in this archive. URL Rewrite - Enables the website to redirect the calls to https (https://servername), instead of http (http://servername). Please download and install URL Rewrite by accessing this link. Server Roles and Features. We provide a PowerShell script, InstallRolesAndFeatures.ps1, that automatically adds the required roles and features to the application server(s). The list of roles and features is presented in Server Roles and Features. Please note that this chapter is for informational purposes only. The archive containing the script and the XML file can be downloaded here. Web-Deploy extension - minimum required version: 3.5, 64bit version. Please note that this is required only for PowerShell script installations, such as the Azure one. Enables you to deploy a website. Please download and install Web Deploy Extension 3.5 by accessing this link.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值