14 Temmuz 2022 Perşembe

Windows Batch pushd

Giriş
Açıklaması şöyle
To remember a folder, you could use the pushd command together with the popd command.

To remember a folder :

pushd
To return to the remembered folder :

popd
These commands use a stack that can remember more than one folder.

Powershell Test-NetConnection

Örnek
Şöyle yaparız
> Test-NetConnection -ComputerName 172.18.17.215 -Port 30324

ComputerName     : 172.18.17.215
RemoteAddress    : 172.18.17.215
RemotePort       : 30324
InterfaceAlias   : OpenVPN TAP-Windows6
SourceAddress    : 172.31.252.65
TcpTestSucceeded : True