MyView24By7
Purpose of this blog is to share my learning's, Thank you for visiting.
Pages
Home
SSIS
SSAS
SSRS
SQL/T-SQL
Saturday, 4 October 2014
Re-Provisioning all the SharePoint Web Services
Run the following commands one by one on SharePoint PowerShell:
$h = Get-SPServiceHostconfig
$h.Provision()
$services = Get-SPServiceApplication
foreach ($service in $services) { $service.provision();
write-host $service.name}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment