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: Modules/ComputerManagementDsc/DSCResources/MSFT_SmbShare/en-US/MSFT_SmbShare.strings.psd1
+1
Original file line number
Diff line number
Diff line change
@@ -14,4 +14,5 @@ ConvertFrom-StringData @'
14
14
UnblockAccess = Revoking denied permission for account '{0}' on the SMB share with the name '{1}'.
15
15
GrantAccess = Granting '{0}' permission for account '{1}' on the SMB share with the name '{2}'.
16
16
DenyAccess = Denying permission for account '{0}' on the SMB share with the name '{1}'.
17
+
WrongAccessParameters = Not allowed to have all access permission parameters set to empty collections. Must either remove the access permission parameters completely, or add at least one member to one of the access permission parameters.
0 commit comments