manual start user profile import
生活随笔
收集整理的這篇文章主要介紹了
manual start user profile import
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
2 Sign in to vote
$UPS= Get-SPServiceApplication | where { $_.DisplayName -eq “User Profile Service Application”}
$UPS.StartImport($false)
$UPS= Get-SPServiceApplication | where { $_.DisplayName -eq “User Profile Service Application”}
$UPS.StartImport($true)
Thanks Trevor,
Finally created the task scheduled with this command:
Sync Incremental
Add-PsSnapin Microsoft.SharePoint.PowerShell$UPS= Get-SPServiceApplication | where { $_.DisplayName -eq “User Profile Service Application”}
$UPS.StartImport($false)
?
And, create another task scheduler for Full Synchronization with this command:
Sync FULL
Add-PsSnapin Microsoft.SharePoint.PowerShell$UPS= Get-SPServiceApplication | where { $_.DisplayName -eq “User Profile Service Application”}
$UPS.StartImport($true)
轉載于:https://www.cnblogs.com/hqbird/p/5593041.html
總結
以上是生活随笔為你收集整理的manual start user profile import的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 图片精灵 在线制作
- 下一篇: jquery.validate.js的使