Added moduleversion query to CONTRIBUTING

This commit is contained in:
Michael Grafnetter 2019-01-11 22:43:58 +01:00
parent 99491d2949
commit 09c7928c45
1 changed files with 3 additions and 0 deletions

View File

@ -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