-
Notifications
You must be signed in to change notification settings - Fork 5
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
Comments
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 |
In windows 7 what is the version required? My powershell version is: |
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. |
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 |
While I made some improvements regarding reliability I fixed this issue too. Hopefully, because I don't have a Windows 7 system anymore. |
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!
The text was updated successfully, but these errors were encountered: