From b41472416bfb826d0b3fef974ddb49bbd0defdcb Mon Sep 17 00:00:00 2001 From: Alejandro Lopez Date: Fri, 10 May 2024 13:15:21 -0500 Subject: [PATCH] Update configure-personal-insights.md 1. Remove the old version requirement. The newer cmdlets don't appear to be the in the older version of the module. 2. The parameter under "set-MyAnalyticsFeatureConfig" that allows the change of opt-in and opt-out is actually "PrivacyMode" not "Feature" --- .../advanced/setup-maint/configure-personal-insights.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Viva/insights/advanced/setup-maint/configure-personal-insights.md b/Viva/insights/advanced/setup-maint/configure-personal-insights.md index ca0e78336..f6e70d624 100644 --- a/Viva/insights/advanced/setup-maint/configure-personal-insights.md +++ b/Viva/insights/advanced/setup-maint/configure-personal-insights.md @@ -138,7 +138,7 @@ To connect to Exchange Online, you install prerequisites and then you install th 3. Prerequisite #2: Install the Exchange Online PowerShell V2 module: ```powershell - Install-Module -Name ExchangeOnlineManagement -RequiredVersion 2.0.4 + Install-Module -Name ExchangeOnlineManagement ``` For more information, see [Install-Module](/powershell/module/powershellget/install-module). @@ -370,7 +370,7 @@ The PowerShell command [Set-MyAnalyticsFeatureConfig](/powershell/module/exchang ##### Command syntax - Features ```powershell -Set-MyAnalyticsFeatureConfig -Identity \ -Feature -Feature -isEnabled <$true/$false>` +Set-MyAnalyticsFeatureConfig -Identity \ -PrivacyMode -Feature -isEnabled <$true/$false>` ``` > [!div class="nextstepaction"]