by GWinhoven | Jan 23, 2019 | Uncategorized
Problem Forwarding SCOM alerts to SCSM can be very useful to allocate troubleshooting duties. However, Incidents created for offline network devices tends to provide less than useful information at first sight. It’s difficult to tell which network device each Incident...
by GWinhoven | Dec 19, 2018 | Uncategorized
The Exchange Connector for SCSM is a very powerful tool but if you have ever assigned an Active Directory group as a reviewer in a Review Activity you will find that the Exchange Connector does not handle the replies from the individual group members. Whenever a group...
by GWinhoven | Dec 5, 2018 | Microsoft System Center Configuration Manager (SCCM), PowerShell
Finding programs and applications for users in an SCCM collection can be a challenge since much of the out of box SCCM reporting focuses on devices, not the users. However, with this simple PowerShell script, the headache can be alleviated. The script does a few tasks...
by GWinhoven | Nov 21, 2018 | Microsoft System Center Orchestrator (SCO)
Symptoms When doing a clean install of an Orchestrator 1801 management server, my install failed with “DBSetup.exe failed with unknown error 0x800A0E7A”. I checked the DBSetup log, located at C:\ProgramData\Microsoft System Center 2012\Orchestrator\DBSetup.exe\Logs,...
by GWinhoven | Oct 24, 2018 | Microsoft System Center Configuration Manager (SCCM)
Getting quick reports on users’ devices in SCCM can become time consuming. I have come up with a simple PowerShell script to get the OS versions of a list of users’ devices. This code will output the information to a text file in a table format that is easy to read....