我设法以编程方式安装 PowerBI Gateway
Install-Module -Name DataGateway -Force -Scope AllUsers
Login-DataGatewayServiceAccount
Install-DataGateway -AcceptConditions
现在我正在寻找一种将这个网关添加到现有集群的方法。有一个删除网关的功能Remove-DataGatewayClusterMember
,但由于某些原因没有添加功能。
是否有使用 PowerShell Cmdlet 或其他方式将 PowerBI Gateway 添加到现有集群?