Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docset/winserver2012-ps/smbshare/Set-SmbShare.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ Modifies the properties of the Server Message Block (SMB) share.

## SYNTAX

### UNNAMED_PARAMETER_SET_1
### Query
```
Set-SmbShare [-AsJob] [-CachingMode <CachingMode>] [-CATimeout <UInt32>] [-CimSession <CimSession[]>]
[-ConcurrentUserLimit <UInt32>] [-ContinuouslyAvailable <Boolean>] [-Description <String>]
[-EncryptData <Boolean>] [-FolderEnumerationMode <FolderEnumerationMode>] [-Force] [-PassThru]
[-SecurityDescriptor <String>] [-ThrottleLimit <Int32>] -InputObject <CimInstance[]> [-Confirm] [-WhatIf]
```

### UNNAMED_PARAMETER_SET_2
### InputObject (cdxml)
```
Set-SmbShare [-Name] <String[]> [[-ScopeName] <String[]>] [-AsJob] [-CachingMode <CachingMode>]
[-CATimeout <UInt32>] [-CimSession <CimSession[]>] [-ConcurrentUserLimit <UInt32>]
Expand Down
3 changes: 2 additions & 1 deletion docset/winserver2012r2-ps/smbshare/Set-SmbShare.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,8 @@ Accept wildcard characters: False
```

### -SmbInstance
{{Fill SmbInstance Description}}
Specifies the input to this cmdlet.
You can use this parameter, or you can pipe the input to this cmdlet.

```yaml
Type: SmbInstance
Expand Down