PowerShell Script to retrieve content from Internet Explorer ActiveX blocking log

In preparation of the Internet Explorer out of date ActiveX control blocking activities I wrote the below script that retrieves the content of the log stored under LOCALAPPDATA%\Microsoft\Internet Explorer\AuditMode\VersionAuditLog.csv You can download the script from here function Get-ActiveXControlLog { <# Read More …

New IE Group Policy Settings for blocking out-of-date ActiveX controls

As anounced by Microsoft last week on their IEBlog Internet Explorer will start blocking out of date ActiveX controls For managed environments there are updated administrative templates for Internet Explorer to control the behaviour of the ActiveX blocking feature. Although Read More …

ConfigMgr – PowerShell Script to list Image Binary Delta Replication Setting

Here’s a script that lists all Boot and Operating system images stored within Configuration Manager and shows whether the Binary Delta Replication Setting is enabled or not.   <# .Synopsis List Binary Delta Replication Setting for ConfigMgr Boot and Operating Read More …