DISM commands missing (error 87)

AStath 21 Reputation points
2022-11-29T09:54:59.75+00:00

After trying to use DISM /online /Get-TargetEditions on a Windows server 2012 essentials installation in order to change the version to 2012 standard and much to my surprise, I received an error 87 stating that the get-TargetEditions is unknown command.

Has this occured to anyone and if so is there a way around it?

Thanks in advance!

Windows for business Windows Server User experience Other
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2022-11-29T15:54:39.397+00:00

    You could try a repair install but the much simpler / safer method may be to stand up the new Standard for replacement.

    The two prerequisites to introducing the first 2019 or 2022 domain controller are that domain functional level needs to be 2008 or higher and older sysvol FRS replication needs to have been migrated to DFSR
    https://techcommunity.microsoft.com/t5/Storage-at-Microsoft/Streamlined-Migration-of-FRS-to-DFSR-SYSVOL/ba-p/425405

    I'd use dcdiag / repadmin tools to verify health correcting all errors found before starting any operations. Then stand up the new 2019 or 2022, patch it fully, license it, join existing domain, add active directory domain services, promote it also making it a GC (recommended), transfer FSMO roles over (optional), transfer pdc emulator role (optional), use dcdiag / repadmin tools to again verify health, when all is good you can decommission / demote old one.

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2022-11-29T15:21:21.483+00:00

    What about

    dism /?  
    

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.