Pages

Thursday, March 31, 2022

How to Enable or Disable SMBv2 in Windows 11/10.

How to Enable or Disable SMBv2 in Windows 11/10.

- Dùng PowerShell quyền Admin, chạy 3 lệnh bên dưới.
Commands Used:

1. Kiểm tra trạng thái SMB hiện tại Get-SmbServerConfiguration | Select EnableSMB2Protocol

2. Bật SMB Set-SmbServerConfiguration -EnableSMB2Protocol $true

3. Tắt SMB
Set-SmbServerConfiguration -EnableSMB2Protocol $false

Monday, March 21, 2022

Tìm kiếm 01 email gửi từ 01 IP

Tìm kiếm 01 email gửi từ 01 IP

Get-TransportService | ForEach-Object {Get-MessageTrackingLog -Server $_.Name -MessageSubject "Quota warning" -Start (Get-Date).AddDays(-1) -EventId Submit } | Select-Object -Property Sender,OriginalClientIp

Friday, March 18, 2022

Khắc phục lỗi 0x0000011b khi kết nối máy in qua Printer Server

Chỉnh trên Printer Server, trường hợp không dùng Printer Server thì chỉnh trên máy Client


Vào Registry để khách phục lỗi error 0x0000011b

Với cách số 2 này bạn không cần gỡ bản cập nhật (KB5005565). Tiến hành theo các bước như sau.

Bạn nhấn Phím Windows + R mở hộp thoại Run tiếp theo nhập Regedit nhấn phím Enterđể mở Registry Editor.

Tìm đến khóa theo đường dẫn: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print

Bạn tạo một giá trị DWORD-32bit mới có tên RpcAuthnLevelPrivacyEnabled và đặt giá trị của nó là giống như ảnh bạn có thể thấy bên dưới: