diff --git a/FogApi/Public/Get-FogVersion.ps1 b/FogApi/Public/Get-FogVersion.ps1 new file mode 100644 index 0000000..1709437 --- /dev/null +++ b/FogApi/Public/Get-FogVersion.ps1 @@ -0,0 +1,12 @@ +function Get-FogVersion { + [CmdletBinding()] + param ( + + ) + + + process { + return Invoke-FogApi -uriPath "system/info" -Method Get; + } + +} \ No newline at end of file