Skip to content

Commit 6692d09

Browse files
authored
Merge pull request MicrosoftDocs#3091 from alexbuckgit/alexbuckgit/docutune-autopr-docs-link-absolute-20220903-164551-7152961
[BULK] DocuTune - Fix build validation issues: docs-link-absolute (part 3)
2 parents d3a1d56 + 1a78cbb commit 6692d09

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

+63
-94
lines changed

docset/winserver2012r2-ps/dhcpserver/Get-DhcpServerv6FreeIPAddress.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Accept wildcard characters: False
8989
9090
### -CimSession
9191
Runs the cmdlet in a remote session or on a remote computer.
92-
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.
92+
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.
9393
9494
```yaml
9595
Type: CimSession[]
@@ -213,4 +213,3 @@ The path after the pound sign (`#`) provides the namespace and class name for th
213213
## RELATED LINKS
214214

215215
[Get-DhcpServerv4FreeIPAddress](./Get-DhcpServerv4FreeIPAddress.md)
216-

docset/winserver2012r2-ps/dhcpserver/Get-DhcpServerv6Statistics.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Accept wildcard characters: False
5656
5757
### -CimSession
5858
Runs the cmdlet in a remote session or on a remote computer.
59-
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.
59+
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.
6060
The default is the current session on the local computer.
6161
6262
```yaml
@@ -121,4 +121,3 @@ The path after the pound sign (`#`) provides the namespace and class name for th
121121
## RELATED LINKS
122122

123123
[Get-DhcpServerv6ScopeStatistics](./Get-DhcpServerv6ScopeStatistics.md)
124-

docset/winserver2012r2-ps/dhcpserver/Import-DhcpServer.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Accept wildcard characters: False
154154
155155
### -CimSession
156156
Runs the cmdlet in a remote session or on a remote computer.
157-
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.
157+
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.
158158
The default is the current session on the local computer.
159159
160160
```yaml
@@ -356,4 +356,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
356356
[Export-DhcpServer](./Export-DhcpServer.md)
357357
358358
[Restore-DhcpServer](./Restore-DhcpServer.md)
359-

docset/winserver2012r2-ps/dism/Add-AppxProvisionedPackage.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ For example, you must install the x86 dependency on the x86 image.
3838
You cannot install an app package (.appx) on an operating system that does not support Windows 8 apps.
3939
Apps are not supported on Server Core installations of Windows Server 2012, Windows Preinstallation Environment (Windows PE) 4.0, or on any versions of Windows older than Windows 8 and Windows Server 2012.
4040

41-
To install and run apps on Windows Server 2012 R2, you must install the [Desktop Experience Overview](https://docs.microsoft.com/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/dn609826(v=ws.11)).
41+
To install and run apps on Windows Server 2012 R2, you must install the [Desktop Experience Overview](/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/dn609826(v=ws.11)).
4242

4343
Use the *Online* parameter to specify the running operating system on your local computer, or use the *Path* parameter to specify the location of a mounted Windows image.
4444

@@ -49,7 +49,7 @@ Use the *FolderPath* parameter to specify the location of a folder of unpacked a
4949

5050
To add an app package (.appx) for a particular user, or to test a package while developing your app, use the **Add-AppxPackage** cmdlet instead.
5151

52-
For more information, including requirements for app package provisioning, see [Sideload Apps with DISM](https://docs.microsoft.com/windows-hardware/manufacture/desktop/sideload-apps-with-dism-s14) and [How to develop an OEM app that uses a custom file](https://docs.microsoft.com/windows/win32/appxpkg/how-to-develop-oem-app-with-custom-file) in MicrosoftDocs.
52+
For more information, including requirements for app package provisioning, see [Sideload Apps with DISM](/windows-hardware/manufacture/desktop/sideload-apps-with-dism-s14) and [How to develop an OEM app that uses a custom file](/windows/win32/appxpkg/how-to-develop-oem-app-with-custom-file) in MicrosoftDocs.
5353

5454
## EXAMPLES
5555

docset/winserver2012r2-ps/dnsclient/Set-DnsClient.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Accept wildcard characters: False
7676
7777
### -CimSession
7878
Runs the cmdlet in a remote session or on a remote computer.
79-
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.
79+
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.
8080
The default is the current session on the local computer.
8181
8282
```yaml
@@ -297,4 +297,3 @@ The path after the pound sign (`#`) provides the namespace and class name for th
297297
[Get-DnsClient](./Get-DnsClient.md)
298298

299299
[Register-DnsClient](./Register-DnsClient.md)
300-

docset/winserver2012r2-ps/dnsserver/Get-DnsServer.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The **Get-DnsServer** cmdlet retrieves a Domain Name System (DNS) server configu
2424

2525
You can pipe the output of the **Get-DnsServer** cmdlet to the **Export-Clixml** cmdlet, which generates an XML file of the configuration.
2626
You can use the XML file to back up or transfer DNS settings between computers.
27-
For more information about **Export-Clixml**, see [Using the Export-Clixml cmdlet](https://docs.microsoft.com/powershell/module/microsoft.powershell.utility/export-clixml).
27+
For more information about **Export-Clixml**, see [Using the Export-Clixml cmdlet](/powershell/module/microsoft.powershell.utility/export-clixml).
2828

2929
## EXAMPLES
3030

@@ -132,4 +132,3 @@ This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVar
132132
[Set-DnsServer](./Set-DnsServer.md)
133133

134134
[Test-DnsServer](./Test-DnsServer.md)
135-

docset/winserver2012r2-ps/hyper-v/Set-VMReplicationServer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ To display a list of certificates in the computer's My store and the thumbprint
142142
`PS C:\\\> cd cert:\LocalMachine\My`
143143
`PS C:\\\> dir | format-list`
144144

145-
For more information about certificate stores, see [Certificate stores](https://docs.microsoft.com/previous-versions/windows/it-pro/windows-server-2003/cc757138(v=ws.10).
145+
For more information about certificate stores, see [Certificate stores](/previous-versions/windows/it-pro/windows-server-2003/cc757138(v=ws.10)).
146146

147147
```yaml
148148
Type: String

docset/winserver2012r2-ps/msdtc/Get-DtcLog.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Accept wildcard characters: False
7171
7272
### -CimSession
7373
Runs the cmdlet in a remote session or on a remote computer.
74-
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.
74+
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.
7575
The default is the current session on the local computer.
7676
7777
```yaml
@@ -134,4 +134,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
134134
[Reset-DtcLog](./Reset-DtcLog.md)
135135

136136
[Set-DtcLog](./Set-DtcLog.md)
137-

docset/winserver2012r2-ps/msdtc/Get-DtcTransaction.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Accept wildcard characters: False
6363
6464
### -CimSession
6565
Runs the cmdlet in a remote session or on a remote computer.
66-
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.
66+
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.
6767
The default is the current session on the local computer.
6868
6969
```yaml
@@ -124,4 +124,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
124124
## RELATED LINKS
125125

126126
[Set-DtcTransaction](./Set-DtcTransaction.md)
127-

docset/winserver2012r2-ps/msdtc/Test-Dtc.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To run this cmdlet, you must first enable the firewall rule for Distributed Tran
3232

3333
`netsh advfirewall firewall set rule group="Distributed Transaction Coordinator" new enable=yes`
3434

35-
For more information, see [Netsh Command Syntax, Contexts, and Formatting](https://docs.microsoft.com/en-us/windows-server/networking/technologies/netsh/netsh-contexts).
35+
For more information, see [Netsh Command Syntax, Contexts, and Formatting](/windows-server/networking/technologies/netsh/netsh-contexts).
3636

3737
To enable the rule using PowerShell run the following command:
3838

@@ -317,4 +317,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
317317
[Stop-Dtc](./Stop-Dtc.md)
318318
319319
[Uninstall-Dtc](./Uninstall-Dtc.md)
320-

docset/winserver2012r2-ps/netadapter/Enable-NetAdapterVmq.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Accept wildcard characters: False
7070
7171
### -CimSession
7272
Runs the cmdlet in a remote session or on a remote computer.
73-
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.
73+
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.
7474
The default is the current session on the local computer.
7575
7676
```yaml
@@ -255,4 +255,3 @@ The path after the pound sign (`#`) provides the namespace and class name for th
255255
[Get-NetAdapterVmqQueue](./Get-NetAdapterVmqQueue.md)
256256

257257
[Set-NetAdapterVmq](./Set-NetAdapterVmq.md)
258-

docset/winserver2012r2-ps/netadapter/Get-NetAdapter.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Accept wildcard characters: False
153153
154154
### -CimSession
155155
Runs the cmdlet in a remote session or on a remote computer.
156-
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.
156+
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.
157157
The default is the current session on the local computer.
158158
159159
```yaml
@@ -276,7 +276,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
276276
The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays Windows Management Instrumentation (WMI) objects.
277277
The path after the pound sign (`#`) provides the namespace and class name for the underlying WMI object.
278278

279-
[CIM_NetworkAdapter class](https://docs.microsoft.com/windows/win32/cimwin32prov/cim-networkadapter)
279+
[CIM_NetworkAdapter class](/windows/win32/cimwin32prov/cim-networkadapter)
280280

281281
## NOTES
282282

@@ -295,4 +295,3 @@ The path after the pound sign (`#`) provides the namespace and class name for th
295295
[Restart-NetAdapter](./Restart-NetAdapter.md)
296296

297297
[Set-NetAdapter](./Set-NetAdapter.md)
298-

docset/winserver2012r2-ps/netconnection/Get-NetConnectionProfile.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Accept wildcard characters: False
6262
6363
### -CimSession
6464
Runs the cmdlet in a remote session or on a remote computer.
65-
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.
65+
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.
6666
The default is the current session on the local computer.
6767
6868
```yaml
@@ -216,4 +216,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
216216
## RELATED LINKS
217217

218218
[Set-NetConnectionProfile](./Set-NetConnectionProfile.md)
219-

docset/winserver2012r2-ps/netconnection/Set-NetConnectionProfile.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Accept wildcard characters: False
6666
6767
### -CimSession
6868
Runs the cmdlet in a remote session or on a remote computer.
69-
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.
69+
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.
7070
The default is the current session on the local computer.
7171
7272
```yaml
@@ -285,4 +285,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
285285
## RELATED LINKS
286286

287287
[Get-NetConnectionProfile](./Get-NetConnectionProfile.md)
288-

docset/winserver2012r2-ps/netsecurity/Set-NetFirewallAddressFilter.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Accept wildcard characters: False
9393
9494
### -CimSession
9595
Runs the cmdlet in a remote session or on a remote computer.
96-
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.
96+
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.
9797
The default is the current session on the local computer.
9898
9999
```yaml
@@ -354,4 +354,3 @@ The path after the pound sign (`#`) provides the namespace and class name for th
354354
[Set-NetIPSecRule](./Set-NetIPsecRule.md)
355355

356356
[New-GPO](../grouppolicy/New-GPO.md)
357-

docset/winserver2012r2-ps/nettcpip/New-NetRoute.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Accept wildcard characters: False
102102
103103
### -CimSession
104104
Runs the cmdlet in a remote session or on a remote computer.
105-
Enter a computer name or a session object, such as the output of a [New-CimSession](https://docs.microsoft.com/en-us/powershell/module/cimcmdlets/New-CimSession) or [Get-CimSession](https://docs.microsoft.com/en-us/powershell/module/cimcmdlets/Get-CimSession) cmdlet.
105+
Enter a computer name or a session object, such as the output of a [New-CimSession](/powershell/module/cimcmdlets/New-CimSession) or [Get-CimSession](/powershell/module/cimcmdlets/Get-CimSession) cmdlet.
106106
The default is the current session on the local computer.
107107
108108
```yaml
@@ -410,4 +410,3 @@ The path after the pound sign (`#`) provides the namespace and class name for th
410410
[Set-NetRoute](./Set-NetRoute.md)
411411

412412
[Set-NetIPInterface](./Set-NetIPInterface.md)
413-

docset/winserver2012r2-ps/printmanagement/Get-PrintConfiguration.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Accept wildcard characters: False
8484
8585
### -CimSession
8686
Runs the cmdlet in a remote session or on a remote computer.
87-
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.
87+
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.
8888
The default is the current session on the local computer.
8989
9090
```yaml
@@ -179,4 +179,3 @@ This cmdlet returns a printer configuration object.
179179
## RELATED LINKS
180180

181181
[Set-PrintConfiguration](./Set-PrintConfiguration.md)
182-

docset/winserver2012r2-ps/scheduledtasks/New-ScheduledTask.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Accept wildcard characters: False
103103
104104
### -CimSession
105105
Runs the cmdlet in a remote session or on a remote computer.
106-
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.
106+
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.
107107
The default is the current session on the local computer.
108108
109109
```yaml

docset/winserver2012r2-ps/scheduledtasks/Register-ScheduledTask.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Accept wildcard characters: False
109109
110110
### -CimSession
111111
Runs the cmdlet in a remote session or on a remote computer.
112-
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://docs.microsoft.com/powershell/module/cimcmdlets/get-cimsession) cmdlet.
112+
Enter a computer name or a session object, such as the output of a [New-CimSession](/powershell/module/cimcmdlets/new-cimsession) or [Get-CimSession](/powershell/module/cimcmdlets/get-cimsession) cmdlet.
113113
The default is the current session on the local computer.
114114
115115
```yaml
@@ -341,7 +341,11 @@ Accept wildcard characters: False
341341
```
342342

343343
### CommonParameters
344-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_commonparameters).
344+
345+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
346+
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
347+
-WarningAction, and -WarningVariable. For more information, see
348+
[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
345349

346350
## INPUTS
347351

docset/winserver2012r2-ps/smbshare/Get-SmbServerNetworkInterface.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -185,5 +185,4 @@ The MSFT_SmbServerNetworkInterface object represents the network interfaces of t
185185

186186
## RELATED LINKS
187187

188-
[Get-SmbClientNetworkInterface](/.Get-SmbClientNetworkInterface.md)
189-
188+
[Get-SmbClientNetworkInterface](./Get-SmbClientNetworkInterface.md)

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Accept wildcard characters: False
115115
116116
### -CimSession
117117
Runs the cmdlet in a remote session or on a remote computer.
118-
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.
118+
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.
119119
The default is the current session on the local computer.
120120
121121
```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/winserver2012r2-ps/smbshare/Set-SmbServerConfiguration.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Set-SmbServerConfiguration [-AnnounceServer <Boolean>] [-AsynchronousCredits <UI
3434
```
3535

3636
## DESCRIPTION
37-
The **Set-SmbServerConfiguration** cmdlet sets the Server Message Block (SMB) server configuration. For more information on SMB server and protocol specifications, see [Server Message Block Overview](https://docs.microsoft.com/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/hh831795(v=ws.11)). For protocol specification, see [[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).
37+
The **Set-SmbServerConfiguration** cmdlet sets the Server Message Block (SMB) server configuration. For more information on SMB server and protocol specifications, see [Server Message Block Overview](/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/hh831795(v=ws.11)). For protocol specification, see [[MS-SMB2]: Server Message Block (SMB) Protocol Versions 2 and 3](/openspecs/windows_protocols/ms-smb2/5606ad47-5ee0-437a-817e-70c366052962).
3838

3939
## EXAMPLES
4040

@@ -225,7 +225,7 @@ Accept wildcard characters: False
225225
226226
### -CimSession
227227
Runs the cmdlet in a remote session or on a remote computer.
228-
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.
228+
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.
229229
The default is the current session on the local computer.
230230
231231
```yaml

0 commit comments

Comments
 (0)