Windows PowershellによるPSドライブの情報・一覧を取得する方法を紹介
PSドライブ情報・一覧を取得
サンプルソース
(入力)
Get-PSDrive
(出力)
サンプルソース
(入力)
Get-PSDrive | Where { $_.Provider -match "FileSystem"}
(出力)
|
PR関連書籍PRカテゴリ姉妹サイトリンクWindows PowershellによるPSドライブの情報・一覧を取得する方法を紹介PSドライブ情報・一覧を取得 サンプルソース(入力) Get-PSDrive (出力) サンプルソース(入力) Get-PSDrive | Where { $_.Provider -match "FileSystem"} (出力) |