You are on page 1of 2

Windows PowerShell

Copyright (C) 2016 Microsoft Corporation. All rights reserved.

PS C:\Users\VCSZ>
PS C:\Users\VCSZ> nslookup
Default Server: vcsz1.vcsz.loc
Address: 172.16.1.1

>
> set type=any
> vcsz.loc
Server: vcsz1.vcsz.loc
Address: 172.16.1.1

vcsz.loc nameserver = vcsz1.vcsz.loc


vcsz.loc
primary name server = vcsz1.vcsz.loc
responsible mail addr = hostmaster.vcsz.loc
serial = 1
refresh = 900 (15 mins)
retry = 600 (10 mins)
expire = 86400 (1 day)
default TTL = 3600 (1 hour)
vcsz1.vcsz.loc internet address = 172.16.1.1
>

Microsoft Windows [Version 10.0.14393]


(c) 2016 Microsoft Corporation. Minden jog fenntartva.

C:\Windows\system32>vcsz
'vcsz' is not recognized as an internal or external command,
operable program or batch file.

C:\Windows\system32>nslookup
Default Server: vcsz1.vcsz.loc
Address: 172.16.1.1

> vcsz
Server: vcsz1.vcsz.loc
Address: 172.16.1.1

*** vcsz1.vcsz.loc can't find vcsz: Non-existent domain


> vcsz.loc
Server: vcsz1.vcsz.loc
Address: 172.16.1.1

Name: vcsz.loc

>
>
>
>
> set type=any
> vcsz.loc
Server: vcsz1.vcsz.loc
Address: 172.16.1.1

vcsz.loc nameserver = vcsz1.vcsz.loc


vcsz.loc
primary name server = vcsz1.vcsz.loc
responsible mail addr = hostmaster.vcsz.loc
serial = 1
refresh = 900 (15 mins)
retry = 600 (10 mins)
expire = 86400 (1 day)
default TTL = 3600 (1 hour)
vcsz1.vcsz.loc internet address = 172.16.1.1
> vcsz
Server: vcsz1.vcsz.loc
Address: 172.16.1.1

*** vcsz1.vcsz.loc can't find vcsz: Non-existent domain


> vcsz1
Server: vcsz1.vcsz.loc
Address: 172.16.1.1

vcsz1.vcsz.loc internet address = 172.16.1.1


>

You might also like