Blog
By Pete Zerger on 5/10/2009 12:17:22 AM • Rank (6966) • Views 7371
0

0

The inbox folders in the \inboxes subdirectory of the ConfigMgr 2007 install directory temporarily store files before they are processed to the site database or transferred to another site or site component. Monitoring inbox folders on a Microsoft System Center Configuration Manager 2007 can help you troubleshoot problems with different ConfigMgr components.You should periodically examine the Configuration Manager 2007 inbox folders for a backlog of files that wait to be processed, as this can indicate that a component is not running or is experiencing a problem. 

Especially when deploying a large number of agents, or doing anything else likely to cause a burst activity, I am an inbox watcher. There are a number of VBScripts floating about that will do this, but it’s so much nicer in Powershell…only a single line.

That being said, watch the line wrap when you cut-and-paste.

 

Get-ChildItem “c:\Program Files\Microsoft Configuration Manager\inboxes” -recurse | Where {!$_.PSIsContainer} | Group Directory | Format-Table Name, Count -autosize

 

NOTE: Update the path to the \inboxes folder to the appropriate value for your installation.

If you want to see a list of ConfigMgr 2007 inboxes and how they can help in monitoring and troubleshooting your ConfigMgr deployment, see the TechNet link below.

http://technet.microsoft.com/en-us/library/bb892790.aspx

Comments - Comment RSS


Who Viewed
Who Reviewed
Categories
Related Pages
Shortened URL
http://tinyurl.com/yjb32s5

Top Contributors
Featured Members
Pete Zerger
Points: 65622
Level: System Center Expert
Tommy Gunn
Points: 42748
Level: System Center Expert
Simon Skinner
Points: 40804
Level: System Center Expert
Stefan Koell
Points: 28999
Level: System Center Expert
Andreas Zuckerhut
Points: 27734
Level: System Center Expert