Update README.md

This commit is contained in:
2024-06-24 10:35:54 +00:00
parent 943c48de7e
commit 950fb7ae81

View File

@@ -1,2 +1,11 @@
# windows
# Windows
## powershell
### Dig Equivalent
```
Resolve-DnsName -Name google.com -Server 192.168.0.1
Resolve-DnsName -Name google.com
```