It is always handy to have an automated script to perform task for you. Manual click vis SSMS could be tedious and prone to error. […]
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 […]