gabriel-vanca / Test-DNSRecord

A simple wrapper for the function Resolve-DNSName to perform DNS queries against specific DNS Servers
MIT License
0 stars 0 forks source link

Fix Module Manifest RequiredModules option #4

Closed gabriel-vanca closed 1 month ago

gabriel-vanca commented 1 month ago

RequiredModules option need to specify the module name, version and GUID.

Get-module -Name "DnsClient" | Get-Member CompatiblePSEditions

(Get-module -Name "DnsClient").CompatiblePSEditions

(Get-module -Name "DnsClient").Guid