Get-VivaInsightsSettings
此 Cmdlet 僅適用于 Exchange Online PowerShell 模組。 如需詳細資訊,請參閱關於 Exchange Online PowerShell 模組。
注意:此 Cmdlet 僅適用于 2.0.5 版或更新版本的模組。
使用 Get-VivaInsightsSettings Cmdlet 來檢查使用者是否可存取 Microsoft Teams 中Microsoft Viva Insights中的功能。 只有已布建Exchange Online信箱的使用者才能存取 Teams 中Viva Insights應用程式內的功能。
如需下方<語法>一節中參數集的詳細資訊,請參閱 Exchange Cmdlet 語法。
Syntax
Get-VivaInsightsSettings
-Identity <String>
[-Feature <String>]
[-ResultSize <Unlimited>]
[<CommonParameters>]
Description
此 Cmdlet 需要.NET Framework 4.7.2 或更新版本。 若要執行此 Cmdlet,您必須是目的地組織中下列其中一個目錄角色群組的成員:
- 全域管理員
- Exchange 系統管理員
- Teams 系統管理員
若要深入瞭解 Azure Active Directory 中的系統管理員角色許可權,請參閱 角色範本識別碼。
範例
範例 1
Get-VivaInsightsSettings -Identity roy@contoso.onmicrosoft.com
UserId : roy@contoso.onmicrosoft.com
IsInsightsHeadspaceEnabled : True
此範例顯示使用者在 Microsoft Teams 中設定Microsoft Viva Insights。 roy@contoso.onmicrosoft.com 命令的輸出顯示 Headspace 的功能可供Roy 使用。
參數
-Feature
Feature 參數會依指定的Microsoft Viva Insights功能來篩選結果。 有效值為:
- Headspace:代表 Headspace 的所有功能。
- MeetingEffectivenessSurvey:此值僅適用于 2.0.6-Preview2 版的模組,作為私人預覽的一部分。
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Exchange Online |
-Identity
Identity 參數會指定您想要檢視的使用者。 您可以依使用者主體名稱 (UPN) (識別使用者,例如, roy@contoso.onmicrosoft.com) 。
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Exchange Online |
-ResultSize
將保留此參數供 Microsoft 內部使用。
Type: | Unlimited |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Exchange Online |