Tag Archives: windows
Finding WWN’s on Windows Server 2012 R2 using PowerShell.
DHCP server connected but not authorized in Active Directory for use on your network.
At the DHCP server computer, click Start, point to Administrative Tools, and then click DHCP. In the DHCP console, right-click DHCP. Select Manage authorized servers. In the Manage Authorized Servers dialog box, click Authorize. In the Authorize DHCP Server dialog box, type the name or IP address of the DHCP server, and then click OK.
WireShark: “No interfaces found” on Microsoft Windows
Windows ortamında WireShark programınız interface’leri görmüyor ise çözüm aşağıdaki gibidir. Öncelikle CMD’yi admin ile çalıştırıyoruz. Aşağıdaki komut ile npf servisini kontrol ediyoruz.
1 2 3 4 5 6 7 8 9 |
C:\Windows\system32>sc query npf SERVICE_NAME: npf TYPE : 1 KERNEL_DRIVER STATE : 4 STOP (STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN) WIN32_EXIT_CODE : 0 (0x0) SERVICE_EXIT_CODE : 0 (0x0) CHECKPOINT : 0x0 WAIT_HINT : 0x0 |
Aşağıdaki komut yardımı ile eğer servis çalışmıyor ise start diyerek başlatıyoruz. Bazı durumlarda çalışmasına rağmen interface görmeyebiliyor. Bu durumlarda önce stop komutu ile servisi durduruyoruz. Daha sonrasında tekrar start komutu ile servisi… Read More »