Odpovídáte na názor k článku Sysmon je ve Windows 11. Názory mohou přidávat pouze registrovaní uživatelé. Nově přidané názory se na webu objeví až po schválení redakcí.
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows
PS C:\WINDOWS\system32> Dism /Online /Enable-Feature /FeatureName:Sysmon
Deployment Image Servicing and Management tool
Version: 10.0.26100.5074
Image Version: 10.0.26200.7628
Error: 0x800f080c
Feature name Sysmon is unknown.
A Windows feature name was not recognized.
Use the /Get-Features option to find the name of the feature in the image and try the command again.
The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
PS C:\WINDOWS\system32> sysmon -i
sysmon : The term 'sysmon' 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 line:1 char:1
+ sysmon -i
+ ~~~~~~
+ CategoryInfo : ObjectNotFound: (sysmon:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
PS C:\WINDOWS\system32>