Tagged Questions
0
votes
1answer
795 views
User profile Audience Using Power shell
#Add SharePoint PowerShell SnapIn if not already added
if ((Get-PSSnapin "Microsoft.SharePoint.PowerShell" -ErrorAction SilentlyContinue) -eq $null) {
Add-PSSnapin ...
1
vote
1answer
673 views
Is there a way to import & export audience using powershell on sharepoint 2010 farm?
We have two SharePoint 2010 Farms, would like to import the audience from the Farm-A and export the same to Farm-B. Is there a way to do it using powershell on sharepoint 2010 farm? share me if you ...
