ITAUTOMATED TECHNICAL SUPPORT

Troubleshooting

Use guided checks and product-specific resolution steps to isolate startup, connectivity, licensing, update and administration problems before submitting a support request.

Applies to0.25.x PlatformWindows x64 MethodSafe first checks Updated
BEFORE CHANGING THE ENVIRONMENT

Preserve the evidence and use preview first

Record the exact error and timestamp before restarting services, reinstalling modules or changing production configuration. Use ITAutomated preview and dry-run controls wherever they are available.

Prepare evidence
60-SECOND HEALTH CHECK

Confirm the troubleshooting baseline

Mark each item that is already confirmed. Progress is saved only in this browser.

GUIDED DIAGNOSIS

Choose the closest symptom

Start with the path that best matches what the administrator sees.

SAFE FIRST CHECKS

The application will not start

  1. Confirm you extracted the complete build ZIP to a local folder.
  2. Check Windows Properties for an Unblock option.
  3. Verify that appsettings.json and all build files are present.
  4. Review the first matching Windows Application event.
Open the detailed article
RESOLUTION LIBRARY

Search troubleshooting articles

Search the complete article text or filter by product area.

29 articles

EVIDENCE COLLECTION

Collect only what supports the issue

Use the application's Open logs action first. The commands below are optional checks for the affected dependency.

Always include

  • ITAutomated version
  • Affected module and operation
  • Exact error text and timestamp
  • Expected result and actual result
  • Whether preview or dry-run succeeded

Remove before sharing

  • Passwords and MFA codes
  • Licence keys and access tokens
  • Authentication cookies
  • Personal or patient information
  • Unnecessary server and user lists
WINDOWS POWERSHELL

Confirm the execution host

$PSVersionTable.PSVersion
CITRIX MODULES

List visible Citrix modules

Get-Module -ListAvailable Citrix* |
  Sort-Object Name, Version -Descending |
  Select-Object Name, Version, Path
MICROSOFT MODULES

Check common RSAT modules

Get-Module -ListAvailable ActiveDirectory,DnsServer,RemoteDesktop |
  Select-Object Name, Version, Path
REMOTE MANAGEMENT

Test a selected server

Test-WSMan <server-fqdn>
Do not run broad collection scripts in production without review.

Collect the smallest evidence set that reproduces the issue. Do not disable endpoint protection, firewall policy or product safety controls as a general troubleshooting step.

ISSUE STILL UNRESOLVED?

Submit a complete ITAutomated support request

Include the version, module, exact error, timestamp, business impact, safe reproduction steps and sanitised evidence.

Scroll to Top