commits

date

comment

98017
by r_keith_hill
(1 download)
Today
5:31 AM

Fixed bug with running Edit-File with no args.

97987
by r_keith_hill
(2 downloads)
Wed
5:04 AM

Added ObsoleteAttribute to Ping-Host command.

97986
by r_keith_hill
(0 downloads)
Wed
4:18 AM

Fix Prompt module to put one space before the command in PowerShell_ISE. Also, remove the display of the path in the prompt for ISE since this theme displays the path in the ISE titlebar.

97985
by r_keith_hill
(0 downloads)
Wed
4:07 AM

Removed TabExpansion from PSCX v3. The tab expansion in built into PowerShell V3 is really pretty darn good.

97984
by r_keith_hill
(0 downloads)
Wed
3:36 AM

Finally got the PSModulePath stuff working!!!

97951
by r_keith_hill
(5 downloads)
Tue
5:53 AM

Removed commented out WiX xml.

97950
by r_keith_hill
(0 downloads)
Tue
5:51 AM

Installer is more or less functional at this point. Haven't added TabExpansion nested module yet.

97926
by r_keith_hill
(3 downloads)
Mon
5:33 AM

More work on WiX installer.

97924
by r_keith_hill
(0 downloads)
Mon
4:34 AM

More work on WiX installer.

97881
by r_keith_hill
(6 downloads)
May 18
5:17 AM

Work on help gen scripts and adding more to WiX installer.

97879
by r_keith_hill
(0 downloads)
May 18
4:05 AM

Added WiX 3.6 to Imports dir and added very basic (incomplete) PSCX MSI installer.

97771
by r_keith_hill
(6 downloads)
May 13
5:01 AM

Added gpar alias for Get-Parameter and move Get-PropertyValue function and alias to Deprecated module. Trivial replace in v3 is "... | % <prop-name>".

97717
by r_keith_hill
(5 downloads)
May 10
3:37 AM

Integrated Hal, Joel and Jason Archer's Get-Parameter into PSCX.

97559
by r_keith_hill
(10 downloads)
May 3
4:12 AM

Removed the SLS alias since PowerShell now defines it - as it should have all along. :-)

97541
by r_keith_hill
(7 downloads)
May 1
3:25 AM

Updated Set-StrictMode -Version from 2.0 to Latest.

97540
by r_keith_hill
(0 downloads)
May 1
3:07 AM

Moved Get/Remove-AlternateDataStream and Unblock-File cmdlets to the Deprecated module since these features ship as part of PowerShell v3.

97529
by r_keith_hill
(2 downloads)
Apr 30
5:05 AM

Oops, don't want to set error to true on that ObsoleteAttribute.

97528
by r_keith_hill
(0 downloads)
Apr 30
5:05 AM

Put the ObsoleteAttribute on the Send-SmtpMail cmdlet.

97527
by r_keith_hill
(0 downloads)
Apr 30
5:04 AM

More updates to copyright date, etc. Also moved our Get-ChildItem proxy function to the Deprecated module.

97511
by r_keith_hill
(1 download)
Apr 29
2:02 AM

Converted to .NET 4.0 client profile. Hopefully we won't need something that isn't in the client profile but if we do, we can convert to the full 4.0 meal deal. Also fixed a number of compiler warnings on obsolete members. Compiles relatively cleanly now (except for unused _state field in PscxPathInfo and obsolete AD base class). Seems to run fine on 4.0.

97510
by r_keith_hill
(0 downloads)
Apr 29
1:40 AM

Preparing for PSCX 3.0 release to support on PowerShell v3.

97509
by r_keith_hill
(0 downloads)
Apr 29
1:13 AM

Branched from $/PowerShellCX/Trunk - last branch to support PowerShell V2.

97508
by r_keith_hill
(0 downloads)
Apr 29
1:07 AM

Latest drop of V3 removes the static AddReplace method on TypeAccelerators. Reverting back to V2 compatible Add method.

92761
by r_keith_hill
(274 downloads)
Sep 19 2011
3:52 AM

Associated with Release: 2.1 Beta1.

Defined the cmdlets and functions to export in the PSCX.psd1 to play better with the PowerShell V3 automatic command import mechanism.

92760
by r_keith_hill
(2 downloads)
Sep 19 2011
3:50 AM

Fixed PowerShell v3 issue with TypeAccelerators. Thanks to Jaykul on the heads up on this one.