No announcements
Found 2190542 threads
-
2 Votes
Invoke-Command 200 computers
You could also start by the below link, it introduced how to run ps scripts on multiple ...Answered | 9 Replies | 1550 Views | Created by wawakiki - Thursday, March 17, 2016 11:06 PM | Last reply by tommymaynard - Friday, March 18, 2016 5:58 PM -
0 Votes
Help - Speed up script - invoke-command checking drive size against 200 devices
Use a workflow to speed this up.Answered | 18 Replies | 1546 Views | Created by rcjay272 - Saturday, November 25, 2017 3:09 PM | Last reply by rcjay272 - Sunday, November 26, 2017 1:10 AM -
0 Votes
Invoke command via script
Best Regards, Elaine Please remember to mark the replies as answers if they help and unmark them if they provide no help.Answered | 2 Replies | 879 Views | Created by John Wenzel - Wednesday, May 4, 2016 8:55 PM | Last reply by Elaine Jing - Friday, May 6, 2016 9:36 AM -
0 Votes
invoke-command map network drives remotely
For anyone who is still looking at doing this, found a way to complete it with powershell by mapping the drives into registry - take a look and i hope this can help!Answered | 7 Replies | 3650 Views | Created by JonDoe321 - Thursday, June 18, 2015 2:30 PM | Last reply by TryingToGetSmart - Saturday, January 4, 2020 4:07 AM -
0 Votes
unable to run a script invoke command (timeout)
For more information, see the about_Remote_Troubleshooting Help topic.Answered | 2 Replies | 2214 Views | Created by patrick.rolling - Wednesday, June 15, 2016 6:01 PM | Last reply by Hello_2018 - Thursday, June 16, 2016 7:02 AM -
0 Votes
A script to change network speed
I need those 4 settings changed on 200 machines.Answered | 4 Replies | 6559 Views | Created by Unclemarcus2002 - Friday, March 27, 2009 4:00 PM | Last reply by jrv - Wednesday, February 8, 2012 11:21 PM -
0 Votes
Powershell invoke-command
To use invoke-command and target a remote machine, the local and remote must be set up for Windows Remoting - you don't say whether you have ...Answered | 7 Replies | 14816 Views | Created by Adrian.Tom - Monday, March 4, 2013 3:39 PM | Last reply by RiffyRiot - Tuesday, March 5, 2013 5:47 PM -
0 Votes
Invoke child runbook to run powershell script against remote pc not working
However if I try to invoke this script via child runbook, it fails, even if I run it via Runbook Tester.Answered | 6 Replies | 2098 Views | Created by John Henry Thomas - Sunday, March 12, 2017 1:16 PM | Last reply by John Henry Thomas - Wednesday, March 15, 2017 12:28 PM -
3 Votes
Help Speeding Up Query
Hi IndigoMontoya, According to your sample script, since there is already a table(AnnualWorkDayCalendar), please check if the code could be simplified as ...Answered | 13 Replies | 867 Views | Created by IndigoMontoya - Tuesday, December 22, 2015 3:32 AM | Last reply by - Thursday, February 4, 2016 1:12 AM -
0 Votes
Invoke-command
This is where reading the Cmdlet help will give you the exact answer you are looking for.Answered | 7 Replies | 1241 Views | Created by Shane W - Wednesday, March 23, 2016 8:08 AM | Last reply by jrv - Wednesday, March 23, 2016 9:01 PM -
0 Votes
Copying and moving files in network drives: how to speed up?
This device supports gigabit connection.Answered | 4 Replies | 15102 Views | Created by cuocuo - Friday, September 21, 2012 7:25 PM | Last reply by Alex K. Angelopoulos - Thursday, September 27, 2012 10:48 PM -
5 Votes
Invoke-Command fail during after many iterations
Yes, read the Remote_Troubleshooting, my problem was not the initial connection but after many many PSsesions an Invoke-command would return false value (i.e - ...Answered | 7 Replies | 1278 Views | Created by Adir_y - Monday, August 19, 2013 3:17 PM | Last reply by Adir_y - Tuesday, August 20, 2013 11:53 AM -
0 Votes
invoke-command access denied
Hi cinek22, Just checking in to see if the information provided was helpful.Answered | 15 Replies | 28404 Views | Created by cinek22 - Friday, October 21, 2016 5:33 PM | Last reply by zperryz - Tuesday, November 1, 2016 9:25 PM -
0 Votes
High speed drive for SCCM Server
I wouldn't worry too much about the speed of the disks in that case; it's only 200 clients.Answered | 1 Replies | 2079 Views | Created by Imran S. _ - Monday, January 30, 2012 4:48 PM | Last reply by TorstenM - Monday, January 30, 2012 5:00 PM -
0 Votes
Invoke-Command Get-Counter
I have just tested against a 2008R2 with 3.0 installed, then it works as expected.Answered | 16 Replies | 2998 Views | Created by ThomasICG - Monday, January 27, 2014 1:57 PM | Last reply by ThomasICG - Tuesday, January 28, 2014 9:11 PM -
0 Votes
speeding up looking for contacts on mobile devices
If the issue only appeared on the specific device, it may be the performance issue on the mobile device, so you could try to reset your mobile device and ...Answered | 2 Replies | 458 Views | Created by iron_flower - Wednesday, September 7, 2016 10:23 AM | Last reply by Alice-Wang - Thursday, September 8, 2016 7:03 AM -
0 Votes
Remoting and Invoke-command
Please mark as an answer if this answers your question Mark Gossa MCSE 2003, MCITP Enterprise Administrator 2008 R2, MCSA 2012 R2, MCTS Exchange 2010, ...Answered | 2 Replies | 966 Views | Created by Trond Jenssen - Friday, October 23, 2015 2:14 PM | Last reply by Mark Gossa - Sunday, October 25, 2015 9:25 PM -
0 Votes
Invoke command not working and exception is thrown
A web search turned up several hits for this error, basically unexplained.Answered | 20 Replies | 11308 Views | Created by Vijaywithmaths - Thursday, October 3, 2013 9:53 AM | Last reply by Tarique Noorain - Friday, October 4, 2013 2:19 PM -
0 Votes
Invoke-Command Execution Policy
Commands sent by Invoke-Command with a file path are converted into a scriptblock, so the remote computer doesn't see this as a remote script.Answered | 8 Replies | 11640 Views | Created by brian11x - Friday, October 5, 2012 8:27 PM | Last reply by RiffyRiot - Wednesday, October 10, 2012 6:32 PM -
2 Votes
VB Script to check the network adapter speed of a remote computer
HI, Nice this is really helpful.Answered | 6 Replies | 11276 Views | Created by jn865 - Friday, June 3, 2011 8:40 PM | Last reply by GSenanayake - Tuesday, June 7, 2011 7:51 PM - Items 1 to 20 of 2190542 Next ›
No announcements