Added check if the software was started with admin rights.

This commit is contained in:
2026-06-01 15:49:14 +02:00
parent 27299fc8e7
commit e8df6042d2
4 changed files with 49 additions and 12 deletions
+4 -1
View File
@@ -20,6 +20,7 @@ WinForms tool for controlled Microsoft BizTalk Server 2020 platform operations d
- Host instance handling for the selected BizTalk server
- Dry-run mode enabled by default
- WMI access through `root\MicrosoftBizTalkServer`
- Startup check for administrator rights
- Detailed operation logging in the GUI and daily rolling log files next to the executable
- Environment status indicator based on host instance state
- Clear and Close actions in the main toolbar
@@ -27,7 +28,7 @@ WinForms tool for controlled Microsoft BizTalk Server 2020 platform operations d
## Safe Usage
1. Start the app on a BizTalk server or a management host with WMI access.
1. Start the app with **Run as administrator** on a BizTalk server or a management host with WMI access.
2. Keep **Dry run** enabled.
3. Click **Diagnose** to verify WMI access.
4. Click **Snapshot Before**.
@@ -38,6 +39,8 @@ WinForms tool for controlled Microsoft BizTalk Server 2020 platform operations d
The environment indicator shows `Started`, `Stopped`, `Partial` or `Unknown` from the most recent snapshot. `Clear` removes the visible status and operation log grids; it does not delete files.
The application checks administrator rights during startup. If it is not elevated, it shows an error message and exits because BizTalk WMI operations require an elevated administrator process.
## Operation Order
Shutdown: