Get Crypto Coins Wallet Worth PowerShell
Hello,
Today a quick followup post of my previous one about BitCoin and its price. I improved it to get a overview of your wallet worth if you have multiple of them on different platforms. Continue reading
Get Crypto Coins Wallet Worth PowerShell
Hello,
Today a quick followup post of my previous one about BitCoin and its price. I improved it to get a overview of your wallet worth if you have multiple of them on different platforms. Continue reading
Get BitCoin Price PowerShell
Hello,
This blog post is kind of a followup on a previous one where I told you I’m testing Monero Mining to found this site, now, I want to get a $ value in front of the mined Monero to evaluate if it’s worth it. Bitcoin is also quite popular those days, so it’s another way to apply PowerShell to real world example that may talk to you. Continue reading
Get Mail Sent Receive Outside Working Hours PowerShell
Hello,
In France, we have a law named “Droit à la déconnexion“, this literally means “Right to disconnect”. Its purpose is to protect French IT worker to allow them to disconnect from work when their day is done. For example, an employer can’t blame an employee for not checking their mails at 11PM Saturday night. Continue reading
WSUS Windows Update Compliance PowerShell
Hello,
We previously saw how to request the local Windows Update configuration of a Windows computer or server. Today, we’ll check the installation of a specific update. On a given computer, then, on the WSUS reporting server. This will allow us to be sure that a specific KB was deployed on all our computers/server. Continue reading
Create Graphical User Interface PowerShell
Hello,
There a few different ways to build GUI with PowerShell. I demonstrated one previously., today we’ll see a few more. There is two major technologies that you can use. Continue reading
Get Windows Update Configuration PowerShell
Hello,
You can check the configuration of your WSUS agent in many different ways. Today, we’ll look at the registry way. Once your WSUS agent is configured by the administrator, by GPO, or something else, some registry keys are created in the local machine hive. Continue reading
Publish Script Module PowerShell Gallery
Hello,
I recently publish my StarWars script module on the PowerShell gallery. I thought I could share here the process it’s been. Honestly, I will use this as a reminder for the next module I will publish on the PowerShell gallery. Continue reading
Send Text Message Free Mobile PowerShell
Hello,
In France, we have a mobile phone provider named “Free Mobile”. They expose an API for each subscriber to allow us to send text message to our-selves. Continue reading
PowerShell Advanced Function Template
Hello,
Today, we’ll see how to write a basic advanced function by using a wide variety of PowerShell features. We’ll try to use all the features provided by Microsoft to write a advanced function with the minimum of lines possible. Continue reading
Get Public Dns Record Value PowerShell
Hello,
Nslookup is great, but it’s an old exe tool, and PowerShell is the new way to go. Thanks to .Net, we go the System.Net.dns class, with two methods: Continue reading