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 command gets all of the quotas in C:\Share01 plus all of the quotas in all subfolders of C:\Share01.
@@ -95,10 +95,10 @@ Specifies the local folder that contains the quota.
95
95
This parameter supports recursive and wildcard paths.
96
96
To specify a recursive path, add \...
97
97
to a path.
98
-
For example, C:\Share01\...
99
-
indicates all of the quotas in C:\Share1 plus all the quotas in any and all subfolders of C:\Share01.
100
-
To specify a wildcard in a path, you can add the asterisk (*) and the question mark (?) to a path.
101
-
For example, C:\Share01\*A indicates all of the quotas in C:\Share01 plus all the quotas in subfolders of C:\Share01 that have a name that begins with the letter A.
98
+
For example, C:\Share01\...
99
+
indicates all of the quotas in C:\Share01 plus all the quotas in any and all subfolders of C:\Share01.
100
+
To specify a wildcard in a path, you can add the asterisk (*) and the question mark (?) to a path.
101
+
For example, C:\Share01\*A indicates all of the quotas in C:\Share01 plus all the quotas in subfolders of C:\Share01 that have a name that begins with the letter A.
102
102
103
103
```yaml
104
104
Type: String
@@ -142,9 +142,13 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
0 commit comments