Skip to content

Commit d3a1d56

Browse files
authored
Merge pull request MicrosoftDocs#3093 from alexbuckgit/alexbuckgit/docutune-autopr-docs-link-absolute-20220903-164707-6695009
[BULK] DocuTune - Fix build validation issues: docs-link-absolute (part 5)
2 parents dfcd08e + ca2eca8 commit d3a1d56

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+58
-94
lines changed

docset/winserver2016-ps/smbshare/Grant-SmbShareAccess.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Accept wildcard characters: False
116116
117117
### -CimSession
118118
Runs the cmdlet in a remote session or on a remote computer.
119-
Enter a computer name or a session object, such as the output of a [New-CimSession](https://docs.microsoft.com/powershell/module/cimcmdlets/new-cimsession) or [Get-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227966) cmdlet.
119+
Enter a computer name or a session object, such as the output of a [New-CimSession](/powershell/module/cimcmdlets/new-cimsession) or [Get-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227966) cmdlet.
120120
The default is the current session on the local computer.
121121
122122
```yaml
@@ -281,4 +281,3 @@ This cmdlet returns a **MSFT_SmbShareAccessControlEntry** object.
281281
[Revoke-SmbShareAccess](./Revoke-SmbShareAccess.md)
282282

283283
[Unblock-SmbShareAccess](./Unblock-SmbShareAccess.md)
284-

docset/winserver2016-ps/smbshare/Set-SmbServerConfiguration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Set-SmbServerConfiguration [-AnnounceComment <String>] [-AnnounceServer <Boolean
3535
```
3636

3737
## DESCRIPTION
38-
The **Set-SmbServerConfiguration** cmdlet sets the Server Message Block (SMB) Service configuration. For more information on SMB server and protocol specifications, see [Overview of file sharing using the SMB 3 protocol in Windows Server](https://docs.microsoft.com/windows-server/storage/file-server/file-server-smb-overview) and [[MS-SMB2]: Server Message Block (SMB) Protocol Versions 2 and 3](https://docs.microsoft.com/openspecs/windows_protocols/ms-smb2/5606ad47-5ee0-437a-817e-70c366052962).
38+
The **Set-SmbServerConfiguration** cmdlet sets the Server Message Block (SMB) Service configuration. For more information on SMB server and protocol specifications, see [Overview of file sharing using the SMB 3 protocol in Windows Server](/windows-server/storage/file-server/file-server-smb-overview) and [[MS-SMB2]: Server Message Block (SMB) Protocol Versions 2 and 3](/openspecs/windows_protocols/ms-smb2/5606ad47-5ee0-437a-817e-70c366052962).
3939

4040
## EXAMPLES
4141

@@ -226,7 +226,7 @@ Accept wildcard characters: False
226226
227227
### -CimSession
228228
Runs the cmdlet in a remote session or on a remote computer.
229-
Enter a computer name or a session object, such as the output of a [New-CimSession](https://docs.microsoft.com/powershell/module/cimcmdlets/new-cimsession) or [Get-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227966) cmdlet.
229+
Enter a computer name or a session object, such as the output of a [New-CimSession](/powershell/module/cimcmdlets/new-cimsession) or [Get-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227966) cmdlet.
230230
The default is the current session on the local computer.
231231
232232
```yaml

docset/winserver2016-ps/storage/Enable-PhysicalDiskIdentification.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Accept wildcard characters: False
8080
8181
### -CimSession
8282
Runs the cmdlet in a remote session or on a remote computer.
83-
Enter a computer name or a session object, such as the output of a [New-CimSession](https://docs.microsoft.com/powershell/module/cimcmdlets/new-cimsession) or [Get-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227966) cmdlet.
83+
Enter a computer name or a session object, such as the output of a [New-CimSession](/powershell/module/cimcmdlets/new-cimsession) or [Get-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227966) cmdlet.
8484
The default is the current session on the local computer.
8585
8686
```yaml
@@ -177,4 +177,3 @@ This cmdlet outputs an object that represents the physical disk for which you en
177177
## RELATED LINKS
178178

179179
[Disable-PhysicalDiskIdentification](./Disable-PhysicalDiskIdentification.md)
180-

docset/winserver2016-ps/storage/Format-Volume.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Accept wildcard characters: False
147147
148148
### -CimSession
149149
Runs the cmdlet in a remote session or on a remote computer.
150-
Enter a computer name or a session object, such as the output of a [New-CimSession](https://docs.microsoft.com/powershell/module/cimcmdlets/new-cimsession) or [Get-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227966) cmdlet.
150+
Enter a computer name or a session object, such as the output of a [New-CimSession](/powershell/module/cimcmdlets/new-cimsession) or [Get-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227966) cmdlet.
151151
The default is the current session on the local computer.
152152
153153
```yaml
@@ -499,4 +499,3 @@ This cmdlet returns an object that represents the newly formatted volume.
499499
[Repair-Volume](./Repair-Volume.md)
500500

501501
[Set-Volume](./Set-Volume.md)
502-

docset/winserver2016-ps/storage/Get-Disk.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ title: Get-Disk
1414
Gets one or more disks visible to the operating system.
1515

1616
> [!NOTE]
17-
> This cmdlet returns physical disk objects like basic disks and partitioned drive partitions. Dynamic disks can span multiple pieces of physical media, so they will not be returned by Get-Disk. For more information, see [Basic and Dynamic Disks](https://docs.microsoft.com/windows/desktop/FileIO/basic-and-dynamic-disks).
17+
> This cmdlet returns physical disk objects like basic disks and partitioned drive partitions. Dynamic disks can span multiple pieces of physical media, so they will not be returned by Get-Disk. For more information, see [Basic and Dynamic Disks](/windows/desktop/FileIO/basic-and-dynamic-disks).
1818
1919
## SYNTAX
2020

@@ -401,4 +401,3 @@ This cmdlet outputs one or more objects representing disks.
401401
[Set-Disk](./Set-Disk.md)
402402

403403
[Update-Disk](./Update-Disk.md)
404-

docset/winserver2016-ps/storage/Get-PhysicalDisk.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Accept wildcard characters: False
119119
120120
### -CimSession
121121
Runs the cmdlet in a remote session or on a remote computer.
122-
Enter a computer name or a session object, such as the output of a [New-CimSession](https://docs.microsoft.com/powershell/module/cimcmdlets/new-cimsession) or [Get-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227966) cmdlet.
122+
Enter a computer name or a session object, such as the output of a [New-CimSession](/powershell/module/cimcmdlets/new-cimsession) or [Get-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227966) cmdlet.
123123
The default is the current session on the local computer.
124124
125125
```yaml
@@ -523,4 +523,3 @@ The Get-PhysicalDisk cmdlet returns objects that represent physical disks.
523523
[New-VirtualDisk](./New-VirtualDisk.md)
524524
525525
[Get-StorageNode](./Get-StorageNode.md)
526-

docset/winserver2016-ps/storage/Get-VirtualDisk.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ You can use the pipeline operator to pass an MSFT_TargetVirtualDisk object to th
624624
## OUTPUTS
625625

626626
### Microsoft.Management.Infrastructure.CimInstance#ROOT/Microsoft/Windows/Storage/MSFT_VirtualDisk
627-
This cmdlet outputs an object that represents the specified virtual disk. For more information about output object type, please see [MSFT_VirtualDisk class](https://docs.microsoft.com/previous-versions/windows/desktop/stormgmt/msft-virtualdisk)
627+
This cmdlet outputs an object that represents the specified virtual disk. For more information about output object type, see [MSFT_VirtualDisk class](/previous-versions/windows/desktop/stormgmt/msft-virtualdisk).
628628

629629
## NOTES
630630

@@ -655,4 +655,3 @@ This cmdlet outputs an object that represents the specified virtual disk. For mo
655655
[Set-VirtualDisk](./Set-VirtualDisk.md)
656656

657657
[Show-VirtualDisk](./Show-VirtualDisk.md)
658-

docset/winserver2016-ps/tls/Get-TlsCipherSuite.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The **Get-TlsCipherSuite** cmdlet gets an ordered collection of cipher suites fo
2424

2525
For more information about the TLS cipher suites, see the documentation for the Enable-TlsCipherSuite cmdlet or type `Get-Help Enable-TlsCipherSuite`.
2626

27-
For more information about protocol versions , see [BCRYPT_KDF_TLS_PRF (L"TLS_PRF")](https://docs.microsoft.com/windows/desktop/api/bcrypt/nf-bcrypt-bcryptderivekey#bcrypt_kdf_tls_prf-ltls_prf) .
27+
For more information about protocol versions , see [BCRYPT_KDF_TLS_PRF (L"TLS_PRF")](/windows/desktop/api/bcrypt/nf-bcrypt-bcryptderivekey#bcrypt_kdf_tls_prf-ltls_prf).
2828

2929
## EXAMPLES
3030

@@ -138,4 +138,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
138138
[Disable-TlsCipherSuite](./Disable-TlsCipherSuite.md)
139139
140140
[Enable-TlsCipherSuite](./Enable-TlsCipherSuite.md)
141-

docset/winserver2016-ps/updateservices/Add-WsusDynamicCategory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ In order to transfer dynamic categories from one update server to another, pass
3838

3939
This cmdlet is used to add Dynamic Categories to WSUS, based on the type of requirement (computer model, device or application). The definition of Dynamic Categories in a WSUS implementation helps to categorize the applying of updates to the different categories available.
4040

41-
In some cases, you need advanced automation when using Dynamic Categories. If you want to download a specific device driver for a specific group of computers in the physical network, for example, advanced automation is required to use Dynamic Categories. In this case, the use of [Microsoft Endpoint Configuration Manager](https://docs.microsoft.com/configmgr/) is needed to [install and configure a software update point](https://docs.microsoft.com/configmgr/sum/get-started/install-a-software-update-point) feature.
41+
In some cases, you need advanced automation when using Dynamic Categories. If you want to download a specific device driver for a specific group of computers in the physical network, for example, advanced automation is required to use Dynamic Categories. In this case, the use of [Microsoft Endpoint Configuration Manager](/configmgr/) is needed to [install and configure a software update point](/configmgr/sum/get-started/install-a-software-update-point) feature.
4242

4343
## EXAMPLES
4444

docset/winserver2016-ps/vpnclient/Add-VpnConnection.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ PS C:\> $EAPXml = [xml]Get-Content -Path C:\eap-config.xml
157157
PS C:\> Add-VpnConnection -Name "Test6" -ServerAddress "10.1.1.1" -TunnelType "L2tp" -EncryptionLevel "Required" -AuthenticationMethod Eap -SplitTunneling -AllUserConnection -RememberCredential -EapConfigXmlStream $EAPXml
158158
```
159159

160-
This set of commands adds a VPN connection using an already generated EAP XML configuration. For more information about how to generate EAP XML configuration, see [EAP Configuration](https://docs.microsoft.com/windows/client-management/mdm/eap-configuration).
160+
This set of commands adds a VPN connection using an already generated EAP XML configuration. For more information about how to generate EAP XML configuration, see [EAP Configuration](/windows/client-management/mdm/eap-configuration).
161161

162162
## PARAMETERS
163163

@@ -574,4 +574,3 @@ This cmdlet returns a **VpnConnection** object that contains the VPN connection
574574
[Remove-VpnConnection](./Remove-VpnConnection.md)
575575

576576
[New-EapConfiguration](./New-EapConfiguration.md)
577-

0 commit comments

Comments
 (0)