Я - новичок в PowerShell и пытаюсь написать первый сценарий DSC.
Install-Module -Имя SecurityPolicyDsc
Однако при запуске конфигурации я получаю ...
VERBOSE: [COMPUTER]: LCM: [ Start Test ] [[AccountPolicy]AccountPolicies]
The term 'secedit.exe' 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.
+ CategoryInfo : ObjectNotFound: (secedit.exe:) [], CimException
+ FullyQualifiedErrorId : CommandNotFoundException
+ PSComputerName : localhost
Кажется, что secedit.exe на самом деле называется C: \ WINDOWS \ system32 \ SecEdit.exe в моей системе Windows 10.C: \ NTFS.
Есть идеи, как сделать Powershell нечувствительным к регистру при вызове secedit.exe?