RE: [scripting] Invoke-Command

2014-01-17 Thread Trevor Sullivan
nformation, I doubt I can help you much more. Cheers, Trevor Sullivan From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On Behalf Of jlos...@mpi.mb.ca Sent: Thursday, January 16, 2014 11:12 AM To: scripting@lists.myitforum.com Subject: RE: [scripting] Invoke-Comman

RE: [scripting] Invoke-Command

2014-01-16 Thread JLoster
26957 Northwestern Highway, Suite 130, Southfield, MI 48033-8456 www.us.sogeti.com From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On Behalf Of jlos...@mpi.mb.ca Sent: Thursday, January 16, 2014 12:12 PM To: scripting@lists.myitforum.com Subject: RE: [scripting] Invoke-Co

RE: [scripting] Invoke-Command

2014-01-16 Thread Christopher.Catlett
@lists.myitforum.com> Subject: RE: [scripting] Invoke-Command Jason, Can you send a screenshot of the issue? Your font is rather challenging to read. Have you tried a simpler command, just for starters? When all else fails, take it back to the basics. Invoke-Command -ComputerName serverb -Sc

RE: [scripting] Invoke-Command

2014-01-16 Thread JLoster
. Thanks, Jason From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On Behalf Of Trevor Sullivan Sent: Thursday, January 16, 2014 10:50 AM To: scripting@lists.myitforum.com Subject: RE: [scripting] Invoke-Command Jason, Can you send a screenshot of the issue? Your font is

RE: [scripting] Invoke-Command

2014-01-16 Thread Trevor Sullivan
From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On Behalf Of jlos...@mpi.mb.ca Sent: Thursday, January 16, 2014 10:25 AM To: scripting@lists.myitforum.com Subject: RE: [scripting] Invoke-Command Here is the error we receive cmdlet Get-Credential at command

RE: [scripting] Invoke-Command

2014-01-16 Thread JLoster
.myitforum.com [mailto:listsad...@lists.myitforum.com] On Behalf Of Trevor Sullivan Sent: Thursday, January 16, 2014 10:17 AM To: scripting@lists.myitforum.com Subject: RE: [scripting] Invoke-Command Jason, What do you mean "does not work?" Are you getting an error? If so, what is the error?

RE: [scripting] Invoke-Command

2014-01-16 Thread Trevor Sullivan
Jason, What do you mean "does not work?" Are you getting an error? If so, what is the error? FYI, you have to enable Windows Remote Management (WinRM) to use Invoke-Command. Use Enable-PSRemoting -Force or Set-WsmanQuickConfig, or use Active Directory Group Policy to enable WinRM. Cheer