readme.md
This commit is contained in:
19
README.md
19
README.md
@@ -1,11 +1,26 @@
|
||||
|
||||
# Windows
|
||||
|
||||
|
||||
## Table of Contents
|
||||
|
||||
- [Windows](#windows)
|
||||
- [Table of Contents](#table-of-contents)
|
||||
- [WSL](#wsl)
|
||||
- [Powershell](#powershell)
|
||||
- [Dig Equivalent](#dig-equivalent)
|
||||
|
||||
## WSL
|
||||
|
||||
For more information on WSL [check](/kb/wsl).
|
||||
|
||||
## Powershell
|
||||
|
||||
### Dig Equivalent
|
||||
|
||||
```
|
||||
``` powershell
|
||||
|
||||
Resolve-DnsName -Name google.com -Server 192.168.0.1
|
||||
Resolve-DnsName -Name google.com
|
||||
```
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user