0
我已經使用下面的代碼從sharepoint 2010.中獲取用戶配置文件。錯誤我得到的是對象$ cm返回爲null。我想在sharepoint中使用powershell腳本創建用戶配置文件
$ site = Get-SPSite($ PortalURL); $ servercontext = [Microsoft.Office.Server.ServerContext] :: GetContext($ site); $ site.Dispose();
返回的UserProfileConfigManager
$釐米=新物體Microsoft.Office.Server.UserProfiles.UserProfileConfigmanager($ ServerContext中); $ spm = Get-SPProfileManager $ siteUrl
請幫我解決這個問題。我已經檢查過用戶配置文件服務及其up和ruuning。