Setting up Subscription Setting – SharePoint 2013

[sourcecode type=”powershell”]
$appPool = Get-SPServiceApplicationPool "SharePoint Web Services Default"
$appSubSvc = New-SPSubscriptionSettingsServiceApplication –ApplicationPool $appPool –Name "Subscription Settings Service Application" –DatabaseName Settings_Service
$proxySubSvc = New-SPSubscriptionSettingsServiceApplicationProxy –ServiceApplication $appSubSvc[/sourcecode]

Leave a Reply

Your email address will not be published. Required fields are marked *