We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb572aa commit d0286b9Copy full SHA for d0286b9
src/Storage/Commands.Storage/help/Get-AzureStorageFile.md
@@ -42,7 +42,7 @@ You can use the **IsDirectory** property to distinguish between folders and file
42
43
### Example 1: List directories in a share
44
```
45
-PS C:\>Get-AzureStorageFile -ShareName "share1" | where {$_.GetType().Name -eq "CloudFileDirectory"}
+PS C:\>Get-AzureStorageFile -ShareName "ContosoShare06" | where {$_.GetType().Name -eq "CloudFileDirectory"}
46
47
48
This command lists only the directories in the share ContosoShare06.
0 commit comments