You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
430 B
15 lines
430 B
@ECHO OFF
|
|
|
|
:: ######################################################
|
|
:: #
|
|
:: # Splunk for Microsoft Windows
|
|
:: #
|
|
:: # Copyright (C) 2021 Splunk, Inc.
|
|
:: # All Rights Reserved
|
|
:: #
|
|
:: ######################################################
|
|
|
|
set SplunkApp=Splunk_TA_windows
|
|
|
|
%SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe -executionPolicy RemoteSigned -command ". '%SPLUNK_HOME%\etc\apps\%SplunkApp%\bin\powershell\%1'"
|