File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ VMS5 * D:\VMS
6868
6969This command retrieves the SMB shares on the computer.
7070
71- ### Example 2: Get SMB shares on a specific computer
71+ ### Example 2: Get a specific SMB share on a specific computer
7272```
7373PS C:\>Get-SmbShare -Name "VMS1"
7474Name ScopeName Path Description
@@ -78,7 +78,7 @@ VMS1 Contoso-FS I:\VMS
7878
7979This command retrieves the SMB shares on the computer named VMS1.
8080
81- ### Example 3: Display information about the SMB share named 'VMS1' on the local computer
81+ ### Example 3: Display information about the SMB share named 'VMS1' on the local computer in a list
8282```
8383PS C:\>Get-SmbShare -Name "VMS1" | Format-List
8484Name : VMS1
@@ -89,7 +89,7 @@ Description :
8989
9090This command displays the information about the SMB share named 'VMS1' on the local computer as a formatted list.
9191
92- ### Example 3: Display all properties about a specific SMB share on the local computer
92+ ### Example 3: Display all properties about a specific SMB share on the local computer in a list
9393```
9494PS C:\>Get-SmbShare -Name "VMS1" | Format-List -Property *
9595PresetPathAcl : System.Security.AccessControl.DirectorySecurity
You can’t perform that action at this time.
0 commit comments