diff --git a/docset/winserver2012-ps/smbshare/Set-SmbShare.md b/docset/winserver2012-ps/smbshare/Set-SmbShare.md index 84199a900f..9c211f0f86 100644 --- a/docset/winserver2012-ps/smbshare/Set-SmbShare.md +++ b/docset/winserver2012-ps/smbshare/Set-SmbShare.md @@ -16,7 +16,7 @@ Modifies the properties of the Server Message Block (SMB) share. ## SYNTAX -### UNNAMED_PARAMETER_SET_1 +### Query ``` Set-SmbShare [-AsJob] [-CachingMode ] [-CATimeout ] [-CimSession ] [-ConcurrentUserLimit ] [-ContinuouslyAvailable ] [-Description ] @@ -24,7 +24,7 @@ Set-SmbShare [-AsJob] [-CachingMode ] [-CATimeout ] [-CimSe [-SecurityDescriptor ] [-ThrottleLimit ] -InputObject [-Confirm] [-WhatIf] ``` -### UNNAMED_PARAMETER_SET_2 +### InputObject (cdxml) ``` Set-SmbShare [-Name] [[-ScopeName] ] [-AsJob] [-CachingMode ] [-CATimeout ] [-CimSession ] [-ConcurrentUserLimit ] @@ -311,6 +311,23 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -SmbInstance +Specifies the input to this cmdlet. +You can use this parameter, or you can pipe the input to this cmdlet. + +```yaml +Type: SmbInstance +Parameter Sets: Query +Aliases: +Accepted values: Default, CSV, SBL, SR + +Required: False +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + ### -ThrottleLimit Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If this parameter is omitted or a value of `0` is entered, then Windows PowerShell® calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer. diff --git a/docset/winserver2012r2-ps/smbshare/Set-SmbShare.md b/docset/winserver2012r2-ps/smbshare/Set-SmbShare.md index 31c9b43cdf..e0d51f0bab 100644 --- a/docset/winserver2012r2-ps/smbshare/Set-SmbShare.md +++ b/docset/winserver2012r2-ps/smbshare/Set-SmbShare.md @@ -338,13 +338,14 @@ 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 Parameter Sets: Query Aliases: -Accepted values: Default, CSV +Accepted values: Default, CSV, SBL, SR Required: False Position: Named