Skip to content

Commit

Permalink
start of Add get-fogversion #10
Browse files Browse the repository at this point in the history
  • Loading branch information
darksidemilk committed Aug 18, 2024
1 parent e27f7e6 commit 7b1344e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions FogApi/Public/Get-FogVersion.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
function Get-FogVersion {
[CmdletBinding()]
param (

)


process {
return Invoke-FogApi -uriPath "system/info" -Method Get;
}

}

0 comments on commit 7b1344e

Please sign in to comment.