Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SurveyDDA.ps1 fix for Powershell 6.0 and later #1986

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on May 23, 2024

  1. Update SurveyDDA.ps1

    The cmdlet "Get-WmiObject" with, used in "SurveyDDA.ps1" as the alias "gwmi," was superseded by "Get-CimInstance" in Powershell 3.0 and later.  This causes calls the calls to "gwmi" the occur in the script to fail starting with Powershell 3.0. This update replaces "gwmi" with "Get-CimInstance" for compatibility with these later Powershell versions.
    froggx committed May 23, 2024
    Configuration menu
    Copy the full SHA
    ecceb59 View commit details
    Browse the repository at this point in the history
  2. Update SurveyDDA.ps1

    froggx committed May 23, 2024
    Configuration menu
    Copy the full SHA
    94dba1e View commit details
    Browse the repository at this point in the history