From dd6e07e3a2ecf97692ce167bdd98cdf244745cb5 Mon Sep 17 00:00:00 2001 From: dodexahedron Date: Tue, 21 Oct 2025 20:07:52 -0700 Subject: [PATCH] Improve clarity and remove duplicated text in SMB over QUIC documentation Revised text about connecting to SMBoQUIC servers. It looked like it was a victim of an improper merge/edit or something. Removed duplicated text, keeping the clearer and more natural version and further revising for clarity and brevity. --- WindowsServerDocs/storage/file-server/smb-over-quic.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WindowsServerDocs/storage/file-server/smb-over-quic.md b/WindowsServerDocs/storage/file-server/smb-over-quic.md index c11a659b7c..34a06ff316 100644 --- a/WindowsServerDocs/storage/file-server/smb-over-quic.md +++ b/WindowsServerDocs/storage/file-server/smb-over-quic.md @@ -164,11 +164,11 @@ For a demonstration of configuring and using SMB over QUIC, watch this video: --- -If you want to apply control to SMB over client, you can use Client Access Control. To learn more how to restrict which clients can access SMB over QUIC servers, see [Configure SMB over QUIC client access control](configure-smb-over-quic-client-access-control.md). +If you want to control/restrict which clients are allowed to access SMB over QUIC servers, you can use [Client Access Control](configure-smb-over-quic-client-access-control.md). ### Step 3: Connect to SMB shares -1. Join your Windows client device to your domain. Be certain the names of the SMB over QUIC file server's certificate subject alternative names are published to DNS and are fully qualified **or** added to the HOST files for your Windows client. Ensure that the server's certificate subject alternative names are published to DNS **or** added to the HOSTS files for your Windows client. +1. Join your Windows client device to your domain. Ensure that the server's certificate subject alternative names are published to DNS **or** added to the HOSTS files for your Windows client. 1. Move your Windows client device to an external network where it no longer has any network access to domain controllers or the file server's internal IP addresses. 1. In Windows File Explorer, in the Address Bar, type the UNC path to a share on the file server and confirm you can access data in the share. Alternatively, you can use `NET USE /TRANSPORT:QUIC` or `New-SmbMapping -TransportType QUIC` with a UNC path. Examples: