Initialization Tool
    • PDF

    Initialization Tool

    • PDF

    Article Summary

    Available in Classic and VPC

    Initialization Tool is used for initializing the SID of a server before creating a Windows server image. Use the Initialization Tool to initialize to prevent SQL authentication errors in the server performing Sysprep as well as for the normal operation of servers when configuring Active Directory.

    Caution

    Since the data are deleted in the wallpaper while Initialization Tool is being executed, backup data before running it.

    Note

    Initialization Tool supports Windows 2012, 2016, and 2019 operating systems.

    Run Initialization Tool

    The following describes how to run Initialization Tool.

    Note
    • This section is based on Windows 2016.
    • While initializing, the exe file may be incorrectly recognized as a malware and automatically deleted. To prevent this, add the file to exclusions from detection in the anti-virus you use or the quarantine station of Windows Defender.
    1. Connect through remote desktop to access the server.

    2. Execute PowerShell with the administrator permissions.

      • If you don’t execute it with the administrator permissions, an access rejection error occurs when the script is run.
    3. Enter the following script and download Initialization Tool.

       $sourceFile = 'c:\initialize.zip' 
       $targetFile = 'c:\initialize\'
      
       Invoke-webRequest "http://init.ncloud.com/tools/initialize.zip" -outfile $sourceFile 
      
       [System.Reflection.Assembly]::LoadWithPartialName('System.IO.Compression.FileSystem') 
      
       [System.IO.Compression.ZipFile]::ExtractToDirectory($sourceFile, $targetfile) 
      
      • If an access rejection error occurs, end PowerShell and run it again with the administrator permissions.
    4. Move to the C:\initialize path, and run the Initialization Tool file with the administrator permissions.

      • If you have no administrator permissions, acquire them by entering the administrator password in the user account control pop-up.
    5. Check the notification on the Run window and enter y.

    6. Enter y if MSSQL is installed, and if not, enter n.

    7. Enter y to the question for re-confirming the initialization.

      • The initialization and Sysprep tasks start. After the tasks are completed, the server is stopped and the remote desktop connection is ended.

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.