No announcements
Found 2053224 threads
-
1 Votes
Starting a Service on Multiple Servers in an Array
Hello, having some trouble getting a service to start on multiple servers.Answered | 5 Replies | 3111 Views | Created by Luke Brunner - Thursday, November 19, 2015 5:20 PM | Last reply by Mike Laughlin - Thursday, November 19, 2015 8:39 PM -
0 Votes
start services on multiple servers
For Search, you'll want to add Search components to the new server.Answered | 1 Replies | 1329 Views | Created by shrawn09 - Thursday, August 29, 2013 7:38 PM | Last reply by Trevor Seward - Thursday, August 29, 2013 7:46 PM -
0 Votes
how to start/stop multiple services in a remote machine
If I want to start multiple services on multiple server, Is this possible can help me out.Answered | 11 Replies | 8866 Views | Created by balakrishna.cs103 - Thursday, June 30, 2016 7:31 AM | Last reply by Arpit Peters - Sunday, April 22, 2018 3:34 AM -
0 Votes
How to schedule restart of multiple services in Windows Server?
Have a look a the powershell cmdlets for stopping and starting an service: Stop-Service and Start-Service ...Answered | 2 Replies | 3455 Views | Created by Mr_Tech121 - Monday, June 9, 2014 2:48 PM | Last reply by opexxx - Thursday, February 5, 2015 11:00 AM -
0 Votes
How to stop sql services and sql agent services on multiple servers
see http://www.databasejournal.com/features/mssql/article.php/3644906/Automatically-Stopping-and-Restarting-SQL-Server.htm http://sqlpowershel ...Answered | 2 Replies | 1819 Views | Created by TwoR - Friday, August 22, 2014 5:40 AM | Last reply by Visakh16 - Friday, August 22, 2014 5:58 AM -
0 Votes
How to Simultaneously Start Multiple services using Start-Service cmdlet?
$services = gwmi win32_service $servers | where {$_.name -like '*sql*'} | %{$_.startservice()}Answered | 5 Replies | 4963 Views | Created by agianni2 - Saturday, April 23, 2011 1:06 AM | Last reply by agianni2 - Tuesday, April 26, 2011 1:29 AM -
0 Votes
VB Script for start multiple services in order
Hi friends,did anybody has similar vbscript that, start services on multiple server in perticular order ?Answered | 2 Replies | 5454 Views | Created by kanchanshah - Tuesday, September 1, 2009 2:08 PM | Last reply by SS. Kanagal Jr - Sunday, October 4, 2009 9:48 AM -
0 Votes
Multiple instances of SQL Reporting Services on the same server?
You can have multiple instances of SSRS.Answered | 1 Replies | 2536 Views | Created by RJ454ME - Tuesday, August 7, 2012 1:32 PM | Last reply by irusul - Tuesday, August 7, 2012 1:36 PM -
1 Votes
Function for list services on multiple servers
If you are building strings it may be a good idea to force output of command to become one: $S = 'localhost' $service = Write-Output $s $service += ...Answered | 1 Replies | 2786 Views | Created by bllitz - Thursday, June 21, 2012 1:59 PM | Last reply by Bartek Bielawski - Saturday, June 23, 2012 9:49 PM -
2 Votes
SCOM 2012 Monitor a service on multiple servers
I perfect using windows service template to monitor windows service.Answered | 2 Replies | 1194 Views | Created by dlabs01 - Wednesday, July 15, 2015 6:48 PM | Last reply by System Center guy - Thursday, July 16, 2015 2:57 AM -
12 Votes
Multiple DB servers
I never really thought of using multiple SQL servers until it was brought up by a colleague.Answered | 6 Replies | 9472 Views | Created by themush1326 - Thursday, August 12, 2010 12:05 AM | Last reply by Emmanuel ISSALY - Thursday, August 12, 2010 11:44 AM -
2 Votes
How to rename id on multiple servers ?
2) How to know If any of the server is down and rename not happened ?Answered | 15 Replies | 3100 Views | Created by Manas Chatterjee - Friday, February 3, 2012 7:52 PM | Last reply by Richard Mueller - Tuesday, February 7, 2012 3:13 AM -
1 Votes
Running UPS on multiple servers
If you do set it up using a server name, you should be able to create an AAM to the name you want and use this where needed (like when setting up the User Profile Service ...Answered | 2 Replies | 3709 Views | Created by jacobUT - Friday, April 13, 2012 7:01 PM | Last reply by jacobUT - Friday, April 13, 2012 8:20 PM -
2 Votes
How to check for the status of SAPLPD service on multiple windows servers
Hi, Please refer to the following article for an example script regarding to get status of DHCP, you could replace DHCP with SAPLPD and try it: Get ...Answered | 7 Replies | 525 Views | Created by Shekhar_24 - Wednesday, July 27, 2016 11:25 AM | Last reply by Shekhar_24 - Thursday, July 28, 2016 6:27 AM -
0 Votes
Start service on multiple machines
Hi Try do it via WMI for example: foreach ($strComputer in get-content c:\scripts\Computers.txt) { (Get-WmiObject ...Answered | 2 Replies | 3700 Views | Created by herngyih - Monday, October 17, 2011 10:24 AM | Last reply by MichalGajda - Monday, October 17, 2011 10:33 AM -
0 Votes
Workflows starting multiple runbooks
I've create a workflow that is supposed to start when an incident is set to resolved and send an e-mail notification and trigger a runbook that closes the incident.Answered | 5 Replies | 900 Views | Created by hanspjacobsen - Friday, December 12, 2014 10:05 AM | Last reply by Anders Spælling - Friday, December 12, 2014 11:28 AM -
0 Votes
DHCP Server for Multiple VLANs
Currently, the old FreeBSD server we have now has multiple VLANs that it serves DHCP requests for.Answered | 2 Replies | 2677 Views | Created by ECCS IT Admin - Tuesday, July 19, 2016 12:39 AM | Last reply by Anne He - Tuesday, July 19, 2016 6:29 AM -
1 Votes
Search and start all automatic services, those are in stopped on multiple computers.
It filter on the remote server.Answered | 6 Replies | 1261 Views | Created by S Datta - Wednesday, June 26, 2013 10:39 AM | Last reply by S Datta - Thursday, July 4, 2013 3:29 AM -
0 Votes
Running commands on multiple servers
Answered | 1 Replies | 669 Views | Created by XYZ001 - Wednesday, July 6, 2016 2:15 PM | Last reply by jrv - Wednesday, July 6, 2016 2:28 PM -
0 Votes
Start-CMPackageDeployment multiple day schedule
Dear Sir, The -Schedule in Start-CMPackageDeployment can only accept an entry of schedule object so it will fail.Answered | 2 Replies | 1547 Views | Created by KevinKinlaw - Wednesday, January 6, 2016 1:18 PM | Last reply by KrysWood - Tuesday, May 3, 2016 8:39 AM - Items 1 to 20 of 2053224 Next ›
No announcements