Learn Who Modified ConfigMgr Client Settings | Deleted | Created | SCCM

Let’s learn who Modified ConfigMgr Modified ConfigMgr Client Settings. You can find who created, modified, deleted the configuration manager client settings from this post.

Related PostWho Deleted Updated Modified SCCM Collection & Who Deleted ConfigMgr Task Sequence & Learn Who Modified ConfigMgr Task Sequence Deployment

Who Created ConfigMgr Client Settings

Use SQL Management studio to understand who Created ConfigMgr Client Settings.

/*Who created client settings */
select * from vStatusMessagesWithStrings where MessageID = 40300
Who Created ConfigMgr Client Settings - SCCM
Who Created ConfigMgr Client Settings – SCCM

Who Modified ConfigMgr Client Settings

/* Who created client settings*/
select * from vStatusMessagesWithStrings where MessageID = 40301
Who Modified ConfigMgr Client Settings - SCCM
Who Modified ConfigMgr Client Settings – SCCM – Who Modified ConfigMgr Client Settings

Who Deleted ConfigMgr Client Settings

/* 'Who deleted the deployment of application'*/
select * from vStatusMessagesWithStrings where MessageID = 40302
Who Deleted ConfigMgr Client Settings - SCCM
Who Deleted ConfigMgr Client Settings – SCCM – Who Modified SCCM Client Settings

Who Created Client Settings Assignment

/* Who created client settings assignment */
select * from vStatusMessagesWithStrings where MessageID = 40303
Who Created Client Settings Assignment
Who Created Client Settings Assignment

Who Deleted Client Settings Assignment

/* Who Deleted client settings assignment */
select * from vStatusMessagesWithStrings where MessageID = 40305
Who Deleted Client Settings Assignment
Who Deleted Client Settings Assignment – Who Modified Client Settings

Resources

2 thoughts on “Learn Who Modified ConfigMgr Client Settings | Deleted | Created | SCCM”

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.