Pscx

3.2.0.0

PowerShell Community Extensions (PSCX) base module which implements a general purpose set of Cmdlets.

There is a newer prerelease version of this module available.
See the version list below for details.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name Pscx -RequiredVersion 3.2.0.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name Pscx -Version 3.2.0.0

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

Copyright PowerShell Community Developers 2006 - 2014.

Package Details

Author(s)

  • PowerShell Community Developers

Tags

Utilities Xml Zip Clipboard Base64 ShortPath PEHeader

Dependencies

This module has no dependencies.

Release Notes

What's New in PSCX 3.2.0
October 23, 2014
* New Edit-File cmdlet that edits a file in-place using regular expressions
 and corresponding replacement strings.  The cmdlet attempts to determine
 the original encoding of the file and preserve that encoding.
* Fixed issue with the nested FileSystem module.  It's format data had to be
 updated to handle wider column output from Get-ChildItem now that WMF 5.0
 supports creating symbolic links, hard links, etc.
* Import-VisualStudioVars has been updated to handle VS 14 CTP by allowing you
 to specify version number 140. This should work with future versions of VS.
* The [hex] accelerator type was added in a previous release but was not
 added to PowerShell's type accelerators.  The accelerator is now loaded
 by the Pscx.Utility nested module.  You can now convert a decimal number
 to hex easily e.g. [hex]32 gives 0x20.
* Read-Archive has been changed to output individual ArchiveEntry objects
 instead of a single collection object.  This allows you to filter which
 items are extracted e.g.:
 Read-Archive foo.zip | Where Name -match \.txt | Expand-Archive -Out c:\temp
* Expand-Archive now implements the PassThru parameter allowing functionality
 such as:
 Expand-Archive foo.zip -Output c:\temp -PassThru | Move-Item -Dest c:\done
* Fixed documentation bug with Set-LocationEx. CD_EchoNewLocation was
 incorrectly specified as CD/EchoNewLocation.
* Changed the default value of CD_EchoNewLocation to False as the use of
 Write-Host to display the new CD location offends some folks.  You can
 turn it back by putting this in your profile (or set the value in your
 Pscx.UserPreferences.ps1 file):
 $Pscx:Preferences.CD_EchoNewLocation = $true
* Fixed issue 35430 - Invoke-BatchFile messes up encoding on non-English
 systems.
* Fixed issue 355537 - Default format information missing for
 Pscx.Commands.Modules.Utility.ExecutionTimeInfo.
* Issues 35314 and 35256 indicate some bugs with the Get-Help proxy
 command.  For now, we will not automticallly load this nested module.
 You can enable if you want by editing the Pscx.UserPreferences.ps1
 file and setting ModulesToImport -> GetHelp to $true.

FileList

Version History

Version Downloads Last updated
4.0.0-beta4 15,229 1/8/2022
4.0.0-beta3 64 1/2/2022
4.0.0-beta2 2,678 10/22/2020
4.0.0-beta1 56 10/18/2020
3.3.2 988,290 1/17/2018
3.3.1 11,705 10/13/2017
3.3.0 2,809 9/6/2017
3.2.2 33,650 6/30/2016
3.2.1.0 4,727 7/29/2015
3.2.0.0 (current version) 1,297 10/24/2014
3.1.0.0 14,816 4/17/2014
Show less