Pscx
3.2.0.0
PowerShell Community Extensions (PSCX) base module which implements a general purpose set of Cmdlets.
See the version list below for details.
Installation Options
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
- Pscx.nuspec
- 7z.dll
- 7z64.dll
- about_Pscx.help.txt
- ICSharpCode.SharpZipLib.dll
- Interop.Microsoft.Feeds.Interop.dll
- PowerCollections.dll
- Pscx.Core.dll
- Pscx.dll
- Pscx.dll-Help.xml
- Pscx.psd1
- Pscx.psm1
- Pscx.UserPreferences.ps1
- ReleaseNotes.txt
- SevenZipSharp.dll
- Trinet.Core.IO.Ntfs.dll
- Apps\COPYING
- Apps\EchoArgs.exe
- Apps\less.exe
- Apps\less.man
- Apps\lesskey.exe
- Apps\lesskey.man
- Apps\LICENSE
- Apps\NEWS
- Apps\README
- FormatData\Pscx.Archive.Format.ps1xml
- FormatData\Pscx.Environment.Format.ps1xml
- FormatData\Pscx.FeedStore.Format.ps1xml
- FormatData\Pscx.Format.ps1xml
- FormatData\Pscx.Security.Format.ps1xml
- FormatData\Pscx.SIUnits.Format.ps1xml
- FormatData\Pscx.TerminalServices.Format.ps1xml
- Modules\CD\Messages.psd1
- Modules\CD\Pscx.CD.psm1
- Modules\DirectoryServices\Pscx.DirectoryServices.Format.ps1xml
- Modules\DirectoryServices\Pscx.DirectoryServices.psd1
- Modules\DirectoryServices\Pscx.DirectoryServices.Type.ps1xml
- Modules\FileSystem\Pscx.FileSystem.Format.5.0.ps1xml
- Modules\FileSystem\Pscx.FileSystem.Format.ps1xml
- Modules\FileSystem\Pscx.FileSystem.psd1
- Modules\FileSystem\Pscx.FileSystem.psm1
- Modules\FileSystem\Pscx.FileSystem.Type.ps1xml
- Modules\GetHelp\Pscx.GetHelp.psm1
- Modules\Net\Pscx.Net.Format.ps1xml
- Modules\Net\Pscx.Net.psd1
- Modules\Net\Pscx.Net.Type.ps1xml
- Modules\Prompt\Pscx.Prompt.psm1
- Modules\Prompt\Themes\Jachym.ps1
- Modules\Prompt\Themes\Modern.ps1
- Modules\Prompt\Themes\WinXP.ps1
- Modules\TranscribeSession\Pscx.TranscribeSession.psm1
- Modules\Utility\Pscx.Utility.Format.ps1xml
- Modules\Utility\Pscx.Utility.psd1
- Modules\Utility\Pscx.Utility.psm1
- Modules\Vhd\Pscx.Vhd.psm1
- Modules\Wmi\Pscx.Wmi.psm1
- TypeData\Pscx.Archive.Type.ps1xml
- TypeData\Pscx.FeedStore.Type.ps1xml
- TypeData\Pscx.Reflection.Type.ps1xml
- TypeData\Pscx.SIUnits.Type.ps1xml
- TypeData\Pscx.TerminalServices.Type.ps1xml
- TypeData\Pscx.Wmi.Type.ps1xml
Version History
Version | Downloads | Last updated |
---|---|---|
4.0.0-beta4 | 18,776 | 1/8/2022 |
4.0.0-beta3 | 66 | 1/2/2022 |
4.0.0-beta2 | 2,679 | 10/22/2020 |
4.0.0-beta1 | 57 | 10/18/2020 |
3.3.2 | 1,148,769 | 1/17/2018 |
3.3.1 | 11,709 | 10/13/2017 |
3.3.0 | 2,811 | 9/6/2017 |
3.2.2 | 34,230 | 6/30/2016 |
3.2.1.0 | 4,755 | 7/29/2015 |
3.2.0.0 (current version) | 1,336 | 10/24/2014 |
3.1.0.0 | 15,095 | 4/17/2014 |