PowerShellGallery icon indicating copy to clipboard operation
PowerShellGallery copied to clipboard

cannot resolve domain [ .id ]

Open 3xploiton3 opened this issue 1 year ago • 0 comments

Prerequisites

  • [X] Write a descriptive title.
  • [X] Make sure you are able to repro it on the latest version
  • [X] Search the existing issues.

Steps to reproduce

get-whois pandi.id

Expected behavior

success

Actual behavior

Resolve-DnsName: C:\Users\user\Documents\PowerShell\Modules\Get-WHOIS\1.0.1\Private\Find-WhoisServer.ps1:60
Line |
  60 |  … isDnsServersForTld = Resolve-DnsName "$tld.whois-servers.net" | Selec …
     |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     | id.whois-servers.net : DNS name does not exist.

Error details

No response

Environment data

PS C:\Terminal> $psversiontable

Name                           Value
----                           -----
PSVersion                      7.4.4
PSEdition                      Core
GitCommitId                    7.4.4
OS                             Microsoft Windows 10.0.22621
Platform                       Win32NT
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0

Version

1.0.1

Visuals

No response

3xploiton3 avatar Jul 29 '24 15:07 3xploiton3