Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Remoting   (RSS)

Advanced Debugging in PowerShell

Here is a collection of tips and tricks to debug PowerShell Read Up There is a 7-part series of “ Debugging Monad Scripts ” that Jon Newman wrote a few years ago that covers a lot of tips, including error handling, traps, tracing, and covers a lot of

Managing Remote Sessions

PowerShell V2 introduces a new capability which allows you to remotely manage machines in your organization. You may have already tried this new feature. In this blog, I will show how an administrator can manage different remote sessions (created by different
Posted by PowerShellTeam | 0 Comments
Filed under:

Interactive remoting in CTP3

Today let's talk about one of the cool new features of Windows PowerShell V2 - Interactive Remoting. Let’s start with an example: PS> $env:COMPUTERNAME # Check local computer name. VLADIMIA64 PS> Enter-PSSession Vladimia06 # Remote to other computer.
Posted by PowerShellTeam | 18 Comments
Filed under: ,

Manage winrm settings with wsman provider

PowerShell remoting is built on top of Windows Remote Management (WinRM), which is Microsoft’s implementation of WS-Management protocol. You can use winrm.cmd command line tool to query and manage winrm settings. PowerShell V2 CTP3 contains a wsman provider
Posted by PowerShellTeam | 5 Comments
Filed under:

Configuring PowerShell for Remoting – Part 1

The features discussed in this blog post depend on PowerShell CTP3 release. Details about PowerShell CTP3 can be found at http://blogs.msdn.com/powershell/archive/2008/12/23/early-christmas-present-from-powershell-team-community-technology-preview-3-ctp3-of-windows-powershell-v2.aspx
Posted by PowerShellTeam | 8 Comments
Filed under: ,

CredSSP for second-hop remoting

PS C:\> $r = New-PSSession PS C:\> icm $r {Get-PfxCertificate c:\monad\TestpfxFile.pfx} Enter password: Invoke-Command : The requested operation cannot be completed. The computer must be trusted for delegation and the current user account must be
Posted by PowerShellTeam | 1 Comments
Filed under:

Remoting with PowerShell QuickStart

PowerShell V2 introduces a new capability which allows you to remotely manage machines in your organization. I will give a basic overview of PowerShell remoting here and follow it up with some adavanced topics later. Are you ready for the fun.. A remote
Posted by PowerShellTeam | 23 Comments
Filed under:

PowerShell Remoting using SSH!

Can't wait for us to ship PowerShell Remoting? Want remoting to use SSH? Why wait for us?  /N software has just announced a beta of their NetCmdlets V2.0 which provides PowerShell remoting over SSH today!  They've had this for  a while
Posted by PowerShellTeam | 1 Comments
Filed under:

Remoting Using PowerShell V1

As you probably know by now, "remoting" is one of the cornerstone features of the next version of PowerShell.  I am absolutely thrilled with the stuff we are doing here and the benefits that come from that approach.  That said, there
Posted by PowerShellTeam | 18 Comments
Filed under:
 
Page view tracker