Public/System/Get-CWMSystemInfo.ps1
function Get-CWMSystemInfo { [CmdletBinding()] param() $Endpoint = '/system/info' Invoke-CWMGetMaster -Arguments $PsBoundParameters -Endpoint $Endpoint } |
function Get-CWMSystemInfo { [CmdletBinding()] param() $Endpoint = '/system/info' Invoke-CWMGetMaster -Arguments $PsBoundParameters -Endpoint $Endpoint } |