juneb / Pscx

PowerShell Community Extensions module repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pscx - PowerShell Community Extensions

Join the chat at https://gitter.im/Pscx/Pscx

This PowerShell module is aimed at providing a widely useful set of additional cmdlets, providers, aliases, filters, functions and scripts for PowerShell that members of the community have expressed interest in.

The following is a sample of commands provided by PSCX:

  • Edit-File (for batch editing of files)
  • Set-FileTime (alias touch)
  • Format-Xml
  • Test-Xml
  • Test-Script
  • Test-Assembly (distinguishes between native and managed binaries)
  • Get-PEHeader
  • Get-TypeName
  • Get-Uptime
  • Import-VisualStudioVars
  • Set-ReadOnly (alias sro)
  • Set-Writabel (alias swr)
  • Show-Tree (like tree.com)
  • Add-PathVariable
  • Get/Push/Pop-EnvironmentBlock
  • Resolve-ErrorRecord (get full error info)
  • Resolve-HResult
  • Resolve-WindowsError
  • Invoke-BatchFile
  • Invoke-Elevated (alias su)
  • ConvertTo-MacOs9LineEnding/UnixLineEnding/WindowsLineEnding

About

PowerShell Community Extensions module repository

License:MIT License


Languages

Language:C# 80.1%Language:PowerShell 13.8%Language:Groff 5.6%Language:XSLT 0.5%