Skip to content

Commit 0a238b9

Browse files
committed
Applied feedback
1 parent b79d248 commit 0a238b9

File tree

5 files changed

+14
-12
lines changed

5 files changed

+14
-12
lines changed

docset/winserver2025-ps/smbshare/Block-SmbClientAccessToServer.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,16 @@ Block-SmbClientAccessToServer [-Name] <String[]> -IdentifierType <IdentifierType
2828
```
2929
Block-SmbClientAccessToServer -InputObject <CimInstance[]> -IdentifierType <IdentifierType>
3030
-Identifier <String> [-Description <String>] [-Force] [-CimSession <CimSession[]>]
31-
[-ThrottleLimit <Int32>] [-AsJob] [-WhatIf] [-Confirm] [<CommonParameters>]
31+
[-ThrottleLimit <Int32>] [-AsJob] [-WhatIf] [-Confirm] [<CommonParameters>]
3232
```
3333

3434
## DESCRIPTION
3535

3636
The `Block-SmbClientAccessToServer` cmdlet is used to prevent SMB clients from accessing a
37-
specified server. When you run this cmdlet, all SMB client connections to the specified server will
38-
be terminated, and no new connections will be allowed until the block is lifted. To unblock access
39-
to the server, use the `Unblock-SmbClientAccessToServer` cmdlet.
37+
specified server when using SMB over QUIC client access control. When you run this cmdlet, all SMB
38+
client connections to the specified server will be terminated, and no new connections will be
39+
allowed until the block is lifted. To unblock access to the server, use the
40+
`Unblock-SmbClientAccessToServer` cmdlet.
4041

4142
## EXAMPLES
4243

@@ -263,7 +264,7 @@ Accept wildcard characters: False
263264
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
264265
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
265266
-WarningAction, and -WarningVariable. For more information, see
266-
[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
267+
[about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
267268

268269
## INPUTS
269270

docset/winserver2025-ps/smbshare/Get-SmbClientAccessToServer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Get-SmbClientAccessToServer -InputObject <CimInstance[]> [-CimSession <CimSessio
3232
## DESCRIPTION
3333

3434
The `Get-SmbClientAccessToServer` cmdlet is used to retrieve information about SMB client access to
35-
a specified server. When you run this cmdlet, it'll return a list of all SMB client connections to
36-
the specified server.
35+
a specified server. When you run this cmdlet, it'll return a list of allowed and blocked
36+
connections for SMB over QUIC client access control.
3737

3838
## EXAMPLES
3939

@@ -174,7 +174,7 @@ Accept wildcard characters: False
174174
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
175175
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
176176
-WarningAction, and -WarningVariable. For more information, see
177-
[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
177+
[about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
178178

179179
## INPUTS
180180

docset/winserver2025-ps/smbshare/Grant-SmbClientAccessToServer.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ title: Grant-SmbClientAccessToServer
1111
# Grant-SmbClientAccessToServer
1212

1313
## SYNOPSIS
14-
Grants SMB client access to a specified server.
14+
Allow access to a computer or set of computers for SMB over QUIC's client access control feature on
15+
an SMB Server.
1516

1617
## SYNTAX
1718

@@ -264,7 +265,7 @@ Accept wildcard characters: False
264265
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
265266
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
266267
-WarningAction, and -WarningVariable. For more information, see
267-
[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
268+
[about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
268269

269270
## INPUTS
270271

docset/winserver2025-ps/smbshare/Revoke-SmbClientAccessToServer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ Accept wildcard characters: False
237237
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
238238
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
239239
-WarningAction, and -WarningVariable. For more information, see
240-
[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
240+
[about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
241241

242242
## INPUTS
243243

docset/winserver2025-ps/smbshare/Unblock-SmbClientAccessToServer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ Accept wildcard characters: False
244244
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
245245
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
246246
-WarningAction, and -WarningVariable. For more information, see
247-
[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
247+
[about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
248248

249249
## INPUTS
250250

0 commit comments

Comments
 (0)