利用短縮PSH

●パワーシェル短縮コマンドを次に記載します(alias)。

[##★]は、このPSH利用アプリで使用又は使用予定のコマンドです。
[##★★]は、頻繁に利用のコマンドです。


◎NO. [短縮型]   [PSHコマンド]
  1. %        ##★ ForEach-Object  例: foreach($cc in XXXX){ ; };
  2. ?         Where-Object
    --[A]------
  3. ac        ##★ Add-Content
  4. asnp    Add-PSSnapIn
    --[C]------
  5. cat      ##★★ Get-Content  例:  $zcc=Cat $fileName  -Raw;
  6. cd       ##★★ Set-Location  例:  cd  $DirName
  7. chdir    Set-Location
  8. clc       Clear-Content
  9. clhy     Clear-History
  10. clear    ##★ Clear-Host
  11. cls       ##★★ Clear-Host
  12. cli        Clear-Item
  13. clp       Clear-ItemProperty
  14. clv       Clear-Variable
  15. compare     Compare-Object
  16. cnsn      Connect-PSSession
  17. CFS       ConvertFrom-String
  18. cvpa      Convert-Path
  19. copy     ##★ Copy-Item
  20. cp          Copy-Item
  21. cpi         Copy-Item
  22. cpp        Copy-ItemProperty
  23. curl        Invoke-WebRequest
    --[D]------
  24. diff       ##★ Compare-Object
  25. dbp        Disable-PSBreakpoint
  26. dnsn      Disconnect-PSSession
  27. dir        ##★★ Get-ChildItem
  28. del       ##★ Remove-Item
    --[E]------
  29. erase    ##★ Remove-Item
  30. ebp         Enable-PSBreakpoint
  31. echo     ##★★ Write-Output
  32. etsn        Enter-PSSession
  33. exsn       Exit-PSSession
  34. epal        Export-Alias
  35. epcsv     Export-Csv
  36. epsn      Export-PSSession
    --[F]--------
  37. foreach    ##★★ ForEach-Object   例: foreach($cc in XXXX){ ; };
  38. fc          ##★ Format-Custom
  39. fhx       Format-Hex
  40. fl          Format-List
  41. ft          Format-Table
  42. fw        Format-Wide
    --[G]------
  43. gal       Get-Alias
  44. gci       Get-ChildItem
  45. gcb      ##★★ Get-Clipboard
  46. gcm      Get-Command
  47. gin        Get-ComputerInfo
  48. gc       ##★★ Get-Content  例:  $zcc=Cat $filename  -Raw;
  49. ghy       Get-History
  50. gi          Get-Item
  51. gp        Get-ItemProperty
  52. gpv       Get-ItemPropertyValue
  53. gjb        Get-Job
  54. gl          Get-Location
  55. pwd      ##★★ Get-Location 例:  explorer (pwd);
  56. gm          Get-Member
  57. gmo        Get-Module
  58. gps         Get-Process
  59. ps       ##★ Get-Process
  60. gbp        Get-PSBreakpoint
  61. gcs         Get-PSCallStack
  62. gdr         Get-PSDrive
  63. gsn        Get-PSSession
  64. gsnp      Get-PSSnapIn
  65. gsv         Get-Service
  66. gtz         Get-TimeZone
  67. gu          Get-Unique
  68. gv          Get-Variable
  69. gwmi      Get-WmiObject
  70. group     Group-Object
    ---[H]-----
  71. h           Get-History
  72. history   Get-History
    ---[I]-----
  73. ipal        Import-Alias
  74. ipcsv      Import-Csv
  75. ipmo       Import-Module
  76. ipsn        Import-PSSession
  77. icm         Invoke-Command
  78. iex      ##★★ Invoke-Expression 例: iex("PSHコマンド列")
  79. ihy         Invoke-History
  80. ii            Invoke-Item
  81. irm         Invoke-RestMethod
  82. ise         powershell_ise.exe
  83. iwr         Invoke-WebRequest
  84. iwmi      Invoke-WMIMethod
    ---[K]-----
  85. kill        Stop-Process
    --[L]------
  86. ls           Get-ChildItem
  87. lp          Out-Printer
    --[M]------
  88. man       help
  89. measure     Measure-Object
  90. md         ##★  mkdir
  91. mi          Move-Item
  92. move     ##★  Move-Item
  93. mv         ##★  Move-Item
  94. mp         Move-ItemProperty
  95. mount    ##★  New-PSDrive
    --[N]------
  96. nal         New-Alias
  97. ni           New-Item
  98. nmo       New-Module
  99. ndr         New-PSDrive
  100. nsn        New-PSSession
  101. npssc     New-PSSessionConfigura…
  102. nv          New-Variable
    --[O]------
  103. ogv      ##★★ Out-GridView
  104. oh          Out-Host
    --[P]------
  105. popd      Pop-Location
  106. pushd    Push-Location
    --[R]------
  107. r           Invoke-History
  108. rcjb       Receive-Job
  109. rcsn      Receive-PSSession
  110. rd          Remove-Item
  111. ri           Remove-Item
  112. rm         Remove-Item
  113. rmdir   ##★  Remove-Item
  114. rp          Remove-ItemProperty
  115. rjb         Remove-Job
  116. rmo       Remove-Module
  117. rbp        Remove-PSBreakpoint
  118. rdr         Remove-PSDrive
  119. rsn         Remove-PSSession
  120. rsnp       Remove-PSSnapin
  121. rv          Remove-Variable
  122. rwmi     Remove-WMIObject
  123. ren       ##★ Rename-Item
  124. rni         Rename-Item
  125. rnp        Rename-ItemProperty
  126. rvpa      Resolve-Path
  127. rujb       Resume-Job
    --[S]------
  128. select    Select-Object
  129. sls         Select-String
  130. sal         Set-Alias
  131. scb     ##★★ Set-Clipboard
  132. sc       ##★★ Set-Content  例:  SC $fileName  $zcc;
  133. si          Set-Item
  134. sp        Set-ItemProperty
  135. sl          Set-Location
  136. sbp       Set-PSBreakpoint
  137. stz        Set-TimeZone
  138. set        Set-Variable
  139. sv         Set-Variable
  140. swmi     Set-WMIInstance
  141. shcm    Show-Command
  142. sort      ##★★ Sort-Object
  143. sajb       Start-Job
  144. saps      Start-Process
  145. start     ##★★ Start-Process  例:  start  "https:xxxxxx";
  146. sasv        Start-Service
  147. sleep    ##★ Start-Sleep
  148. spjb        Stop-Job
  149. spps       Stop-Process
  150. spsv       Stop-Service
  151. sujb        Suspend-Job
    --[T]------
  152. tee         Tee-Object
  153. trcm       Trace-Command
  154. type       ##★ Get-Content
    --[W]------
  155. wget      Invoke-WebRequest
  156. wjb        Wait-Job
  157. where   ##★ Where-Object
  158. write     ##★ Write-Output
    --------









更新状況

新記事登録でgoogle検索不可の状態です。原因不明の全ページgoogleインデックス未登録の状態です。昨年11月から記事が書けずに非常に困っています。 MSNサイトから[コピペgui]で検索利用ください。最新の[コピペ一覧]ページを追加しました。

ブログ検索

QooQ