From 7604fe8132dc5f8358246d07f43691157c1c8698 Mon Sep 17 00:00:00 2001 From: Ned pyle Date: Mon, 11 Sep 2017 14:32:43 -0700 Subject: [PATCH] Fixed examples Fixed incorrect parameter description Added some clarifty to several other examples --- docset/windows/smbshare/get-smbshare.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docset/windows/smbshare/get-smbshare.md b/docset/windows/smbshare/get-smbshare.md index e0b2b811c3..4ad4c23458 100644 --- a/docset/windows/smbshare/get-smbshare.md +++ b/docset/windows/smbshare/get-smbshare.md @@ -68,7 +68,7 @@ VMS5 * D:\VMS This command retrieves the SMB shares on the computer. -### Example 2: Get SMB shares on a specific computer +### Example 2: Get a specific SMB share on a specific computer ``` PS C:\>Get-SmbShare -Name "VMS1" Name ScopeName Path Description @@ -78,7 +78,7 @@ VMS1 Contoso-FS I:\VMS This command retrieves the SMB shares on the computer named VMS1. -### Example 3: Display information about the SMB share named 'VMS1' on the local computer +### Example 3: Display information about the SMB share named 'VMS1' on the local computer in a list ``` PS C:\>Get-SmbShare -Name "VMS1" | Format-List Name : VMS1 @@ -89,7 +89,7 @@ Description : This command displays the information about the SMB share named 'VMS1' on the local computer as a formatted list. -### Example 3: Display all properties about a specific SMB share on the local computer +### Example 3: Display all properties about a specific SMB share on the local computer in a list ``` PS C:\>Get-SmbShare -Name "VMS1" | Format-List -Property * PresetPathAcl : System.Security.AccessControl.DirectorySecurity