506629361 发表于 2018-9-2 08:04:05

Powershell学习之道-文件夹共享及磁盘映射

λ Get-WmiObject -Class Win32_Share  

  
Name                                    Path                                    Description
  
----                                    ----                                    -----------
  
ADMIN$                                    C:\Windows                              远程管理
  
C$                                        C:\                                       默认共享
  
D$                                        D:\                                       默认共享
  
E$                                        E:\                                       默认共享
  
IPC$                                                                              远程 IPC
  
Users                                     C:\Users


页: [1]
查看完整版本: Powershell学习之道-文件夹共享及磁盘映射