이 사이트를 이용함으로써, 당신은 다음에 동의합니다 개인 정보 보호 정책.
수용하다
엔터인IT엔터인IT엔터인IT
  • 집
  • IT 프로
  • 기술
  • 마이크로 소프트
    • 하늘빛
    • 구성 관리자/SCCM
    • DPM
    • 오케스트레이터
    • Hyper-V
    • 마이크로소프트 엣지 인사이더
    • MSI
    • 사무실 365
    • 사무실 내부자
    • 파워 BI
    • 스카이프
    • SQL 서버
    • 팀
  • 창
    • Windows 관리 센터
    • 윈도우 클라이언트
    • 윈도우 서버
  • SCCM 쿼리 컬렉션 목록
독서: PowerBI On-premises data gateway PowerShell Public Preview
글꼴 크기 조정기아아
엔터인IT엔터인IT
글꼴 크기 조정기아아
  • 집
  • IT 프로
  • 기술
  • 마이크로 소프트
  • 창
  • SCCM 쿼리 컬렉션 목록
찾다
  • 집
  • IT 프로
  • 기술
  • 마이크로 소프트
    • 하늘빛
    • 구성 관리자/SCCM
    • DPM
    • 오케스트레이터
    • Hyper-V
    • 마이크로소프트 엣지 인사이더
    • MSI
    • 사무실 365
    • 사무실 내부자
    • 파워 BI
    • 스카이프
    • SQL 서버
    • 팀
  • 창
    • Windows 관리 센터
    • 윈도우 클라이언트
    • 윈도우 서버
  • SCCM 쿼리 컬렉션 목록
파워 BI

PowerBI On-premises data gateway PowerShell Public Preview

게시: 2월 18, 2024
3 최소 읽기
공유하다

PowerBI On-premises data gateway PowerShell Public Preview. You can manage:

내용물
Gateway Management:Data source (파워 BI) management:
  • On-premises data gateways
  • Power BI Data sources

메모: These cmdlets require PowerShell core 6.2.2 or higher

The cmdlets can be installed in an elevated PowerShell session:

Install-Module -Name DataGateway

Gateway Management:

Following are PowerShell cmdlets that can be used for administering gateway clusters and members:

  • Lists all gateway clusters for the current user or a specific one based on the passed parameters
Get-DataGatewayCluster
  • Returns the cluster status along with additional properties
Get-DataGatewayClusterStatus
  • Lists users authorized to install and register gateways within the tenant
Get-DataGatewayInstaller
  • Returns the gateway installation and registration policy for the tenant
Get-DataGatewayTenantPolicy
  • Add a specific user to a gateway cluster for specific permissions
Add-DataGatewayClusterUser
  • Set properties of an existing gateway cluster
Set-DataGatewayCluster
  • Modify the list of users who can install and register new gateways on the tenant
Set-DataGatewayInstaller
  • Set the gateway installation and registration policy for the tenant
Set-DataGatewayTenantPolicy
  • Remove a gateway cluster
Remove-DataGatewayCluster
  • Remove a gateway member from the corresponding gateway cluster
Remove-DataGatewayClusterMember
  • Remove a user from a gateway cluster
Remove-DataGatewayClusterUser

These cmdlets can be run under a tenant evel scope. This would require the user to be a global Office 365 admin or a Power BI service admin. For instance, the following cmdlet would return all gateways within your tenant.

Get-DataGatewayCluster -Scope Organization

Running the same command without the scope parameter or with the “Individual” scope would return the list of gateways, you are the administrator of.

Get-DataGatewayCluster -Scope Individual

The new cmdlet, which allows tenant admins to restrict the installation of on-premises data gateway ins standard mode is as follows. The tenant admin can then allow specific users to install using the Set-DataGatewayInstaller cmdlet.

Set-DataGatewayTenantPolicy -ResourceGatewayInstallPolicy Restricted

Data source (파워 BI) management:

Following are PowerShell cmdlets that can be used for managing Power BI data sources:

  • Add a user with the required permissions for a Power BI data source
Add-DataGatewayClusterDatasourceUser
  • Lists all Power BI data sources on a gateway cluster or a specific one based on the passed parameters
Get-DataGatewayClusterDatasource 
  • Returns the connectivity status of a data source in a gateway cluster
Get-DataGatewayClusterDatasourceStatus
  • Lists users who have access to the specific Power BI data source in a gateway cluster
Get-DataGatewayClusterDatasourceUser
  • Removes a Power BI data source from a gateway cluster
Remove-DataGatewayClusterDatasource
  • Removes a user from a Power BI data source
Remove-DataGatewayClusterDatasourceUser
  • Set properties of an existing Power BI data source
Set-DataGatewayClusterDatasource
태그됨:Microsoft Power BI파워셸
이전 기사 Azure AD Connect Error stopped-deletion-threshold-exceeded
다음 기사 Microsoft Ignite 2019 Office mobile app
코멘트를 남겨주세요 코멘트를 남겨주세요

답장을 남겨주세요 답장 취소

귀하의 이메일 주소는 공개되지 않습니다. 필수 입력란이 표시되어 있습니다 *

이 사이트는 스팸을 줄이기 위해 Akismet을 사용합니다.. 댓글 데이터가 처리되는 방법 알아보기.

번역

English中文(简体)DanskNederlandsFrançaisDeutschItaliano한국어PolskiPortuguêsRomânăEspañolУкраїнська
~에 의해 Transposh - translation plugin for wordpress

인기 게시물

Windows Server의 시스템 요구 사항 2016
윈도우 서버
구성 관리자 쿼리 컬렉션 목록
구성 관리자 쿼리 컬렉션 목록
configmgr
클래식 팀 사이트의 최신 페이지에서 구조적/관리형 탐색 활성화
기술
SCCM이 DP 위치를 MP에서 예상 버전으로 가져오지 못했습니다.
configmgr

최근 게시물

Ubuntu에서 SSH 보호를 위한 Fail2ban 설치 및 구성 24.04
리눅스
AlmaLinux에서 FirewallD 활성화 및 구성
리눅스
AlmaLinux에서 사용자 생성 및 SSH 키 설정
리눅스
AlmaLinux에서 비밀번호를 재설정하는 방법
리눅스

© 2023 엔터인IT

모바일 버전으로 이동하십시오
돌아온 것을 환영합니다!

귀하의 계정에 로그인하세요

사용자 이름 또는 이메일 주소
비밀번호

비밀번호를 잃어버렸습니다?