Oh-My-PowerShell is a customizable PowerShell configuration framework inspired by Oh-My-Bash. It allows users to easily manage their PowerShell environment, load plugins, aliases, themes, and more, ...
Get-ChildItem ・・・ コマンドレット(PowerShellで利用可能なコマンドのこと)。これのみ入力するとカレントディレクトリに入っているファルダとファイルの一覧を表示する。(子の階層までいかない) *・・・ ワイルドカード。すべてのフォルダおよびファイルを ...
$platformInfo.isUbuntu = $LinuxInfo.ID -match 'ubuntu' $platformInfo.isUbuntu14 = $platformInfo.isUbuntu -and ($LinuxInfo.VERSION_ID -match '14.04') $platformInfo ...
One of the appealing features of Windows PowerShell is that it can be extended. You are not limited to the commands that Microsoft ships. You can load additional commands and functionality via a ...