Drivers – Thunderbolt Software, device approval without local admin

I stumbled into an issue recently with Thunderbolt enabled computers.

By default the Thunderbolt Software that is used to approve Thunderbolt devices requires local administrator to work, this is not really practical in enterprise environments where most users are not local administrators.

So i dug into it and found some solutions to this issue.

Continue reading Drivers – Thunderbolt Software, device approval without local admin

PowerShell – Working with CIM – Methods

Onward to working with CIM methods!

The data you get from using Get-CIMInstance is rarely directly modifiable as the data returned is usually a snapshot of deeper system settings.
To change this you will need to use the methods provided by the Class you are looking at.

Continue reading PowerShell – Working with CIM – Methods