Sharepoint Add New Sharepoint Site Collection PowerShell
I have about 600 Sharepoint site colections to add to eVault server.
Does everyone knows of a way to Add a Site colection to eVault using PowerShell Snap-in?
Something like:
Add-EvaultSharepointSite -url "http://WebAppURL/Sites/SiteCollectionURL" -SiteTopLevel $true -SiteSubSites $true -EvaultStore "MOSS Vault Store" -Policy "Company Policy" -ArchivingTask "Company Archiving Task" -RetentionCategory "Company Retention Category"
Thank you.
Sorry, I know of no Powershell to do that. You might be able to use Auto-enable. See this:
Adding a SharePoint archiving target
Article:HOWTO61070 | Created: 2011-11-29 | Updated: 2012-06-27 | Article URL http://www.symantec.com/docs/HOWTO61070 If auto-enable archiving is on, Enterprise Vault automatically adds site collection objects under the SharePoint target object the first time the archiving task runs, and a new archive is created automatically for each of these site collections. Subsites are also archived using the default settings for the target site collection object, but target subsite objects are not displayed in the Administration Console. Documents in subsites are stored in the archive for the top-level site collection.

