Useful commands (cmd) | Part2 // The Translation Club

nbtstat -RR ⇒ If you are running the command on a WINS client, the WINS Client will erase the internal records on the WINS server first, then re-register it. (Used to solve the problem)

tracert 131.107.10.1 ⇒ This command sends ICMP packets to the same destination using different TTL times. This allows you to check which paths our packages follow as they reach another destination from your computer. This command shows a list of routers that determine the closest and shortest path between you and the target computer.

net helpmsg 52 ⇒ Explains the error codes.

net view \\\\192.168.0.2 ⇒ Shows the shared objects of the IP typed computer.

net view \\\\client98 ⇒ Shows shared objects of the named computer.

net share ⇒ Displays shared drives and folders on the computer.

net share hoop=f:\\hoop ⇒ shares the hoop folder that we created on the f drive with the same name again.

hostname ⇒ Displays the name of the computer.

%username% ⇒ The login user name of the computer.

%systemroot% ⇒ The folder where the operating system is installed.

%userprofile% ⇒ Displays the user profile

net time \\\\192.168.0.2 ⇒ Shows the date and time of the computer with IP entered.

net time \\\\client98 ⇒
Displays the date and time of the computer with the name entered.

net time \\\\client98 /set /y ⇒ Sets the machine we use based on the date and time of the named computer.

convert c: /fs:ntfs ⇒ Converts the C drive into NTFS system. The information inside is not deleted.

net help command ⇒ displays a description of all commands linked to the net command.

secedit /*******policy user_policy ⇒ Used to enable changes made to the Policies immediately on a user basis.

secedit /*******policy machine_policy ⇒ Used to enable changes made to on a computer basis immediately.

secedit /*******policy user_policy /enforce ⇒ Forces policy changes to take effect immediately.

secedit /*******policy machine_policy /enforce ⇒ Forces policy changes to take effect immediately.

nslookup ===> Checks that the DNS is functioning correctly.

nslookup the command is entered and then:

ls -t SRV mcseankara.com (SRV check your records)

ls -t SRV mcseankara.com > egemen.txt (Assigns SRV records into the egemen.txt file and must have 24 records)


192.168.0.1=> (checks reverse lookup operation)

egemen.mcseankara.com (checks forward lookup operation)

dcpromo ⇒ used for active directory manual installation

dcpromo /answer:c:\\promotec.txt ⇒ used for active directory auto-installation

csvde -i -f ekle.txt ⇒
adds only users from ekle.txt to “active drirectory” (separated by comma)

ldifde -i -f ekle.txt ⇒ adds, deletes, corrects users from ekle.txt to "active drirectory (separated by row)
 

7as

Uzman üye
15 May 2021
1,708
1,162
En el universo
nbtstat -RR ⇒ If you are running the command on a WINS client, the WINS Client will erase the internal records on the WINS server first, then re-register it. (Used to solve the problem)

tracert 131.107.10.1 ⇒ This command sends ICMP packets to the same destination using different TTL times. This allows you to check which paths our packages follow as they reach another destination from your computer. This command shows a list of routers that determine the closest and shortest path between you and the target computer.

net helpmsg 52 ⇒ Explains the error codes.

net view \\\\192.168.0.2 ⇒ Shows the shared objects of the IP typed computer.

net view \\\\client98 ⇒ Shows shared objects of the named computer.

net share ⇒ Displays shared drives and folders on the computer.

net share hoop=f:\\hoop ⇒ shares the hoop folder that we created on the f drive with the same name again.

hostname ⇒ Displays the name of the computer.

%username% ⇒ The login user name of the computer.

%systemroot% ⇒ The folder where the operating system is installed.

%userprofile% ⇒ Displays the user profile

net time \\\\192.168.0.2 ⇒ Shows the date and time of the computer with IP entered.

net time \\\\client98 ⇒ Displays the date and time of the computer with the name entered.

net time \\\\client98 /set /y ⇒ Sets the machine we use based on the date and time of the named computer.

convert c: /fs:ntfs ⇒ Converts the C drive into NTFS system. The information inside is not deleted.

net help command ⇒ displays a description of all commands linked to the net command.

secedit /*******policy user_policy ⇒ Used to enable changes made to the Policies immediately on a user basis.

secedit /*******policy machine_policy ⇒ Used to enable changes made to on a computer basis immediately.

secedit /*******policy user_policy /enforce ⇒ Forces policy changes to take effect immediately.

secedit /*******policy machine_policy /enforce ⇒ Forces policy changes to take effect immediately.

nslookup ===> Checks that the DNS is functioning correctly.

nslookup the command is entered and then:

ls -t SRV mcseankara.com (SRV check your records)

ls -t SRV mcseankara.com > egemen.txt (Assigns SRV records into the egemen.txt file and must have 24 records)


192.168.0.1=> (checks reverse lookup operation)

egemen.mcseankara.com (checks forward lookup operation)

dcpromo ⇒ used for active directory manual installation

dcpromo /answer:c:\\promotec.txt ⇒ used for active directory auto-installation

csvde -i -f ekle.txt ⇒ adds only users from ekle.txt to “active drirectory” (separated by comma)

ldifde -i -f ekle.txt ⇒ adds, deletes, corrects users from ekle.txt to "active drirectory (separated by row)
Nice topic
 

BASKWN

Üye
7 Kas 2021
145
84
22
KAYSERİ/İNCESU
nbtstat -RR ⇒ If you are running the command on a WINS client, the WINS Client will erase the internal records on the WINS server first, then re-register it. (Used to solve the problem)

tracert 131.107.10.1 ⇒ This command sends ICMP packets to the same destination using different TTL times. This allows you to check which paths our packages follow as they reach another destination from your computer. This command shows a list of routers that determine the closest and shortest path between you and the target computer.

net helpmsg 52 ⇒ Explains the error codes.

net view \\\\192.168.0.2 ⇒ Shows the shared objects of the IP typed computer.

net view \\\\client98 ⇒ Shows shared objects of the named computer.

net share ⇒ Displays shared drives and folders on the computer.

net share hoop=f:\\hoop ⇒ shares the hoop folder that we created on the f drive with the same name again.

hostname ⇒ Displays the name of the computer.

%username% ⇒ The login user name of the computer.

%systemroot% ⇒ The folder where the operating system is installed.

%userprofile% ⇒ Displays the user profile

net time \\\\192.168.0.2 ⇒ Shows the date and time of the computer with IP entered.

net time \\\\client98 ⇒ Displays the date and time of the computer with the name entered.

net time \\\\client98 /set /y ⇒ Sets the machine we use based on the date and time of the named computer.

convert c: /fs:ntfs ⇒ Converts the C drive into NTFS system. The information inside is not deleted.

net help command ⇒ displays a description of all commands linked to the net command.

secedit /*******policy user_policy ⇒ Used to enable changes made to the Policies immediately on a user basis.

secedit /*******policy machine_policy ⇒ Used to enable changes made to on a computer basis immediately.

secedit /*******policy user_policy /enforce ⇒ Forces policy changes to take effect immediately.

secedit /*******policy machine_policy /enforce ⇒ Forces policy changes to take effect immediately.

nslookup ===> Checks that the DNS is functioning correctly.

nslookup the command is entered and then:

ls -t SRV mcseankara.com (SRV check your records)

ls -t SRV mcseankara.com > egemen.txt (Assigns SRV records into the egemen.txt file and must have 24 records)


192.168.0.1=> (checks reverse lookup operation)

egemen.mcseankara.com (checks forward lookup operation)

dcpromo ⇒ used for active directory manual installation

dcpromo /answer:c:\\promotec.txt ⇒ used for active directory auto-installation

csvde -i -f ekle.txt ⇒ adds only users from ekle.txt to “active drirectory” (separated by comma)

ldifde -i -f ekle.txt ⇒ adds, deletes, corrects users from ekle.txt to "active drirectory (separated by row)
Nice <3
 

CasPeRAB

Uzman üye
7 Kas 2021
1,146
461
TR❤AZ
nbtstat -RR ⇒ If you are running the command on a WINS client, the WINS Client will erase the internal records on the WINS server first, then re-register it. (Used to solve the problem)

tracert 131.107.10.1 ⇒ This command sends ICMP packets to the same destination using different TTL times. This allows you to check which paths our packages follow as they reach another destination from your computer. This command shows a list of routers that determine the closest and shortest path between you and the target computer.

net helpmsg 52 ⇒ Explains the error codes.

net view \\\\192.168.0.2 ⇒ Shows the shared objects of the IP typed computer.

net view \\\\client98 ⇒ Shows shared objects of the named computer.

net share ⇒ Displays shared drives and folders on the computer.

net share hoop=f:\\hoop ⇒ shares the hoop folder that we created on the f drive with the same name again.

hostname ⇒ Displays the name of the computer.

%username% ⇒ The login user name of the computer.

%systemroot% ⇒ The folder where the operating system is installed.

%userprofile% ⇒ Displays the user profile

net time \\\\192.168.0.2 ⇒ Shows the date and time of the computer with IP entered.

net time \\\\client98 ⇒ Displays the date and time of the computer with the name entered.

net time \\\\client98 /set /y ⇒ Sets the machine we use based on the date and time of the named computer.

convert c: /fs:ntfs ⇒ Converts the C drive into NTFS system. The information inside is not deleted.

net help command ⇒ displays a description of all commands linked to the net command.

secedit /*******policy user_policy ⇒ Used to enable changes made to the Policies immediately on a user basis.

secedit /*******policy machine_policy ⇒ Used to enable changes made to on a computer basis immediately.

secedit /*******policy user_policy /enforce ⇒ Forces policy changes to take effect immediately.

secedit /*******policy machine_policy /enforce ⇒ Forces policy changes to take effect immediately.

nslookup ===> Checks that the DNS is functioning correctly.

nslookup the command is entered and then:

ls -t SRV mcseankara.com (SRV check your records)

ls -t SRV mcseankara.com > egemen.txt (Assigns SRV records into the egemen.txt file and must have 24 records)


192.168.0.1=> (checks reverse lookup operation)

egemen.mcseankara.com (checks forward lookup operation)

dcpromo ⇒ used for active directory manual installation

dcpromo /answer:c:\\promotec.txt ⇒ used for active directory auto-installation

csvde -i -f ekle.txt ⇒ adds only users from ekle.txt to “active drirectory” (separated by comma)

ldifde -i -f ekle.txt ⇒ adds, deletes, corrects users from ekle.txt to "active drirectory (separated by row)
Nice Topic Health to your hands
 
Üst

Turkhackteam.org internet sitesi 5651 sayılı kanun’un 2. maddesinin 1. fıkrasının m) bendi ile aynı kanunun 5. maddesi kapsamında "Yer Sağlayıcı" konumundadır. İçerikler ön onay olmaksızın tamamen kullanıcılar tarafından oluşturulmaktadır. Turkhackteam.org; Yer sağlayıcı olarak, kullanıcılar tarafından oluşturulan içeriği ya da hukuka aykırı paylaşımı kontrol etmekle ya da araştırmakla yükümlü değildir. Türkhackteam saldırı timleri Türk sitelerine hiçbir zararlı faaliyette bulunmaz. Türkhackteam üyelerinin yaptığı bireysel hack faaliyetlerinden Türkhackteam sorumlu değildir. Sitelerinize Türkhackteam ismi kullanılarak hack faaliyetinde bulunulursa, site-sunucu erişim loglarından bu faaliyeti gerçekleştiren ip adresini tespit edip diğer kanıtlarla birlikte savcılığa suç duyurusunda bulununuz.