Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Posssible alternative to "Resolve-DnsName" ? #1

Open
domib97 opened this issue Apr 16, 2017 · 5 comments
Open

Posssible alternative to "Resolve-DnsName" ? #1

domib97 opened this issue Apr 16, 2017 · 5 comments

Comments

@domib97
Copy link

domib97 commented Apr 16, 2017

Could you use instead of an Resolve-DnsName cmdlet a standard .NET class, beacause I am running Windows 7 where I cant use this cmdlet. Script tested on a Win 10 client works fine.
Thanks!

@qpirsel
Copy link
Owner

qpirsel commented May 1, 2017

Thanks for your feedback and sorry for the delay but I'm very busy at the moment.

Actually I don't want to change the main script. Anyway, as far as I know already PowerShell 5 is available for Windows 7 (SP1) users. So why not simply update your WMF version?

Regards

@arisliang
Copy link

In windows 7 what is the version required?

My powershell version is:
Major Minor Build Revision
5 1 14409 1018
But it still has this error.

@arisliang
Copy link

It seems this command is not available in windows 7 (https://stackoverflow.com/questions/51423281/powershell-does-not-recognize-the-command-resolve-dnsname), so basically this script doesn't work on windows 7.

@qpirsel
Copy link
Owner

qpirsel commented May 28, 2019

So far I assumed that Commandlets are exclusively related to PS/.NET Versions. I'll have a look at the code these days.

Thank's for the information

@qpirsel
Copy link
Owner

qpirsel commented Sep 15, 2019

While I made some improvements regarding reliability I fixed this issue too. Hopefully, because I don't have a Windows 7 system anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants