From 3baa2586e0558581487bf93dfea1a361afc0b261 Mon Sep 17 00:00:00 2001 From: Colin Cogle Date: Sun, 29 Mar 2020 11:21:47 -0400 Subject: [PATCH] Note compatibility with PS7 and UMCI This module already supports PowerShell 7, as well as running inside constrained language mode. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e6fe0c..1207414 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Office365DnsChecker will check one or more domains, to make sure that their curr Office365DnsChecker logo ## System Requirements -This module requires Windows PowerShell 5.1 or greater. It works great on PoewrShell Core. +This module requires Windows PowerShell 5.1 or greater. It works great on PoewrShell Core 6 and PowerShell 7, and supports constrained language mode. Additionally, Linux users will need to install the app `dig` (part of [`bind-utils`](https://github.com/tigeli/bind-utils)). It is installed by default on macOS (at least in High Sierra).