Forum Discussion
Karl-WE
Apr 27, 2022MVP
Reasons why Windows Server Core installation option does not include dsrecmd?
Dear Windows Server Team, can you share insights why Microsoft preferred installation option for Windows Server does not include dsregcmd, which is a command-line tool? I read about that some months...
Alban1999
May 02, 2022Iron Contributor
Hello, while I agree Windows Server editions should share a common set of tools, I do not understand why we need to rely on an executable for this.
Such tools should be made available as Windows Powershell modules - as far as I know "being scriptable with Powershell" is still an item from Microsoft Common Engineering Criteria for all Windows Server products.
Such tools should be made available as Windows Powershell modules - as far as I know "being scriptable with Powershell" is still an item from Microsoft Common Engineering Criteria for all Windows Server products.
- Karl-WEMay 05, 2022MVPAbsolutely, I was surprised they brought a cloud Integration Tool in form of an executable
If it was a PowerShell module compiled as exe, maybe to hide the code, that's OK. But it's really not.