https://www.pdfgear.com/?utm_source=kevin&utm_medium=youtube
Thursday, March 28, 2024
Friday, January 26, 2024
Download Apps O365
https://portal.office.com/account/?ref=MeControl#installs
Labels:
Downloads,
WindowsServer
Wednesday, January 24, 2024
Set Outlook Offline
Set Outlook Offline
Sub SetOfflineMode() Dim appOutlook Dim blnIsOffline On Error Resume Next Set appOutlook = CreateObject("Outlook.Application") If Err.Number = 0 Then blnIsOffline = appOutlook.Session.Offline If Not blnIsOffline Then appOutlook.ActiveExplorer.CommandBars.ExecuteMso ("ToggleOnline") End If Else End If If Not (appOutlook Is Nothing) Then Set appOutlook = Nothing End Sub
Labels:
Script
Monday, January 22, 2024
Friday, December 8, 2023
Monday, September 25, 2023
Adding a shared network drive as a Trusted Location
1) Open start menu and look for Internet Options
2) Go to Security
3) Trusted Sites
4) Sites
5) Untick Require server verification (https
for all sites in this zone
6) Add the drive (you can add just the mapped drive letter, and it will convert it to UNC, or just the ip of the host)
In excel if it doesn't work also check that in the Trust Center and make sure network locations are authorized and that macro security level is set to at least have a notification that you will be able to accept.
2) Go to Security
3) Trusted Sites
4) Sites
5) Untick Require server verification (https
6) Add the drive (you can add just the mapped drive letter, and it will convert it to UNC, or just the ip of the host)
In excel if it doesn't work also check that in the Trust Center and make sure network locations are authorized and that macro security level is set to at least have a notification that you will be able to accept.
Labels:
ThuThuatPC
Friday, September 15, 2023
Unban 1 IP - Gỡ IP ra khỏi fail2ban
Unban 1 IP
1. Kiểm tra IP có bị chặn không.
iptables -v -L -n
2. Gỡ IP ra khỏi danh sánh
fail2ban-client set asterisk-cpbx unbanip 10.10.6.65
Labels:
LINUX-UNIX,
VoIP - Asterisk,
VoIP-FreePBX
Monday, September 11, 2023
Xóa mail box trên cloud
Xóa mail box trên cloud
Get-User user@domain.com | Select name,*Recipient*
Set-User user@domain.com -PermanentlyClearPreviousMailboxInfo -confirm:$false
Labels:
O365
Wednesday, August 30, 2023
Monday, August 28, 2023
Microsoft Office Outlook Exchange Error 80090016 After a System Board Replacement
Symptoms
You receive the following error, "Your computer's Trusted Platform Module has malfunctioned. If this error persists, contact your system administrator with error code 80090016" after a system board replacement.
Labels:
Mail Exchange,
ThuThuatPC
Subscribe to:
Posts (Atom)