Paolo Frigo
Blogs, Articles, and Posts
How to backup all of your keys, certs and secrets included in all your Azure Key Vaults
(scriptinglibrary.com)
After my previous article on the basic Powershell cmdlets for Azure Key Vault, I thought it would be
By: Paolo Frigo submitted:Jun 16 2022
After my previous article on the basic Powershell cmdlets for Azure Key Vault, I thought it would be
interesting to provide to all users, who are already familiar with it, a method to export all keys, certs and secrets stored in it once via Powershell.
By: Paolo Frigo submitted:Jun 16 2022
How to monitor a printer with Powershell
(scriptinglibrary.com)
When it comes to monitoring, as much I like scripting languages, it is never my first choice to rely
By: Paolo Frigo submitted:Jun 16 2022
When it comes to monitoring, as much I like scripting languages, it is never my first choice to rely
only on a 'custom' script. Considering how many variables are involved: requirements, environments, the overall experience of the team that will manage that piece of software, and all efforts to develop, test, and support the solution over time.
By: Paolo Frigo submitted:Jun 16 2022
How to run on-demand AV scanning on a file with MS Defender using Powershell
(scriptinglibrary.com)
Last month I've published an article on MS Defender and Nagios, on a similar topic this week I used
By: Paolo Frigo submitted:Jun 16 2022
Last month I've published an article on MS Defender and Nagios, on a similar topic this week I used
the MS Defender Powershell module and wrote a helper function to scan on-demand a file using mpcmd.exe.
By: Paolo Frigo submitted:Jun 16 2022
How to show all known Wi-Fi network SSIDs and Passphrases with Powershell
(scriptinglibrary.com)
I think is very important to remember how much information is stored on our laptops over the years,
By: Paolo Frigo submitted:Jun 16 2022
I think is very important to remember how much information is stored on our laptops over the years,
this is the case also for all wireless networks with (SSID and Passphrase) that our OS stores and use to connect automatically.
By: Paolo Frigo submitted:Jun 16 2022
How to use Powershell to create a virus for testing your AV
(scriptinglibrary.com)
In this article, I will use a PowerShell one-liner script to generate a test file to test if the
By: Paolo Frigo submitted:Jun 16 2022
In this article, I will use a PowerShell one-liner script to generate a test file to test if the
Anti-Virus runtime solution installed is working as expected.
By: Paolo Frigo submitted:Jun 16 2022
Microsoft Defender PowerShell module and Nagios
(scriptinglibrary.com)
Microsoft Defender antivirus is included in every Windows OS and there are many components and
By: Paolo Frigo submitted:Jun 16 2022
Microsoft Defender antivirus is included in every Windows OS and there are many components and
options available to manage, protect and monitor endpoints. I was not surprised a few months ago when I needed to implement a monitoring check for Nagios that there was a dedicated PowerShell module that did exactly what I needed.
By: Paolo Frigo submitted:Jun 16 2022
Monitoring the Network Load with Powershell
(scriptinglibrary.com)
Monitoring is an important activity in IT operations, it's essential for correlating the state of
By: Paolo Frigo submitted:Jun 15 2022
Monitoring is an important activity in IT operations, it's essential for correlating the state of
all the moving parts of our systems and applications and create a big picture of the health of the whole environment. Before going down the rabbit hole of complicated monitoring tools and techniques let's start with define a that monitoring can be subjective and on a case-by-case can be very basic or detailed and can let you choose a specific tool or strategy. There is no one-size-fits-all. This week I needed to implement a custom check to monitor the network load/usage on any Windows OS and instead of looking for a third-party tool and deploying maybe another agent on servers I wrote a Powershell script to perform this activity.
By: Paolo Frigo submitted:Jun 15 2022
Serial vs Parallel Processing
(scriptinglibrary.com)
Whenever I look for improving the performances of a script or code there is sometimes an option for
By: Paolo Frigo submitted:Jun 16 2022
Whenever I look for improving the performances of a script or code there is sometimes an option for
parallelising the processing/execution of some of the workflows. It generally means adding complexity and is not always the case that it will make necessary the whole process so much faster, but for long-running ones made of independent sub-tasks, it is probably a very effective strategy.
By: Paolo Frigo submitted:Jun 16 2022
Working Remotely – Different solutions for Small Businesses with Powershell and SSH Tunnels
(scriptinglibrary.com)
The first quarter of 2020 changed our personal and professional life in a lot of ways. I've read a
By: Paolo Frigo submitted:Jun 15 2022
The first quarter of 2020 changed our personal and professional life in a lot of ways. I've read a
lot of articles around the trends of adoption of cloud services and all software that should facilitate the challenge of enabling in every country the same practices and processes of working remotely.
By: Paolo Frigo submitted:Jun 15 2022
Fun
How to tune your Guitar with Powershell
(scriptinglibrary.com)
I wanted to celebrate my 100th article doing something simple and out of the ordinary. Looking back
By: Paolo Frigo submitted:Jun 16 2022
I wanted to celebrate my 100th article doing something simple and out of the ordinary. Looking back
one popular article using PowerShell written 2 years ago was Text-To-Speach in 3 lines of code, so I've decided to play with sounds.
By: Paolo Frigo submitted:Jun 16 2022