Remove-DataGatewayClusterDatasourceUser
從指定閘道叢集的指定 Power BI 資料源中移除指定的使用者
語法
Remove-DataGatewayClusterDatasourceUser
-GatewayClusterId <Guid>
-GatewayClusterDatasourceId <Guid>
-UserId <String>
[<CommonParameters>]
Description
從指定閘道叢集的指定 Power BI 資料源中移除指定的使用者
範例
範例 1
PS C:\> Remove-DataGatewayClusterDatasourceUser -GatewayClusterId DC8F2C49-5731-4B27-966B-3DB5094C2E77 -GatewayClusterDatasourceId 64C574B7-86C6-4560-B710-40AC18990804 -UserId testEmail@tenant.com
拿掉資料來源的 'testUpn@tenant.com' 存取。
參數
-GatewayClusterDatasourceId
使用者需要移除的數據源。
類型: | Guid |
別名: | DatasourceId, Datasource |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-GatewayClusterId
特定數據源所在的閘道叢集
類型: | Guid |
別名: | Cluster, Id |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-UserId
要移除的使用者。 這應該是 PrincipalObjectId (GUID 類型),或符合來自 Get-DataGatewayClusterDatasourceUser
的 Identifier/UserEmailAddress 值
類型: | String |
別名: | UserEmailAddress, EmailAddress, PrincipalObjectId, User |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
輸入
None
輸出
System.Void