init commit
This commit is contained in:
23
start-audit.ps1
Normal file
23
start-audit.ps1
Normal file
@@ -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 <Parameter_Name>
|
||||||
|
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.
|
||||||
|
|
||||||
|
#>
|
||||||
|
|
||||||
Reference in New Issue
Block a user