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. [vladimia06]: PS C:\Users\Vladimia\Documents> $env:COMPUTERNAME # Check remote computer name. Vladimia06 [vladimia06]: PS C:\Users\Vladimia
Read More...
Read the complete post at http://blogs.msdn.com/powershell/archive/2009/01/13/interactive-remoting-in-ctp3.aspx
Posted
Jan 13 2009, 01:12 AM
by
Windows PowerShell Blog