SCCM Network drives inventory. List all user network mapped drives


Network Drive Inventory Report using SCCM
SCCM HW inventory agent runs as the ‘SYSTEM’ and cannot see the end-users network drives and printers. This post explains the process of creating an SCCM network drive report.   The following two-step process will help circumvent the above-stated limitation. 1) CREATE HKEY_LOCAL_MACHINE\SOFTWARE\SCCMINVENTORY\NETWORKDRIVES PATH IN THE REGISTRY. Create an SCCM package. The package should run as an administrator. The package...

A PowerShell script to list all installed Microsoft Windows Updates


PowerShell Version 2 or Greater required. Why use this script? The PowerShell cmdlet 'get-hotfix' sometimes does not draw-out 'installedon' information. win32-Quickfixengineering class does not have that information either. <SIGH> What does this script offer? The above void can be filled by using the good old 'wmic qfe list' command. But, the output of the legacy command is mere...