Skip to content

Commit 1649af0

Browse files
Merge pull request MicrosoftDocs#95 from nedpyle/patch-3
Fixed examples
2 parents 6b791c8 + 7604fe8 commit 1649af0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docset/windows/smbshare/get-smbshare.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ VMS5 * D:\VMS
6868

6969
This 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
```
7373
PS C:\>Get-SmbShare -Name "VMS1"
7474
Name ScopeName Path Description
@@ -78,7 +78,7 @@ VMS1 Contoso-FS I:\VMS
7878

7979
This 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
```
8383
PS C:\>Get-SmbShare -Name "VMS1" | Format-List
8484
Name : VMS1
@@ -89,7 +89,7 @@ Description :
8989

9090
This 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
```
9494
PS C:\>Get-SmbShare -Name "VMS1" | Format-List -Property *
9595
PresetPathAcl : System.Security.AccessControl.DirectorySecurity

0 commit comments

Comments
 (0)