Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENGAGE: Update export-topics-powershell.md from Christina Ferancik's requested updates #13691

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions microsoft-365/topics/export-topics-powershell.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ description: Learn how to export topics created in Viva Engage (Lite Topics) to
# Export topics created in Viva Engage with PowerShell

> [!NOTE]
> Topics will be retired on February 22, 2025. [Learn more about the changes coming to Topics.](changes-coming-to-topics.md)
> Viva Topics will be retired in 2025. As part of the change, topics created in Viva Engage will no longer use Lite Topics and will be migrated to Viva Engage. Once topics are migrated, export will be available through Viva Engage. Learn more: [Manage data in the Viva Engage admin center](https://learn.microsoft.com/viva/engage/eac-as-manage-data), [Use topics and hashtags in Viva Engage](https://support.microsoft.com/topic/use-topics-and-hashtags-in-viva-engage-2bf79ef9-0054-4f9d-b273-92fdb86e1fdb), and the [Topics retirement](https://learn.microsoft.com/microsoft-365/topics/changes-coming-to-topics). Topics will be retired on February 22, 2025. [Learn more about the changes coming to Topics](changes-coming-to-topics.md).

Using PowerShell, you can export topics created in Viva Engage (also known as Lite Topics) to a .csv file. Topics created before enabling integration with Viva Engage are included.

Expand Down Expand Up @@ -89,7 +89,7 @@ function Export-TopicLite()
# You need to upgrade your PowerShell environment. REST and parallel execution has better implementation there.
Write-Warning "PowerShell 7 or greater required. REST and parallel execution has better implementation there."
Write-Warning "If you are a part of Windows App Installer preview, use `"winget install --name PowerShell --exact`" from the command line to get and install the current stable version."
Write-Warning "Otherwise go to `"https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-core-on-windows#installing-the-msi-package`" to download and install latest powershell"
Write-Warning "Otherwise go to `"https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-windows#installing-the-msi-package`" to download and install latest powershell"
Write-Warning "See https://aka.ms/PSWindows for more"
exit
}
Expand Down
Loading