PowerShell Community Extensions (PSCX)
PSCX เป็น ตัวเสริมของ powershell โดยจะมี cmdlets ต่างๆเพิ่มเข้ามาจากของเดิม
สามารถไป download ได้ที่ http://www.codeplex.com/PowerShellCX
ตัวอย่าง cmdlet ที่เพิ่มเข้ามา
CommandType Name Definition
----------- ---- ----------
Cmdlet Get-ADObject Get-ADObject [-Domain <String>] [-Class <ObjectC...
Cmdlet Resolve-Assembly Resolve-Assembly [-Name] <String[]> [[-Version] ...
Cmdlet Test-Assembly Test-Assembly [-Path] <String[]> [-Verbose] [-De...
Cmdlet ConvertFrom-Base64 ConvertFrom-Base64 [-Base64Text] <String[]> [-Ou...
Cmdlet ConvertTo-Base64 ConvertTo-Base64 [-Path] <String[]> [-NoLineBrea...
Cmdlet Export-Bitmap Export-Bitmap [-Bitmap] <Bitmap> [-Path] <String...
Cmdlet Import-Bitmap Import-Bitmap [-Path] <String[]> [-Verbose] [-De...
Cmdlet Resize-Bitmap Resize-Bitmap [-Bitmap] <Bitmap> [[-Width] <Int3...
Cmdlet Format-Byte Format-Byte [-Value] <Int64> [-Verbose] [-Debug]...
Cmdlet Write-BZip2 Write-BZip2 [-Path] <String[]> [[-OutputPath] <S...
Cmdlet Get-Clipboard Get-Clipboard [-Text] [-Verbose] [-Debug] [-Erro...
Cmdlet Out-Clipboard Out-Clipboard [-InputObject] <PSObject> [-Width ...
Cmdlet Set-Clipboard Set-Clipboard [-Text <String>] [-Verbose] [-Debu...
Cmdlet Write-Clipboard Write-Clipboard [-Object] <Object> [-Separator <...
Cmdlet Get-DhcpServer Get-DhcpServer [-Server <String>] [-Credential <...
Cmdlet Get-DomainController Get-DomainController [-Server <String>] [-Creden...
Cmdlet Get-ExportedType Get-ExportedType [-AssemblyName] <AssemblyName[]...
Cmdlet Set-FileTime Set-FileTime [-Path] <String[]> [[-Time] <DateTi...
Cmdlet Get-FileVersionInfo Get-FileVersionInfo [-Path] <String[]> [-Verbose...
Cmdlet Get-ForegroundWindow Get-ForegroundWindow [-Verbose] [-Debug] [-Error...
Cmdlet Set-ForegroundWindow Set-ForegroundWindow [[-Handle] <IntPtr>] [-Verb...
Cmdlet Write-GZip Write-GZip [-Path] <String[]> [[-OutputPath] <St...
Cmdlet New-Hardlink New-Hardlink [-Path] <String> [-Target] <String>...
Cmdlet Get-Hash Get-Hash [-Path] <String[]> [-Algorithm <String>...
Cmdlet Format-Hex Format-Hex [-Path] <String[]> [-Width <Int32>] [...
Cmdlet Ping-Host Ping-Host [-HostName] <PSObject[]> [[-Count] <In...
Cmdlet Resolve-Host Resolve-Host [-HostName] <String[]> [-Verbose] [...
Cmdlet New-Junction New-Junction [-Path] <String> [-Target] <String>...
Cmdlet ConvertTo-MacOs9LineEnding ConvertTo-MacOs9LineEnding [-Path] <String[]> [-...
Cmdlet Get-MountPoint Get-MountPoint [[-Volume] <String>] [-Verbose] [...
Cmdlet Remove-MountPoint Remove-MountPoint [[-Name] <String>] [-Verbose] ...
Cmdlet Get-PEHeader Get-PEHeader [-Path] <String[]> [-Verbose] [-Deb...
Cmdlet Get-Privilege Get-Privilege [[-Identity] <WindowsIdentity>] [-...
Cmdlet Set-Privilege Set-Privilege [-Privileges] <TokenPrivilegeColle...
Cmdlet Start-Process Start-Process [[-Path] <String>] [[-Arguments] <...
Cmdlet Get-PSSnapinHelp Get-PSSnapinHelp [-Path] <String[]> -LocalizedHe...
Cmdlet Get-Random Get-Random [-Verbose] [-Debug] [-ErrorAction <Ac...
Cmdlet Get-ReparsePoint Get-ReparsePoint [-Path] <String[]> [-Raw] [-Ver...
Cmdlet Remove-ReparsePoint Remove-ReparsePoint [-Path] <String> [-Verbose] ...
Cmdlet New-Shortcut New-Shortcut [-Path] <String> [-Target] <String>...
Cmdlet Get-ShortPath Get-ShortPath [-Path] <String[]> [-Verbose] [-De...
Cmdlet Send-SmtpMail Send-SmtpMail [-InputObject <PSObject>] [-SmtpHo...
Cmdlet Join-String Join-String [-Strings] <String[]> [-NewLine] [-V...
Cmdlet Split-String Split-String [[-Separator] <String[]>] [-Input] ...
Cmdlet New-Symlink New-Symlink [-Path] <String> [-Target] <String> ...
Cmdlet Get-TabExpansion Get-TabExpansion [-Line] <String> [-LastWord] <S...
Cmdlet Start-TabExpansion Start-TabExpansion [-Verbose] [-Debug] [-ErrorAc...
Cmdlet Write-Tar Write-Tar [-Path] <String[]> [-OutputPath] <Stri...
Cmdlet Disconnect-TerminalSession Disconnect-TerminalSession [[-ComputerName] <Str...
Cmdlet Get-TerminalSession Get-TerminalSession [[-ComputerName] <String[]>]...
Cmdlet Stop-TerminalSession Stop-TerminalSession [[-ComputerName] <String[]>...
Cmdlet ConvertTo-UnixLineEnding ConvertTo-UnixLineEnding [-Path] <String[]> [-De...
Cmdlet Set-VolumeLabel Set-VolumeLabel [[-Path] <String>] [[-Label] <St...
Cmdlet ConvertTo-WindowsLineEnding ConvertTo-WindowsLineEnding [-Path] <String[]> [...
Cmdlet Convert-Xml Convert-Xml [-Path] <String[]>
sltPath] <Stri...
Cmdlet Format-Xml Format-Xml [-Path] <String[]> [-AttributesOnNewL...
Cmdlet Select-Xml Select-Xml [-Path] <String[]> -XPath <String> [-...
Cmdlet Test-Xml Test-Xml [-Path] <String[]> [-SchemaPath <String...
Cmdlet Write-Zip Write-Zip [-Path] <String[]> [[-OutputPath] <Str...
[With great power comes great responsibility]