powershell中的Get-PSDrive


本文作者: jsweibo

本文链接: https://jsweibo.github.io/2020/07/31/powershell%E4%B8%AD%E7%9A%84Get-PSDrive/

摘要

本文主要讲述了:

  1. 获取驱动器列表
  2. 获取指定类型的驱动器列表
  3. 获取指定驱动器

正文

获取驱动器列表

示例:

1
Get-PSDrive

获取指定类型的驱动器列表

示例:

1
Get-PSDrive -PSProvider FileSystem

获取指定驱动器

示例:获取驱动器 C

1
Get-PSDrive C

参考资料

本文作者: jsweibo

本文链接: https://jsweibo.github.io/2020/07/31/powershell%E4%B8%AD%E7%9A%84Get-PSDrive/


本文对你有帮助?请支持我


支付宝
微信