Sometimes you need to accept the license agreements for a Windows Server Update Services (WSUS) Update. Here is a small script that can automates that process for you.
About DevOps, PowerShell and more
Sometimes you need to accept the license agreements for a Windows Server Update Services (WSUS) Update. Here is a small script that can automates that process for you.
I tried to automate the approval of all Windows Server Update Services (WSUS) definition updates for Windows Defender Antivirus antimalware (and Microsoft Security Essentials for legacy usage, just in case).
With events like the MFA outage on Monday, a basic reporting for MFA Users might be handy. Here is my approach: #requires -Version 3.0 -Modules MSOnline function Get-MFAUserReport { <#…
In my opinion, the macOS Mojaves dark mode is one of the best features that Apple introduced for me. I work after hours a lot and the dark mode is awesome for that!
But I think Apple forgot to implement a automation or scheduler for that!
There is a freeware tool called NightOwl that can do the job. I just tested it and it works fine.
But in my workflow I need to do a bit more then just toggle the dark mode of macOS Mojave. Some Apps have the same (and many of then are still not so deeply integrated into macOS Mojave that they use the toggle).
So I came up with an poor mens approach that uses the macOS internal functionality (StartCalendarInterval with LaunchAgents)! to call a script that does all the thinks I want.
A while ago, I published the reworked script to get Office 365 URLs and IP address ranges. Microsoft has built a new fully rest full Webservice to get the same information via JSON instead of XML.
The only drawback of the new service: If you like to use it for a single produce, you need to filter after you have downloaded the information. The product sets are limited.
However, there are a lot of examples in the new script, these examples show you how, where, and what to filter.