Skip to content

Commit e485bb8

Browse files
authored
Merge pull request MicrosoftDocs#3616 from MicrosoftDocs/main
Publish main to live, Tuesday, 10:30AM PDT, 9/5
2 parents 6b25fc9 + f8997a1 commit e485bb8

File tree

5 files changed

+2
-5
lines changed

5 files changed

+2
-5
lines changed

docset/docs-conceptual/winserver2016-ps/get-started.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ computer. For more information, see
7171
| Iscsi | [iSCSI](/powershell/module/iscsi) |
7272
| IscsiTarget | [iSCSI Target](/powershell/module/iscsitarget) |
7373
| KDS | [Key Distribution Server](/powershell/module/kds) |
74-
| Microsoft.Windows.ServerManager.Migration | [Server Migration](/powershell/module/Microsoft.Windows.ServerManager.Migration) |
7574
| MMAgent | [Memory Management Agent](/powershell/module/mmagent) |
7675
| Mpio | [MPIO](/powershell/module/mpio) |
7776
| MSDTC | [Distributed Transaction Coordinator](/powershell/module/msdtc) |

docset/docs-conceptual/winserver2019-ps/get-started.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ computer. For more information, see
7070
| Iscsi | [iSCSI](/powershell/module/iscsi) |
7171
| IscsiTarget | [iSCSI Target](/powershell/module/iscsitarget) |
7272
| KDS | [Key Distribution Server](/powershell/module/kds) |
73-
| Microsoft.Windows.ServerManager.Migration | [Server Migration](/powershell/module/Microsoft.Windows.ServerManager.Migration/) |
7473
| MMAgent | [Memory Management Agent](/powershell/module/mmagent) |
7574
| Mpio | [MPIO](/powershell/module/mpio) |
7675
| MSDTC | [Distributed Transaction Coordinator](/powershell/module/msdtc) |

docset/docs-conceptual/winserver2022-ps/get-started.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ computer. For more information, see
7070
| Iscsi | [iSCSI](/powershell/module/iscsi) |
7171
| IscsiTarget | [iSCSI Target](/powershell/module/iscsitarget) |
7272
| KDS | [Key Distribution Server](/powershell/module/kds) |
73-
| Microsoft.Windows.ServerManager.Migration | [Server Migration](/powershell/module/Microsoft.Windows.ServerManager.Migration/) |
7473
| MMAgent | [Memory Management Agent](/powershell/module/mmagent) |
7574
| Mpio | [MPIO](/powershell/module/mpio) |
7675
| MSDTC | [Distributed Transaction Coordinator](/powershell/module/msdtc) |

docset/winserver2022-ps/adfs/Remove-AdfsFarmNode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
8787
8888
## RELATED LINKS
8989
90-
[Uninstall-WindowsFeature](/powershell/module/Microsoft.Windows.ServerManager.Migration/Uninstall-WindowsFeature)
90+
[Uninstall-WindowsFeature](/powershell/module/servermanager/uninstall-windowsfeature)
9191

docset/winserver2022-ps/pki/Import-Certificate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The `Import-Certificate` cmdlet imports one or more certificates into a certific
3131
```powershell
3232
$params = @{
3333
FilePath = 'C:\Users\Xyz\Desktop\BackupCert.cer'
34-
CertStoreLocations = 'Cert:\CurrentUser\Root'
34+
CertStoreLocation = 'Cert:\CurrentUser\Root'
3535
}
3636
Import-Certificate @params
3737
```

0 commit comments

Comments
 (0)