hi
i installed network module on my ubuntu 22.04 but command does not run
here is my outputL
PS /> Get-Command -module Network
CommandType Name Version Source
Alias Add-WebSecurityProtocol 0.9.1 Network
Alias Expand-Url 0.9.1 Network
Function Add-HostsFileEntry 0.9.1 Network
Function Clear-DnsCache 0.9.1 Network
Function Convert-CidrToDottedSubnetMask 0.9.1 Network
Function Convert-SubnetMaskToCidr 0.9.1 Network
Function ConvertTo-DecimalIP 0.9.1 Network
Function ConvertTo-DottedDecimalIP 0.9.1 Network
Function Disable-Proxy 0.9.1 Network
Function Enable-Proxy 0.9.1 Network
Function Expand-Uri 0.9.1 Network
Function Get-DnsAddressList 0.9.1 Network
Function Get-DnsCache 0.9.1 Network
Function Get-DNSDebugLog 0.9.1 Network
Function Get-DNSScavengeRecord 0.9.1 Network
Function Get-HostsFile 0.9.1 Network
Function Get-MyIpAddress 0.9.1 Network
Function Get-Netstat 0.9.1 Network
Function Get-Proxy 0.9.1 Network
Function Get-WebCertificate 0.9.1 Network
Function Get-WebSecurityProtocol 0.9.1 Network
Function Import-509Certificate 0.9.1 Network
Function Invoke-DNSManualCleanUp 0.9.1 Network
Function Remove-HostsFileEntry 0.9.1 Network
Function Send-WakeOnLan 0.9.1 Network
Function Set-WebCertificatePolicy 0.9.1 Network
Function Set-WebSecurityProtocol 0.9.1 Network
Function Test-CertificateAuthorityPlacement 0.9.1 Network
PS /> Get-Netstat
ConvertFrom-String: The term ‘ConvertFrom-String’ is not recognized as a name of a cmdlet, function, script
file, or executable program. Check the spelling of the name, or if a path was included,
verify that the path is correct and try again.
what should i do ?