DNSlivery icon indicating copy to clipboard operation
DNSlivery copied to clipboard

win7 or win2008 can't work

Open WhiExplosions opened this issue 4 years ago • 2 comments

It errors in win7 or win2008. 无法将“Resolve-DnsName”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请 检查名称的拼写,如果包括路径,请确保路径正确,然后重试。 https://xbuba.com/questions/51423281 Please, is there any resolution?

WhiExplosions avatar Jun 17 '20 09:06 WhiExplosions

I am aware of this issue which is due to the fact that the Resolve-DnsName cmdlet has been introduced in PowerShell V3 but Windows 7 and Server 2008 only supports PowerShell V2. In order to fix this issue, we need to find an alternative to Resolve-DnsName that fits in the small payload size available...

I would like to work on this issue but I don't have much time right now... Any help or suggestion will be highly appreciated!

no0be avatar Jul 09 '20 20:07 no0be

I am aware of this issue which is due to the fact that the Resolve-DnsName cmdlet has been introduced in PowerShell V3 but Windows 7 and Server 2008 only supports PowerShell V2. In order to fix this issue, we need to find an alternative to Resolve-DnsName that fits in the small payload size available...

I would like to work on this issue but I don't have much time right now... Any help or suggestion will be highly appreciated!

Hello! How about this? https://powershellmagazine.com/2013/01/07/pstip-resolving-ip-addresses-with-wmi/

analyserdmz avatar Aug 12 '21 16:08 analyserdmz