I just published a new free Management Pack in the MPCatalog. It is named Windows.Computer.DataOnDemand.Addendum and provides different kinds of Agent Tasks for direct use in the SCOM console or in Squared Up Dashboards.
Get-ComputerDescription
Retrieves the computer’s local description and the one from the Active Directory computer object. ( So that you can see directly what is running on a box when an alert pops up )
Displays the computers' last changes; last installed software, interactive logged on user, last boot, etc. ( When trouble shooting some good things to know – time safer )
Displays the SCOM’s notification configuration incl. subscription, subscribers, channel, etc. Task works only if selecting a Management Server!
( If you have always have to answer why something created a ticket and why not )
Amazing job once again but I’ve tried to download the Community MP and the link I got in the mail was for the version 1.0.2.0 which I already had and it doesn’t have these new tasks you’ve created.
I've removed everything, downloaded the community catalog (which is the same version as before 1.0.2.0) and I still haven't got the Addendum MPs. If I try to install them separately from the download on github I get the error I shared
Tested it and the info is very useful! Only remark I would give is I think that last RDP logon would be more useful instead of last interactive logon. That information seems incorrect for me.
you are right about the last interctive logon. It isn’t very reliable, but I did not found a better way to find the information programmatically. If you know a good and way, please share with me.
For the last RDP logon I think you will have to update the security policy in AD for it to log the logoff/logon events as I don’t think they are logged by default. You can then use get-winevent to extract the information.