From eb12f9f649616683bc0f5f3618db4218a6c56af6 Mon Sep 17 00:00:00 2001 From: Colleen McGinnis Date: Fri, 12 Jan 2024 11:24:03 -0600 Subject: [PATCH] copy over changes from https://github.com/elastic/apm-server/pull/12343/files --- docs/en/apm-server/getting-started-apm-server.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/apm-server/getting-started-apm-server.asciidoc b/docs/en/apm-server/getting-started-apm-server.asciidoc index ce025d7e32..a1f673c222 100644 --- a/docs/en/apm-server/getting-started-apm-server.asciidoc +++ b/docs/en/apm-server/getting-started-apm-server.asciidoc @@ -284,12 +284,12 @@ If you are running Windows XP, you may need to download and install PowerShell. [source,shell] ---------------------------------------------------------------------- PS > cd 'C:\Program Files\APM-Server' -PS C:\Program Files\APM-Server> .\install-service-apm-server.ps1 +PS C:\Program Files\APM-Server> .\install-service.ps1 ---------------------------------------------------------------------- NOTE: If script execution is disabled on your system, you need to set the execution policy for the current session to allow the script to run. -For example: `PowerShell.exe -ExecutionPolicy UnRestricted -File .\install-service-apm-server.ps1`. +For example: `PowerShell.exe -ExecutionPolicy UnRestricted -File .\install-service.ps1`. endif::[]