diff --git a/docset/winserver2012-ps/smbshare/Remove-SmbShare.md b/docset/winserver2012-ps/smbshare/Remove-SmbShare.md index 530e8bdfc5..9515692f65 100644 --- a/docset/winserver2012-ps/smbshare/Remove-SmbShare.md +++ b/docset/winserver2012-ps/smbshare/Remove-SmbShare.md @@ -16,13 +16,13 @@ Deletes the specified Server Message Block (SMB) shares. ## SYNTAX -### UNNAMED_PARAMETER_SET_1 +### Query ``` Remove-SmbShare [-Name] [[-ScopeName] ] [-AsJob] [-CimSession ] [-Force] [-PassThru] [-ThrottleLimit ] [-Confirm] [-WhatIf] ``` -### UNNAMED_PARAMETER_SET_2 +### InputObject (cdxml) ``` Remove-SmbShare [-AsJob] [-CimSession ] [-Force] [-PassThru] [-ThrottleLimit ] -InputObject [-Confirm] [-WhatIf] @@ -167,6 +167,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/Remove-SmbShare.md b/docset/winserver2012r2-ps/smbshare/Remove-SmbShare.md index d84be7d48e..a496a82ea3 100644 --- a/docset/winserver2012r2-ps/smbshare/Remove-SmbShare.md +++ b/docset/winserver2012r2-ps/smbshare/Remove-SmbShare.md @@ -192,13 +192,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