anhd11.psm1
function Get-MrPSVersion { $PSVersionTable } function Get-MrComputerName { $env:COMPUTERNAME } function Get-anh { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 Invoke-Expression "& `"D:\01 Project\appCURE-CLI\appCURE_CLI\bin\Debug\net8.0\appCURE_CLI.exe`" $args" } |