Skip to content

Commit ef867de

Browse files
committed
fixed warnings
1 parent 3ba0237 commit ef867de

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

azure-local/manage/upgrade-sdn-infrastructure.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ For an in-place upgrade on a VM, use Hyper-V to attach the ISO as a DVD drive to
103103
Get-ComputerInfo | Select-Object WindowsProductName, WindowsInstallationType, OSDisplayVersion, WindowsBuildLabEx | Format-Table -AutoSize
104104
```
105105
106-
1. Initiate the upgrade. The upgrade process will take a while, and the node may reboot several times. For more information regarding command line options, see [Windows Setup Command-Line Options](/windows-hardware/manufacture/desktop/windows-setup-command-line-options?view=windows-11).
106+
1. Initiate the upgrade. The upgrade process will take a while, and the node may reboot several times. For more information regarding command line options, see [Windows Setup Command-Line Options](/windows-hardware/manufacture/desktop/windows-setup-command-line-options).
107107
108108
1. Check the OS after the upgrade:
109109
@@ -254,7 +254,7 @@ In some cases, the NetAdapter might get renamed during the upgrade. This causes
254254
pnputil /remove-device "INSTANCE_ID"
255255
```
256256
257-
- Rename the new adapter back to the original name using [Rename-NetAdapter](/powershell/module/netadapter/rename-netadapter?view=windowsserver2025-ps).
257+
- Rename the new adapter back to the original name using [Rename-NetAdapter](/powershell/module/netadapter/rename-netadapter).
258258
259259
### Unable to resolve FQDN of Network Controllers
260260
@@ -276,7 +276,7 @@ In some cases, `unattend.xml` is applied for initial VM deployment with SdnExpre
276276
Get-DnsClientServerAddress
277277
```
278278
279-
1. If DNS servers differ, update them using [Set-DnsClientServerAddress](https://learn.microsoft.com/en-us/powershell/module/dnsclient/set-dnsclientserveraddress). If DNS servers are correct but resolution still fails, investigate your DNS infrastructure.
279+
1. If DNS servers differ, update them using [Set-DnsClientServerAddress](/powershell/module/dnsclient/set-dnsclientserveraddress). If DNS servers are correct but resolution still fails, investigate your DNS infrastructure.
280280
281281
### Resources reporting configurationState failures
282282

0 commit comments

Comments
 (0)