Get BitCoin Price PowerShell

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

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

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

Invoke Active Directory SDProp Powershell

Invoke Active Directory SDProp Powershell

Hello,

Active Directory uses an internal process named SDProp for “Security Descriptor Propagation” to apply different ACLs on high privileges users or groups. The process copy the ACL from the AdminSDHolder to protect those users and groups. You can read a lot more information on a previous article of mine. Continue reading