From 551ba6d42da006285041ac9d9b41f77c2052c016 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0t=C4=9Bp=C3=A1n?= Date: Sun, 21 Jul 2024 19:15:54 +0200 Subject: [PATCH] init commit --- README.MD | 1 + start-audit.ps1 | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 README.MD create mode 100644 start-audit.ps1 diff --git a/README.MD b/README.MD new file mode 100644 index 0000000..687dc99 --- /dev/null +++ b/README.MD @@ -0,0 +1 @@ +# Script pro jednodušší On-Boarding klientů \ No newline at end of file diff --git a/start-audit.ps1 b/start-audit.ps1 new file mode 100644 index 0000000..7da49a5 --- /dev/null +++ b/start-audit.ps1 @@ -0,0 +1,23 @@ +<# +.SYNOPSIS + Získání základních informací o serveru. + +.DESCRIPTION + A detailed description of the script's functionality and usage. + +.PARAMETER + Description of a parameter that the script takes. + +.EXAMPLE + An example of how to use the script. + +.NOTES + Author: Petr Štěpán + Company: Total Service a.s. + Version: 1.0 + +.LINK + Link to more information or related resources. + +#> +