powershell-remoting
Enabling Enable-PSRemoting on Powershell 1.0
This is in relation to http://www.computerperformance.co.uk/powershell/powershell_remote.htm . Currently, most of the machines in my Test environment are on Powershell 1.0. Under such a scenario, is t[详细]
2023-02-06 10:22 分类:问答Powershell 2.0 Remoting loading a .Net 4.0 dll
I am trying to load a .Net 4.0 assembly, using [Reflection.Assembly]::LoadFrom, inside of a remote Powershell 2.0 session. It works locally, due to a change I made to the powershell.exe.config file, b[详细]
2023-02-03 08:02 分类:问答Powershell - Problem with Start-transcript using remoting
I have a file transcript-test.ps1 with below contents $log=\"TestLog{0:yyyyMMdd-HHmm}\" -f (Get-Date) $logfile =[详细]
2023-02-03 05:12 分类:问答Enter-PSSession is not working in my Powershell script
When I run the lines below from a script the file ends up being created on my local machine. $cred = Get-Credential domain\\DanTest[详细]
2023-01-15 20:25 分类:问答Running remote GUI app in Powershell
We have a custo开发者_运维技巧m comonent that wraps some of the functionality of powershell so it can be used frim BizTalk 2006.For most operations (checking a file path, copy or move a file) this wor[详细]
2023-01-14 09:13 分类:问答how to edit a file in powershell remoting session (powershell)
I am connecting to another computer using powershell remoting, really nice. can do lots, but how do I edit a f开发者_如何学运维ile?[详细]
2023-01-10 20:56 分类:问答Powershell Remoting Profiles
How do I use a function in my prof开发者_JAVA技巧ile on the remote machine when using Enter-PSSession on my local machine to open a remote PowerShell session.By JonZ and x0n:[详细]
2023-01-02 06:02 分类:问答Powershell Remoting: using imported module cmdlets in a remote pssession
Is there a way to use modules that were imported in a local session in a remote session? I looked at import-pssession, but I don\'t know how to get the local session. Here\'s a sample of what I want t[详细]
2022-12-30 19:19 分类:问答Best practices for writing PowerShell scripts for local and remote usage
What are some of the best practices fo开发者_JS百科r writing scripts that will execute in a remote context?[详细]
2022-12-27 04:23 分类:问答PowerShell Remote sessions and scope question: Commands appear to run locally
Here\'s a sample script that attempts to create a remote session on a server, then use WMI to get a list of the server\'s IIS application pools, and list their names:[详细]
2022-12-18 20:48 分类:问答