orca icon indicating copy to clipboard operation
orca copied to clipboard

Cannot find get-protectionalert

Open lmarianko opened this issue 8 months ago • 1 comments

Running the latest Exo and orca modules, looks like the get-protectionalert cmdlet is not working. Everything else worked fine.

06/21/2024 09:41:03 Getting Protection Alerts Get-ProtectionAlert : The term 'Get-ProtectionAlert' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At C:\Program Files\WindowsPowerShell\Modules\ORCA\2.8.1\ORCA.psm1:645 char:42

  •     $Collection["ProtectionAlert"] = Get-ProtectionAlert | Where- ...
    
  •                                      ~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : ObjectNotFound: (Get-ProtectionAlert:String) [], CommandNotFoundException
    • FullyQualifiedErrorId : CommandNotFoundException

lmarianko avatar Jun 21 '24 13:06 lmarianko