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
Copy file name to clipboardExpand all lines: DscResources/MSFT_xSmbShare/MSFT_xSmbShare.schema.mof
+1
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ class MSFT_xSmbShare : OMI_BaseResource
9
9
[Write, Description("Specifies the maximum number of concurrently connected users that the new SMB share may accommodate. If this parameter is set to zero (0), then the number of users is unlimited. The default value is zero (0).")] Uint32 ConcurrentUserLimit;
10
10
[Write, Description("Indicates that the share is encrypted.")] Boolean EncryptData;
11
11
[Write, Description("Specifies which files and folders in the new SMB share are visible to users."), ValueMap{"AccessBased","Unrestricted"}, Values{"AccessBased","Unrestricted"}] String FolderEnumerationMode;
12
+
[Write, Description("Specifies the caching mode of the offline files for the SMB share."), ValueMap{"None","Manual","Programs","Documents","BranchCache"}, Values{"None","Manual","Programs","Documents","BranchCache"}] String CachingMode;
12
13
[Write, Description("Specifies which accounts are granted full permission to access the share.")] String FullAccess[];
13
14
[Write, Description("Specifies which accounts are denied access to the share.")] String NoAccess[];
14
15
[Write, Description("Specifies which user is granted read permission to access the share.")] String ReadAccess[];
0 commit comments