commit 551ba6d42da006285041ac9d9b41f77c2052c016 Author: Petr Štěpán Date: Sun Jul 21 19:15:54 2024 +0200 init commit 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. + +#> +