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 adds an allow ACE for a trustee to the security descriptor of the SMB share named VMFiles for the account named Contoso\Contoso-HV2$ without user confirmation.
66
+
This command adds an allow ACE for a trustee to the security descriptor of the SMB share named VMFiles for the account named Contoso\Contoso-HV2$ without user confirmation.
68
67
69
68
## PARAMETERS
70
69
@@ -210,6 +209,23 @@ Accept pipeline input: False
210
209
Accept wildcard characters: False
211
210
```
212
211
212
+
### -SmbInstance
213
+
Specifies the input to this cmdlet.
214
+
You can use this parameter, or you can pipe the input to this cmdlet.
215
+
216
+
```yaml
217
+
Type: SmbInstance
218
+
Parameter Sets: Query
219
+
Aliases:
220
+
Accepted values: Default, CSV, SBL, SR
221
+
222
+
Required: False
223
+
Position: Named
224
+
Default value: None
225
+
Accept pipeline input: True (ByPropertyName)
226
+
Accept wildcard characters: False
227
+
```
228
+
213
229
### -Confirm
214
230
Prompts you for confirmation before running the cmdlet.
This example adds an allow ACE for a trustee to the security descriptor of the SMB share named VMFiles for the account named Contoso\Contoso-HV2$ without user confirmation.
74
+
This command adds an allow ACE for a trustee to the security descriptor of the SMB share named VMFiles for the account named Contoso\Contoso-HV2$ without user confirmation.
0 commit comments