Home / CSE MCQs / Powershell :: Discussion

Discussion :: Powershell

  1. What are the ways to find all the sql services are on one server in PowerShell?
  2. A.
    get-wmiobject win32_service l where-object {$_name-like sql"}
    B.
    get-service sql
    C.
    Both A and B
    D.
    None

    View Answer

    Workspace

    Answer : Option C

    Explanation :



Be The First To Comment