Remove-OfficeWebAppsExcelBIServer
Excel Online에서 사용할 수 있는 BI 서버 허용 목록에서 Analysis Services 인스턴스를 제거합니다.
Syntax
Remove-OfficeWebAppsExcelBIServer
-ServerId <String>
Description
Excel Online에서 사용할 수 있는 BI 서버 허용 목록에서 Analysis Services 인스턴스를 제거합니다.
예제
이 예제에서는 허용 목록에서 SSAS01이라는 서버를 제거합니다.
Remove-OfficeWebAppsExcelBIServer -ServerID "SSAS01"
매개 변수
-ServerId
Analysis Services 서버의 이름입니다.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |