From 09c7928c458dce5d4ad82be825496b25be2aa5cf Mon Sep 17 00:00:00 2001 From: Michael Grafnetter Date: Fri, 11 Jan 2019 22:43:58 +0100 Subject: [PATCH] Added moduleversion query to CONTRIBUTING --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c92a2df..d90e962 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -29,6 +29,9 @@ $Error[0].Exception.Message # The entire exception stack trace $Error[0].Exception.StackTrace +# Version of the DSInternals module +(Get-Module -Name DSInternals -ListAvailable).Version.ToString() + # OS on which the command was running (Get-WmiObject -Class Win32_OperatingSystem).Caption