DocumentConfigMgrCB
DocumentConfigMgrCB copied to clipboard
This script attempts to document your entire Configuration Manager (MEMCM/SCCM) environment
Would like to added : Active Directory Security Groups that each site system server is a member of. Accounts that critical services run as (SQL, etc)
## 2111 and newer Workload | Value -- | -- Co-management is enabled without any workload applied | 8193 Compliance policies | 2 Resource access policies | 4 Device Configuration...
I always get an error from the command in line 2972: Invoke-CimMethod : The WS-Management service cannot process the request because it contains an invalid character. WS-Management cannot convert the...
Information can be pulled from WMI pretty easily. Currently I have customers run a SQL query as an addition to this script for documentation of their environment. `ROOT\SMS\site_SEN -class SMS_CombinedDeviceResources...
Hi, after launching script in powershell, it stays stuck at "Writing Cover Page". Is there anything I can check? Thanks
From PR #54, this appears to still be broken. Its been a long time since that PR so I figured I'd drop an issue. `Get-FilterEDM : Cannot bind argument to...
* Allow exclusion of organizational units (OU) from Active Directory User Discovery * **Change foreground color for Software Center branding** client setting. * **Display custom tabs with Microsoft Edge WebView2...
* Win 10 diagnostic data Naming, [new data levels](https://docs.microsoft.com/en-us/mem/configmgr/core/plan-design/changes/whats-new-in-version-2010#support-for-new-windows-10-diagnostic-data-levels). * New Task **Delete Aged Collected Diagnostic Files task**. Confirm it is inventoried. * **When a deployment requires a restart, allow...
* **Select the user portal** client setting. * VPN Boundaries * **Configuration Manager can force a device to restart** client setting. *
These numbers are now exposed in WMI and the Console. Code to get the incrementals: ``` $Incrementals = Get-WmiObject -Class SMS_CollectionEvaluationIncremental -Namespace ROOT\SMS\site_$SiteCode $totalTime = 0 foreach ($Collection in $Incrementals)...