No announcements
Found 416653 threads
-
0 Votes
Interactive sessions on remote powershell?
Hi guys, I have a powershell scripts that uses an interactive InputBox() method to collect the user's input.Answered | 4 Replies | 971 Views | Created by Sameer Mhaisekar - Sunday, March 18, 2018 1:52 PM | Last reply by Sameer Mhaisekar - Monday, March 19, 2018 8:07 AM -
0 Votes
Interactive remote session and remote profile
basically what I've done is created a new-pssession, which creates a remote session, but doesn’t connect you in.Answered | 4 Replies | 2558 Views | Created by EverydayLearner - Wednesday, November 9, 2011 3:36 PM | Last reply by EverydayLearner - Wednesday, November 9, 2011 5:35 PM -
0 Votes
Powershell Remoting Sessions in OSD
I am using the "Run Command Line" task sequence step to launch a powershell script.Answered | 5 Replies | 4816 Views | Created by bcehr - Tuesday, September 7, 2010 4:34 PM | Last reply by bcehr - Tuesday, September 5, 2017 6:38 PM -
1 Votes
Data types not available in remote powershell session
Creating a remote session with the required administrative credentials, and custom pssession options (as to not hit any default limitation in the usual session ...Answered | 9 Replies | 5557 Views | Created by Albert Mihai - Friday, November 4, 2011 4:03 PM | Last reply by Lindon Morris - Thursday, July 27, 2017 11:26 PM -
0 Votes
Powershell script works from Interactive session but not from ASP session
ASP runs in the wrong kind of session.Answered | 7 Replies | 6448 Views | Created by Stephan Moss - Wednesday, September 14, 2011 11:57 PM | Last reply by jrv - Friday, September 16, 2011 12:04 AM -
1 Votes
System.Console doesn't work in remote session
It doesn't matter if the code is executing in interactive mode or not: 1.Answered | 6 Replies | 1827 Views | Created by SadMacc - Thursday, November 1, 2012 6:37 PM | Last reply by mjolinor - Thursday, November 1, 2012 8:50 PM -
0 Votes
Using PowerShell to interact with a process
Set task to logoff session two or three times a day.Answered | 6 Replies | 5058 Views | Created by Dangerousdave26 - Wednesday, October 12, 2011 8:37 PM | Last reply by Bill_Stewart - Monday, October 17, 2011 3:59 PM -
0 Votes
Can powershell run a program interactively on a remote computer?
############ # .Synopsis # Manage local end remote processes # # .Description # Manage local end ...Answered | 5 Replies | 6924 Views | Created by Jubelow - Thursday, October 14, 2010 9:25 PM | Last reply by Oliver Lipkau - Saturday, October 16, 2010 2:57 PM -
0 Votes
Powershell Remoting in a Script
I think the Invoke-Command cmdlet will work for me, i am using the New-PSSession cmdlet and passing that to the -Session parameter, and also using the scriptblock parameter to run ...Answered | 7 Replies | 28453 Views | Created by bcehr - Monday, January 25, 2010 8:25 PM | Last reply by bcehr - Thursday, January 28, 2010 4:09 PM -
0 Votes
suppress warnings from remote powershell sessions
I'm trying to write a basic Powershell script to be used by our helpdesk.Answered | 2 Replies | 5062 Views | Created by Erik Coleman - Tuesday, September 4, 2012 9:40 PM | Last reply by Erik Coleman - Wednesday, September 5, 2012 2:34 PM -
1 Votes
Remote Execution of PowerShell commands
You can programmatically run the powershell commands and have them operate on a remote SCVMM server.Answered | 5 Replies | 10297 Views | Created by umi81 - Thursday, December 11, 2008 7:39 AM | Last reply by umi81 - Wednesday, December 17, 2008 9:11 AM -
1 Votes
Remote Powershell from DB Server to the Exchange Box
The Exchange cmdlets you use will be Proxy Commands and will run on the remote Exchange server but you can run them from your interactive session the DB server.Answered | 9 Replies | 3372 Views | Created by lmargita - Thursday, March 29, 2012 8:37 PM | Last reply by lmargita - Tuesday, April 3, 2012 8:02 PM -
1 Votes
PowerShell remoting
I use the following code to access a domain controller from a workgroup pc; it enables WinRM on the client, enables PS Remoting and the important step, add the domain controller to the ...Answered | 4 Replies | 1721 Views | Created by Marius - Roma - Sunday, February 5, 2017 5:57 PM | Last reply by Prashant Dev Pandey - Monday, February 6, 2017 9:59 AM -
0 Votes
Remote Powershell Session problem for Lync Server 2010 and 2013
Hi sinedd , I make a test in our lab, limit of the session only 5,I find a link about the Number of allowed PowerShell sessions , In this article ,they ...Answered | 3 Replies | 2820 Views | Created by sinedd - Wednesday, January 10, 2018 10:56 AM | Last reply by Leon-Lu - Thursday, January 11, 2018 8:48 AM -
2 Votes
Powershell in a Telnet session
WinRM (PowerShell Remoting) supports several authentication schemes, among them basic (plain text), NTLM, and Kerberos.Answered | 3 Replies | 5905 Views | Created by Bigteddy - Sunday, June 12, 2011 5:02 PM | Last reply by Trevor Scroggins - Monday, June 13, 2011 1:07 AM -
1 Votes
Automatically connect to remote session
I guessed as much, could I pass a script to the new powershell process but stop it from closing automatically?Answered | 3 Replies | 2838 Views | Created by ZeniTimes - Thursday, March 1, 2012 3:04 PM | Last reply by Bill_Stewart - Friday, March 2, 2012 8:55 PM -
7 Votes
PowerShell - Remote Sessions, Try{}Catch{}, ErrorActionPreference
With PowerShell 4 installed no version of PowerShell will work with Exchange with 'Stop'.Answered | 17 Replies | 18410 Views | Created by stlth - Saturday, November 9, 2013 3:59 PM | Last reply by WeetA - Wednesday, July 23, 2014 12:39 PM -
0 Votes
remote powershell log view
You can specify the AD credentials to use for the session using the -credential parameter of new-pssession when you connect to the remote Exchange server.Answered | 6 Replies | 3395 Views | Created by YılmazBarcin - Friday, November 23, 2012 2:05 PM | Last reply by mjolinor - Monday, November 26, 2012 1:19 PM -
0 Votes
Using powershell as remote shell
http://blogs.msdn.com/b/wmi/archive/2009/07/24/powershell-remoting-between-two-workgroup-machines.aspxAnswered | 3 Replies | 3519 Views | Created by DevboyX - Tuesday, December 21, 2010 9:54 AM | Last reply by DevboyX - Tuesday, December 21, 2010 5:57 PM -
1 Votes
Remote connect with PowerShell
This is a good info about how to enable powershell remoting.Answered | 1 Replies | 1989 Views | Created by Oz Ezer - Tuesday, March 1, 2016 2:09 PM | Last reply by Greg Seeber - Tuesday, March 1, 2016 4:17 PM - Items 1 to 20 of 416653 Next ›
No announcements