Pages

Thursday, December 1, 2022

How to Set the Timezone and Configure NTP on Windows Server

How to Set the Timezone and Configure NTP on Windows Server


Network Time Protocol (NTP) is a highly scalable internet protocol that determines the best time information and synchronizes accurate settings on a computer system. This guide explains how to set the time zone and configure NTP on a Windows Server.

This guide uses Windows Server 2019, but these instructions work on any machine with Server 2016 or later.

Prerequisites

Before you begin:

Set the Timezone

Monday, October 24, 2022

Exchange updates step-by-step guide

Exchange updates step-by-step guide
https://setup.microsoft.com/wizard/exchangeupdatesguide

Tuesday, October 11, 2022

Kiểm tra các mailbox forwarded.

Get-mailbox -ResultSize unlimited
# Get all mailboxes Get-mailbox -ResultSize unlimited | Select Name,ForwardingAddress
# Get all mailboxes and ForwardingAddress Get-mailbox -ResultSize unlimited | select Name,ForwardingAddress | where {$_.ForwardingAddress -ne $Null}
# Get mailboxes with maiboxes forwarded

Kiểm tra các email gửi bị lỗi.

Start - Microsoft Exchange Server 2016 - Exchange Management Shell, type :
+ Get-TransportService
# Check service status + Get-TransportService | Get-MessageTrackingLog -Sender abc@dot.vn -MessageSubject "Test" # Check logs sent from HiepIT with subject Test + Get-TransportService | Get-MessageTrackingLog -Sender user@domain.vn -MessageSubject "Test" | Sort-Object Timestamp | ft -AutoSize # Sort time and fit column

Search và xóa email trong Exchange online & On-premise

Cần xóa các email có nội dùng và gửi tới user:

'subject:"Reminder task work 02-12-2020" 
to:"test4@domainabc.vn"'


New-ComplianceSearch `
-Name TestSearch `
-ExchangeLocation All `
-ContentMatchQuery 'subject:"Reminder task work 02-12-2020'

Friday, October 7, 2022

CÁCH THIẾT LẬP VÀ KẾT NỐI POWERSHELL VỚI MICROSOFT 365

Window PowerShell là ứng dụng có sẵn trên các hệ điều hành Windows. Để sử dụng PowerShell kết nối với tài khoản Microsoft 365 ta làm các bước như sau:

Mở PowerShell

Start / Window PowerShell . Lưu ý bạn phải mở ứng dụng này bằng quyền administrator (chuột phải và chọn Run as administrator )

Tuesday, September 20, 2022

Xóa file log trong vcenter

Xóa file log trong vcenter

// Xem thông tin các ổ đĩa
df -h

// Chuyển tới thư mục cần xóa
cd /storage/log ; cd vmware/

//Xem các file log trong thư mục
 /storage/log/vmware ]# ls

//Xem dung lượng thư mục
 du -sh * | grep G

//Chuyển tới thư mục cần xóa
cd sso

//Xóa các file có tên
rm -rf localhost_access*
rm -rf catalina*

//Kiểm tra lại
root@vcenter [ /storage/log/vmware/sso ]# df -h

Thursday, August 18, 2022

vcruntime140_1.dll was not found

vcruntime140_1.dll was not found

https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170

Tuesday, August 16, 2022

Xóa offline Address book

Xóa offline Address book

AppData\Local\Microsoft\Outlook\Offline Address Books

Delete the OAB files

Another way to make sure that you get a fresh copy of the OAB is by renaming the oab-files to .old when Outlook is closed.

They are stored in the following location:

  • Windows XP
    C:\Documents and Settings\%username%\Local Settings\Application Data\Microsoft\Outlook\
  • Windows Vista, Windows 7, Windows 8 and Windows 10
    C:\Users\%username%\AppData\Local\Microsoft\Outlook

You can paste the path mentioned above in the Address Bar of Explorer to quickly open the location.
You can paste the path mentioned above in the Address Bar of Explorer to quickly open the location.

Monday, July 18, 2022

SỬ DỤNG ỨNG DỤNG CÓ SẴN XBOX ĐỂ QUAY MÀN HÌNH TRỰC TIẾP

Xbox Game Bar là ứng dụng có sẵn, đi kèm miễn phí với phiên bản mới của Window 10. Vốn dĩ, phần mềm này được ra đời để giúp người chơi theo dõi hiệu suất máy tính của họ. Tuy nhiên, bạn vẫn có thể tận dụng tính năng của ứng dụng này để ghi lại màn hình máy tính của mình, ngay cả khi không chơi game.

Wednesday, July 13, 2022

How to Whitelist an Email Address in Office 365


  1. Open Microsoft 365 Defender
  2. Click on Policies and Rules and choose Threat Policies
  3. Open the Anti-Spam policies
  4. Scroll all the way down in the fly-out and click on Edit allowed and blocked senders and domains

Thursday, April 28, 2022

Tạo file .pfx để import vào IIS

Thông thường khi đăng ký chứng chỉ SSL, bạn sẽ nhận được các file như: domain.key, domain.crt… Tuy nhiên trên Windows sẽ không thể add các chứng thực trên vào vì không hỗ trợ các định dạng trên. Vì vậy cần convert qua định dạng windows hỗ trợ là PFX. Ta có thể sử dụng tool trung gian để convert các định dạng trên sang PFX.

Để tạo ra file pfx trên windows cần truy cập link https://www.ssl

Tuesday, April 26, 2022

Sửa lỗi vcruntime140_1.dll

Sửa lỗi vcruntime140_1.dll

https://docs.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170

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:

Tuesday, February 22, 2022

Components code and abbreviation on Laptop motherboard

Components code and abbreviation on Laptop motherboard

COMPONENTS CODE

CODE COMPONENT
C :CAPACITOR
IODE
F :FUSE
L :INDUCTOR
PC :POWER CAPACITOR
PD :POWER DIODES/DIODE
PL :POWER INDUCTOR
PQ :POWER TRANSISTOR
PR :POWER RESISTOR
PU :POWER INTEGRATED CIRCUIT
Q :TRANSISTOR
R :RESISTOR
T : Transformers
U :INTEGRATED CIRCUIT/BGA CHIP/EMBEDDED CONTROLER/BIOS IC,ETC
X : Terminal strips, terminations, joins .oscilator
Y : Crystal

Thursday, January 20, 2022

Sửa lỗi các máy Photocopy không scan được qua NAS khi upgrade lên version 7

Sửa lỗi các máy Photocopy không scan được qua NAS khi upgrade lên version 7.


1. Telet vào máy photocopy

2. Kiểm tra smb client

Command: Show để kiểm tra  tình trạng SMB hiện tại

3. Chỉnh smb client auth 0 --> 1

command: smb client auth 1

4. Bấm logout press enter

chọn "yes"  để lưu cấu hình






Khởi động lại máy Photocopy

Thursday, January 6, 2022

Remote Desktop Services on Server 2012R2 Role Fail

RDVH is based on Hyper-v so you need to install this role first. if you are running  ESXi and your Server is inside a VM, you need to enable VMware  nesting on your Virtual machine which is disable by default in order to be able to install Hyper-V on your VM. What you need to do is adding a couple of line of configuration in VMX file in your VM's file in appropriate ESXi DataStore. to do that, shutdown your machine, delete it from ESXi inventory, browse your data store  which contains your vm's files, locate vmx file of your vm, download it to your desktop, open it with wordpad and add these to lines to the end: 

vhv.enable = "TRUE"

hypervisor.cpuid.v0 = "FALSE"

save the file and put it back to the same location of  datastore you downloaded before. then put back youre vm to the ESXi inventory and you are ready to go. power on your vm and you will see that you are able to install Hyper-V roll on your machine.