-
Notifications
You must be signed in to change notification settings - Fork 1k
Update checklist-for-installing-update-2403.md #4658
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@jonnystesprit : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit b2851ce: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
…to pm-20260128-configmgr-metadata-cleanup
…etadata-cleanup [Configmgr] Metadata cleanup
…to ado35915731
ADO 35915731 - Removing unsupported Windows versions
…udpate Intune > CP - Refresh Intune integration with Defender
|
@jonnystesprit - thanks for your contribution. It's valid, however, unfortunately, we got to it too late. |
|
Learn Build status updates of commit c4fd2b4: ✅ Validation status: passed
This comment lists only the first 25 files in the pull request. |
|
@jonnystesprit - let me close this PR in favour of https://github.com/MicrosoftDocs/memdocs-pr/pull/19478. It would be easier than merging the stale fork. Thanks for your contribution! |
.Net 4.8 is required for Site Server and the console to operate as mentioned on the linked .Net requirements page https://learn.microsoft.com/en-us/mem/configmgr/core/plan-design/configs/site-and-site-system-prerequisites#net-version-requirements
The console for 2403 will give errors unless .Net 4.8 is installed.
[9, PID:8480][10/30/2024 14:33:15] :Missing management class description for class 'SMS_ActionAccountResult'
[9, PID:8480][10/30/2024 14:33:15] :Missing management class description for class 'SMS_AfwAppConfigSettings'
[9, PID:8480][10/30/2024 14:33:15] :Missing management class description for class 'SMS_AntiMalwareSettingsPolicy'
[9, PID:8480][10/30/2024 14:33:15] :Missing management class description for class 'SMS_CoManagementSettings'
[9, PID:8480][10/30/2024 14:33:15] :Missing management class description for class 'SMS_M365ASettings'
[9, PID:8480][10/30/2024 14:33:15] :Missing management class description for class 'SMS_OneDriveKnownFolderMigrationSettings'
[9, PID:8480][10/30/2024 14:33:15] :Missing management class description for class 'SMS_Report'
[9, PID:8480][10/30/2024 14:33:15] :Missing management class description for class 'SMS_UacComplianceSettings'
[9, PID:8480][10/30/2024 14:33:18] :System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary
2.get_Item(TKey key) at Microsoft.ConfigurationManagement.ManagementProvider.SmsNamedValuesDictionary.get_Item(String propertyName) at Microsoft.ConfigurationManagement.AdminConsole.SccmTreeNavigationNodeProviderBase.GetTasks(Uri providerRoot, IList1 nodes, TaskQueryCriteria queryCriteria)at Microsoft.EnterpriseManagement.ConsoleFramework.NavigationModelAdaptor.GetNodeTasks(DataQueryBase query, IList
1 nodes) at Microsoft.EnterpriseManagement.ConsoleFramework.NavigationModelAdaptor.DoAction(DataQueryBase query, IList1 dataSources, IDictionary2 parameters, IList1 inputs, String outputCollectionName)at Microsoft.EnterpriseManagement.UI.DataModel.QueryQueue.StartExecuteQuery(Object sender, ConsoleJobEventArgs e)
at Microsoft.ConfigurationManagement.AdminConsole.ConsoleJobExceptionHandler.ExecuteJob(IComponent component, EventHandler`1 job, Object sender, ConsoleJobEventArgs args)
at Microsoft.EnterpriseManagement.ConsoleFramework.ConsoleJobsService.JobThread(Object state)
at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()