Skip to content
Open
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
2 changes: 1 addition & 1 deletion scripts/spo-request-pnp-reindex-user-profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Request-PnPReindexUserProfile -url https://contoso.sharepoint.com/sites/IT -Docu

$filename = "upa-batch-trigger";

Set-Content -Path "$tempPath\$filename.txt" -value $json
Set-Content -Path "$tempPath\$filename.txt" -value $json -Encoding UTF8

Write-Output "Kicking off import job - Please be patient and allow for 4-24h before profiles are updates in search.`n`nDo NOT re-run because you are impatient!"

Expand Down