December 2006 - Security Briefs

Security Briefs

Syndication

  • Out-Clip

    Here's the code that I ended up with for OutClip: using System; using System.Text; using System.Management.Automation; using System.Windows.Forms; using System.Threading; [Cmdlet(VerbsData.Out, "Clip")] public class OutClip : Cmdlet { StringBuilder sb;...
    Filed under:
  • Writing a PowerShell cmdlet: Out-Clip

    For several years, I've used the Hamilton C Shell, because cmd.exe sucks so badly. But now that PowerShell has been released, I'm going to make the switch. Over time, I'll be building a collection of cmdlets to make my PowerShell environment a comfortable...
    Filed under: