You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example lists the contents of a directory named `my-directory` and includes ACLs in the list.
208
-
It also uses the `-Recurse` parameter to list the contents of all subdirectories.
207
+
This example does not return values for the `ACL`, `Permissions`, `Group`, and `Owner` properties. To obtain those values, use the `-FetchPermission` parameter.
209
208
210
-
To list the contents of a file system, omit the `-Path` parameter from the command.
209
+
The following example lists the contents of the file system and prints values for the `ACL`, `Permissions`, `Group`, and `Owner` properties to the console. The example also uses the `-Recurse` parameter to list the contents of all subdirectories.
0 commit comments