From 6a1b6bc5ba2d65fa6cf0d0cc7dc0090d017e5ff6 Mon Sep 17 00:00:00 2001 From: Sriraman M S <45987684+msbemba@users.noreply.github.com> Date: Wed, 25 Sep 2019 17:52:05 -0400 Subject: [PATCH 1/3] Update Set-SmbShare.md Fixed syntax --- docset/winserver2012-ps/smbshare/Set-SmbShare.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docset/winserver2012-ps/smbshare/Set-SmbShare.md b/docset/winserver2012-ps/smbshare/Set-SmbShare.md index 84199a900f..9a17704006 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 ] From ce51843bdaa4ded5d7d4e61a4bae239d60756d16 Mon Sep 17 00:00:00 2001 From: Sriraman M S <45987684+msbemba@users.noreply.github.com> Date: Wed, 25 Sep 2019 18:12:13 -0400 Subject: [PATCH 2/3] Update Set-SmbShare.md Added SMB instance --- .../winserver2012-ps/smbshare/Set-SmbShare.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docset/winserver2012-ps/smbshare/Set-SmbShare.md b/docset/winserver2012-ps/smbshare/Set-SmbShare.md index 9a17704006..9c211f0f86 100644 --- a/docset/winserver2012-ps/smbshare/Set-SmbShare.md +++ b/docset/winserver2012-ps/smbshare/Set-SmbShare.md @@ -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. From af5fd98bd6486f1143476bb589dcab1d4a9f667d Mon Sep 17 00:00:00 2001 From: Sriraman M S <45987684+msbemba@users.noreply.github.com> Date: Thu, 26 Sep 2019 17:12:08 -0400 Subject: [PATCH 3/3] Update Set-SmbShare.md changes to SMB instance on 2012 r2 --- docset/winserver2012r2-ps/smbshare/Set-SmbShare.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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