24 lines
437 B
PowerShell
24 lines
437 B
PowerShell
<#
|
|
.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.
|
|
|
|
#>
|
|
|