One of my first PowerShell scripts was to write an inventory that finds all the expired and about to expire user accounts. You can find that script on All expired user accounts and the accounts about to expire.
In my previous article Pictures inventory and shown on an HTML page with Google Maps information I described all the steps to inventory all the pictures in a given folder and make an HTML report. What I missed was a GUI that shows the picture that is being processed. And that gap has been filled with this new script.
Read more: Find all the pictures in a folder and view them in a picture box
The operation failed because the settings for the packages in the connection group are not identical
AppV 5.0 connection groups are causing a lot of issues. Sometimes you can add them, but not enable them. You receive an error message similar to this one.
Read more: Information about AppV 5.1 packages and the connection groups
(There is also a version to run the SCCM Client Actions remotely on clients. See: Performing all SCCM Client Actions on remote computers)
This is a follow up on my previous article perform all the SCCM Client Actions with vbscript. Now, I have chosen a different approach: a PowerShell form where you can select the actions you want to perform. The interface is also multilingual. It supports English (fall back language), French, German, Dutch and Spanish. If your OS is in one of these languages, then the interface is in the same language. Otherwise, it is English. You can also overrule the language.
I have created a small PowerShell form that checks if a port on a host is reachable. The goal was to challenge me regarding PowerShell forms. I used PowerShell Studio 2020 to create the form and the code. The created code has been cleaned up as it contains a lot of overhead.
Page 2 of 5