Here is the way that you can stop any service in sharepoint 2013
get-spserviceinstance | ? {$_.Typename -eq "[Service Name]"} | Stop-SPServiceInstance
Replace the service name with the Central administration Services
Like
get-spserviceinstance | ? {$_.Typename -eq "User Profile Synchronization Service"} | Stop-SPServiceInstance
Regards
Rashid
get-spserviceinstance | ? {$_.Typename -eq "[Service Name]"} | Stop-SPServiceInstance
Replace the service name with the Central administration Services
Like
get-spserviceinstance | ? {$_.Typename -eq "User Profile Synchronization Service"} | Stop-SPServiceInstance
Regards
Rashid
This information is really awesome thanks for sharing most valuable information.
ReplyDeleteSharePoint Training
SharePoint Online Training