Share via

NEED TO SOLVE

sathyan 0 Reputation points
2025-11-24T11:23:31.69+00:00

UNFORTUNETLY I DELETE THE CNC MACHINE DRILLING APPS HOW TO RECOVER THAT APP THIS APP MADE FROM CHINA SO NEED VERY SOON

Windows for business | Windows 365 Business

2 answers

Sort by: Most helpful
  1. Harry Phan 22,550 Reputation points Independent Advisor
    2025-11-24T11:49:17.1333333+00:00

    Hello sathyan

    If the CNC drilling application was accidentally deleted, the best way to recover it is to reinstall the software package provided by the machine manufacturer. Since this app was developed in China, you will need to obtain the original installation media or download link directly from the vendor or their authorized distributor.

    If you do not have the installer, please contact the CNC machine manufacturer’s support team—they can provide the correct version and ensure compatibility with your hardware. In the meantime, avoid using third‑party recovery tools, as they may not restore the application correctly and could affect machine stability.

    If you find this answer helpful, please click “Accept Answer” so we know your question has been addressed 🙂.

    Harry.

    Was this answer helpful?

    0 comments No comments

  2. AI answer

    2025-11-24T11:23:41.0333333+00:00

    To recover a deleted application, such as your CNC machine drilling app, you can follow these steps if it was deleted within the last 30 days:

    1. Check for Soft-Deleted Applications: Deleted applications typically enter a soft-deleted state and can be restored within 30 days. You can view these applications through the Microsoft Entra admin center or by using PowerShell commands.
    2. Using PowerShell to Restore:
      • First, connect to Microsoft Entra with the necessary permissions:
             Connect-Entra -Scopes 'Application.Read.All'
        
      • Then, find the deleted application using:
             Get-EntraDeletedApplication -All
        
      • After identifying the application, restore it using:
             Restore-EntraDeletedDirectoryObject -Id 'APPLICATION_ID'
        
      • Note that restoring the application does not automatically restore its service principal; you need to run a separate command for that.
    3. Check the Deleted Items Container: If you are using the Microsoft Entra admin center, you can also check the deleted items container for your application.

    If the application was deleted more than 30 days ago, it cannot be recovered. In that case, you may need to recreate the application from scratch.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

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