Tagged Questions
2
votes
1answer
887 views
SharePoint 2010 - Add WebPart reference to PowerShell script
I want to add a new developed WebPart to a SharePoint site with PowerShell.
How it is possible to add the WebPart reference from my WebPart to the PowerShell script?
$web = Get-SPWeb $urlWeb
...