On Module 1: “Installing and Configuring Windows Server” section two, lesson 6 “Configure Windows Server Core” testing the sconfig command in my PS instance, this is what I get:
"PS C:\WINDOWS\system32> sconfig
sconfig : The term ‘sconfig’ 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
- sconfig
-
+ CategoryInfo : ObjectNotFound: (sconfig:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
PS C:\WINDOWS\system32>"
Exited out of PS and tried the same command in the CMD window and received a similar denial;
"C:\WINDOWS\system32>sconfig
‘sconfig’ is not recognized as an internal or external command,
operable program or batch file.
C:\WINDOWS\system32>"
Working on a Win10 Enterprise v.1809. Can someone guide me to find out the reason of why it does not work for me?
Thanks for your support.