From 2f80dcc79a224cd15855bae85a2595d84b5c2711 Mon Sep 17 00:00:00 2001 From: Raffaele Sgherri Date: Thu, 1 Dec 2022 09:55:25 +0100 Subject: [PATCH 1/2] Update README.md Added a note as the script works only when English locale is used, because depends on text in output from utilities used. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db20228..babb51c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Coming from the fact that it is not so easy to troubleshoot device registration DSRegTool PowerShell is a comprehensive tool that performs more than 50 different tests that helps you to identify and fix the most common device registration issues for all join types (Hybrid Azure AD joined, Azure AD Joined and Azure AD Register). ## Script requirements -You can run DSRegTool as a normal user, except with option #3 and option #7 where you need to run DSRegTool with a user who has local admin permissions +You can run DSRegTool as a normal user, except with option #3 and option #7 where you need to run DSRegTool with a user who has local admin permissions. Please note that the OS llcale need to be set to English; other languages will make the script not work properly. ## How to run the script Download and run the `DSRegTool.ps1` script from [this](https://github.com/Azure-Samples/DSRegTool/archive/refs/heads/main.zip) GitHub repo. From 5fc956031cc5edd18166761f1edeaad4d5e72cba Mon Sep 17 00:00:00 2001 From: Raffaele Sgherri Date: Thu, 1 Dec 2022 14:19:22 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index babb51c..eae3736 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Coming from the fact that it is not so easy to troubleshoot device registration DSRegTool PowerShell is a comprehensive tool that performs more than 50 different tests that helps you to identify and fix the most common device registration issues for all join types (Hybrid Azure AD joined, Azure AD Joined and Azure AD Register). ## Script requirements -You can run DSRegTool as a normal user, except with option #3 and option #7 where you need to run DSRegTool with a user who has local admin permissions. Please note that the OS llcale need to be set to English; other languages will make the script not work properly. +You can run DSRegTool as a normal user, except with option #3 and option #7 where you need to run DSRegTool with a user who has local admin permissions. Please note that the OS locale needs to be set to English; other languages will make the script not work properly. ## How to run the script Download and run the `DSRegTool.ps1` script from [this](https://github.com/Azure-Samples/DSRegTool/archive/refs/heads/main.zip) GitHub repo.