mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-13 05:47:23 +00:00
Merge branch 'main' of https://github.com/MicrosoftDocs/windows-docs-pr into fr-content-freshness-2023-10
This commit is contained in:
commit
b393764889
@ -11,7 +11,7 @@ ms.technology: itpro-deploy
|
|||||||
ms.collection:
|
ms.collection:
|
||||||
- highpri
|
- highpri
|
||||||
- tier3
|
- tier3
|
||||||
ms.date: 11/28/2022
|
ms.date: 10/13/2023
|
||||||
---
|
---
|
||||||
|
|
||||||
# Prepare for deployment with MDT
|
# Prepare for deployment with MDT
|
||||||
@ -135,7 +135,8 @@ To install WSUS on MDT01, enter the following at an elevated Windows PowerShell
|
|||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
Install-WindowsFeature -Name UpdateServices, UpdateServices-WidDB, UpdateServices-Services, UpdateServices-RSAT, UpdateServices-API, UpdateServices-UI
|
Install-WindowsFeature -Name UpdateServices, UpdateServices-WidDB, UpdateServices-Services, UpdateServices-RSAT, UpdateServices-API, UpdateServices-UI
|
||||||
"C:\Program Files\Update Services\Tools\wsusutil.exe" postinstall CONTENT_DIR=C:\WSUS
|
cd "C:\Program Files\Update Services\Tools"
|
||||||
|
.\wsusutil.exe postinstall CONTENT_DIR=C:\WSUS
|
||||||
```
|
```
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
@ -264,19 +265,19 @@ See the following example:
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Use CMTrace to read log files (optional)
|
## Use Support Center OneTrace or CMTrace to read log files (optional)
|
||||||
|
|
||||||
The log files in MDT Lite Touch are formatted to be read by Configuration Manager Trace ([CMTrace](/mem/configmgr/core/support/cmtrace)).
|
The log files in MDT Lite Touch are formatted to be read by [Support Center OneTrace](/mem/configmgr/core/support/support-center-onetrace) or [CMTrace](/mem/configmgr/core/support/cmtrace).
|
||||||
|
|
||||||
You can use Notepad (example below):
|
Notepad can be used to read the log files (example below):
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Alternatively, CMTrace formatting makes the logs much easier to read. See the same log file below, opened in CMTrace:
|
However, Support Center OneTrace or CMTrace makes the logs much easier to read. See the same log file below, opened in CMTrace:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
After installing the ConfigMgrTools.msi file, you can search for **cmtrace** and pin the tool to your taskbar for easy access.
|
Both Support Center OneTrace and CMTrace are available as part of Microsoft Configuration Manager.
|
||||||
|
|
||||||
## Next steps
|
## Next steps
|
||||||
|
|
||||||
|
@ -44,12 +44,12 @@ The table shows the minimum requirements for each deployment. For key trust in a
|
|||||||
|
|
||||||
The table shows the minimum requirements for each deployment.
|
The table shows the minimum requirements for each deployment.
|
||||||
|
|
||||||
| Key trust <br/> Group Policy managed | Certificate trust <br/> Group Policy managed|
|
| Requirement | Key trust <br/> Group Policy managed | Certificate trust <br/> Group Policy managed|
|
||||||
| --- | --- |
|
| --- | --- | ---|
|
||||||
|Any supported Windows client versions|Any supported Windows client versions|
|
| **Windows Version** | Any supported Windows client versions|Any supported Windows client versions|
|
||||||
| Windows Server 2016 Schema | Windows Server 2016 Schema|
|
| **Schema Version**| Windows Server 2016 Schema | Windows Server 2016 Schema|
|
||||||
| Windows Server 2008 R2 Domain/Forest functional level | Windows Server 2008 R2 Domain/Forest functional level |
|
| **Domain and Forest Functional Level**| Windows Server 2008 R2 Domain/Forest functional level | Windows Server 2008 R2 Domain/Forest functional level |
|
||||||
| Any supported Windows Server versions | Any supported Windows Server versions |
|
| **Domain Controller Version**| Any supported Windows Server versions | Any supported Windows Server versions |
|
||||||
| Any supported Windows Server versions | Any supported Windows Server versions |
|
| **Certificate Authority**| Any supported Windows Server versions | Any supported Windows Server versions |
|
||||||
| Any supported Windows Server versions | Any supported Windows Server versions |
|
| **AD FS Version**| Any supported Windows Server versions | Any supported Windows Server versions |
|
||||||
| AD FS with 3rd Party MFA Adapter | AD FS with 3rd Party MFA Adapter |
|
| **MFA Requirement**| AD FS with 3rd Party MFA Adapter | AD FS with 3rd Party MFA Adapter |
|
Loading…
x
Reference in New Issue
Block a user