marinalexandru
Blogs, Articles, and Posts
Check if TPM chip is present and enabled and retrieve version with PowerShell
(alexandrumarin.com)
A Trusted Platform Module (TPM) chip is a specialized hardware component that provides
By: marinalexandru submitted:Jul 28 2023
A Trusted Platform Module (TPM) chip is a specialized hardware component that provides
security-related functions and serves as a secure root of trust for a computing system. It is a microcontroller that is integrated into a computer's motherboard or added as a discrete component.
By: marinalexandru submitted:Jul 28 2023
Search for Application and get Uninstall Info with PowerShell GUI
(alexandrumarin.com)
In my first post regarding this topic I have constructed a simple PowerShell script that exports all
By: marinalexandru submitted:Jul 21 2023
In my first post regarding this topic I have constructed a simple PowerShell script that exports all
the available software on the machine. In the second post I have modified the script so that you can search for a particular application and get the necessary information without having to pass through the whole list. But [...]
By: marinalexandru submitted:Jul 21 2023