monad
Tag details
Welcome to the 'monad' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'monad'.
Look up
"monad"
at The Free Dictionary
Latest blogosphere posts tagged “monad”
-
PowerShell 2.0 – Introducing the PModem File Transfer Protocol
—
Authority:
One of the things that never quite fit well with me with the remoting feature in PowerShell2.0 is that while you can “telnet” to remote systems with Enter-PSSession and importcommands and do all sorts of cool tricks, there is no way to send or retrieve filesfrom the console. It seems like such a waste that you ...3 weeks ago -
PowerShell 2.0 - Enabling Remoting with Virtual XP Mode on Windows 7
—
Authority:
UPDATE : Some general information on remoting: Hey,Scripting Guy! Tell Me About Remoting in Windows PowerShell 2.0 If you’re running Windows 7 (and if not, why not?) you may have noticed that premiumversions include a license for Virtual XP Mode. (read more at ...3 weeks ago -
PowerShell 2.0 goes RTM for ALL Platforms
—
Authority:
( from: http://support.microsoft.com/default.aspx/kb/968929 –downloads at foot of page ) Windows PowerShell is a command-line shell and scripting language that is designedfor system administration and Automation. Built on the Microsoft .NET Framework, ...3 weeks ago -
PowerShell 2.0 - Module Initializers
—
Authority:
You might not know it, but when you import a PowerShell module you can pass it oneor more arguments by way of Import-Modules -ArgumentList (aliased to -Args) parameter.While it looks like passing parameters to a standard ps1 file, there are some limitations.Take this module for an example: # -- begin foo.psm1 ...4 weeks ago

