Blogs
Getting OS Versions of User’s Devices
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....
Winhoven Group Attains Microsoft Silver Datacenter Competency
Winhoven Group is excited to announce it has attained a Microsoft Silver Datacenter Competency, demonstrating a “best-in-class” ability and commitment to meet Microsoft customers’ evolving needs in today’s dynamic business environment and distinguishing them within...
SCOM Monitors for Adding/Removing Members in a Security Enabled Local Group
Being able to track events in Active Directory can be useful. One useful trick that SCOM can help with is tracking when users are added or deleted from a security group. Under Authoring > Management Pack Objects > Monitors in the SCOM console, there are two...
Importing Knowledge Article Documents into SCSM
First, go to Library and dropdown the Knowledge tab. In the Tasks panel, select Create Knowledge Article. The wizard will appear. Enter a Title, a Description if necessary and Keywords separated by semicolons for users to search the Knowledge Article with. Finally...
SCSM Advanced Search
In addition to the standard search, System Center Service Manager also has an advanced search feature. This allows you to filter the search by properties for the specified class. To use this feature, start by clicking the arrow next to the magnifying glass in the...
PowerShell Azure AD V2.0 Add a list of users to a group
Here is a simple but powerful little nugget for adding Azure Active Directory user to an Azure Active Directory group. User case: Microsoft has recently released functionality to grant O365 licenses to Azure AD groups which will automatically license the group’s...