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