Deployment Failed AZURE STACK HCI 23H2

Samuele Provvedi 150 Reputation points
2024-02-29T16:12:47.53+00:00

Hi, I've this issues when deploy the azure stack hci System User's image

I've check the Prerequisite: User's image

does anyone know the reason for this error? Thank you for the replies.

Azure Stack HCI
Azure Stack HCI
A hyperconverged infrastructure operating system delivered as an Azure service that provides security, performance, and feature updates.
300 questions
{count} votes

Accepted answer
  1. deherman-MSFT 34,931 Reputation points Microsoft Employee
    2024-03-07T15:28:55.6333333+00:00

    @Samuele Provvedi

    I have reached out via PM to investigate the new issue that you are experiencing. Please respond to that directly so we can continue to troubleshoot.

    I'm glad that you were able to resolve your initial issue and thank you for posting your solution so that others experiencing the same thing can easily reference this! Since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others ", I'll repost your solution in case you'd like to "Accept " the answer.

    Issue: You were receiving an error when attempting to deploy Azure Stack HCI 23H2.

    The ActiveDirectory user account 'labnt.local\asadmin' is ineleigible to be used as a deployment user: the user is missing the GenericAll permission to the organization unit 'OU=ASHCI,DC=labNT,DC=local'

    Solution: Updating the AD preparation modules with the commands below resolve the issue:

    Install-Module AsHciADArtifactsPreCreationTool -Repository PSGallery -Force
    
    New-HciAdObjectsPreCreation -AzureStackLCMUserCredential (Get-Credential) -AsHciOUName "OU=DEMO,DC=labNT,DC=local"
    

    If you have any other questions or are still running into more issues, please let me know. Thank you again for your time and patience throughout this issue.

    Please remember to "Accept Answer" if any answer/reply helped, so that others in the community facing similar issues can easily find the solution.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Samuele Provvedi 150 Reputation points
    2024-03-01T16:47:35.83+00:00

    Solved this Issues

    In my case:

    The problem was due to the fact that I still had the old AD preparation modules, updating them with the DOC commands that I attach below was a solution

    Install-Module AsHciADArtifactsPreCreationTool -Repository PSGallery -Force

    New-HciAdObjectsPreCreation -AzureStackLCMUserCredential (Get-Credential) -AsHciOUName "OU=DEMO,DC=labNT,DC=local"

    Attention the OU must be pre-created before issuing the N2 command

    In this moment I've another Issues

    • I've test time zone with the command in documentation but i've this Issues. User's image The validation Chech in my case don't Work because don't have the parameter i've only 1 user created by The script above described

    Have you any idea?

    Thank

    Samuele

    1 person found this answer helpful.
    0 comments No comments