Pages

Monday, August 13, 2018

Phân biệt Thick & Thin Provisioning

Phân biệt Thick & Thin Provisioning

Tuy nhiên để VM đạt được hiệu năng tốt nhất để đáp ứng nhu cầu riêng biệt cho VM bạn phải hiểu và chọn định dạng phân vùng phù hợp.

LÀM CÁCH NÀO CÓ THỂ GIẢM “SHRINK A FILE VMDK” Ổ CỨNG CỦA MÁY ẢO ?

LÀM CÁCH NÀO CÓ THỂ GIẢM “SHRINK A FILE VMDK” Ổ CỨNG CỦA MÁY ẢO ?


Trong quá trình làm việc tại Doanh nghiệp, các bạn quản trị viên đều phải làm thế nào để giảm kích thước phân bổ của Thick ổ đĩa ảo được cung cấp cho máy ảo.

Tăng kích thước VMDK có thể được thực hiện trong GUI của vSphere client/ Web Sphere, nhưng để giảm kích thước của VMDK lại không được phép.

Trong hầu hết các trường hợp, Đối với máy ảo đĩa cứng thu nhỏ có thể được thực hiện thông qua các tool như: P2V, V2V, VMware Converter Freeware. Đây là phương pháp an toàn nhất để làm giảm kích thước máy ảo VMDK, nhưng có một phương pháp đơn giản khác giúp tiết kiệm rất nhiều so với P2V, V2V.

Thursday, May 24, 2018

Lỗi This could be due to CredSSP encryption oracle remediation khi remote desktop

Một số bản cập nhật của Windows gần đây (5/2018) gia tăng bảo mật nên ảnh hưởng tới ứng dụng Remote Desktop của Windows. Khi bạn mở ứng dụng Remote Desktop để connect vào Server hay VPS gặp lỗi như sau:

Giải pháp tạm thời (không khuyến khích)

Cách 1:

1. Mở cửa sổ Run (Windows + R)
2. Nhập vào nội dung: gpedit.msc sau đó chọn OK
3. Chọn theo các mục sau: Computer Configuration > Administrative Templates > System > Credentials Delegation
4. Chọn dòng: Encryption Oracle Remediation policy và chỉnh sửa thành Enabled, nhìn phía dưới và thay đổi Protection Level thành Vulnerable
5. Mở lại cửa sổ run như bước 1, gõ lệnh: gpupdate /force rồi chọn OK.

Cách 2:

Wednesday, February 21, 2018

5 CÂU DANH NGÔN BẤT HỦ CỦA STEVE JOBS

5 CÂU DANH NGÔN BẤT HỦ CỦA STEVE JOBS
1. Remembering that you are going to die is the best way I know to avoid the trap of thinking you have something to lose. You are already naked. There is no reason not to follow your heart.
Luôn nhớ rằng tôi rồi sẽ phải chết là cách tốt nhất để tôi loại bỏ cạm bẫy của suy nghĩ rằng mình sẽ mất thứ gì đó. Bạn vốn đã trần trụi (không có thứ gì). Không có lí do gì để không đi theo trái tim mách bảo.
2. Stay hungry. Stay foolish.
Hãy luôn thèm khát. Luôn ngớ ngẩn.
3. One way to remember who you are is to remember who your heroes are.
Một cách để nhớ bạn là ai chính là luôn nhớ người anh hùng của bạn là ai.

Sunday, January 21, 2018

Tìm hiểu về RAM (Laptop)

RAM (Laptop)
[​IMG] ​

I. RAM (Random Access Memory)

- Là bộ nhớ truy cập ngẫu nhiên, thông tin dữ liệu trên RAM sẽ bị mất khi chúng ta tắt máy. CPU có thể truy cập vào địa chỉ nhớ bất kỳ trên RAM mà không theo tuần tự, điều này cho phép CPU đọc ghi dữ liệu trên RAM tốc độ nhanh hơn.

Friday, November 10, 2017

ManageEngine - Mail fetching and mail sending issues faced by Office 365 users

Mail fetching and mail sending issues faced by Office 365 users.
Nirmal D 10 months ago Answered
Dear User(s)

Due to an update in Office 365, couple of our users are facing Incoming and Outgoing Mail issue. If you are one among them, please follow the below steps to fix it.

Sunday, October 15, 2017

Remvoe & Create OWA Exchange Back End

1. Remove OWA  (Exchange Back End).
Remove-OwaVirtualDirectory -Identity "ex1\owa (Exchange Back End)"

[PS] C:\Windows\system32>Remove-OwaVirtualDirectory -Identity "ex1\owa (Exchange Back End)"

Confirm
Are you sure you want to perform this action?
Outlook Web App virtual directory "ex1\owa (Exchange Back End)" is being removed.
[Y] Yes  [A] Yes to All  [N] No  [L] No to All  [?] Help (default is "Y"): y
[PS] C:\Windows\system32>

2. Create OWA  (Exchange Back End).
New-OwaVirtualDirectory -WebSiteName "Exchange Back End" -Server ex1

[PS] C:\Windows\system32>New-OwaVirtualDirectory -WebSiteName "Exchange Back End" -Server ex1
Name                                    Server                                  OwaVersion
----                                    ------                                  ----------
owa (Exchange Back End)                 EX1                                     Exchange2013
[PS] C:\Windows\system32>

Friday, October 13, 2017

Re-create OWA virtual Directories in Exchange 2013

Re-create OWA virtual Directories in Exchange 2013

Some times, you may be fed up with some sort of issues related to ‘owa’ , ‘ecp’ or any other virtual directories. Any repair or fine tuning mayn’t fix the issue and you will have to re-create the virtual directories from the scratch.
The difference in Exchange 2013 is that, it has got 2 websites hosted at IIS (Default Website and Exchange Back End).
I am presenting a simple scenario in which I describes how to remove the owa virtual Directories and how to re-create the owa virtual directories in Exchange 2013 for both Default Website and Exchange Back End

Remove the owa virtual Directories
[PS] C:\Windows\system32>Remove-OwaVirtualDirectory “ServerName\owa (Default Web Site)”
Confirm Are you sure you want to perform this action? Outlook Web App virtual directory “ServerName\owa (Default Web Site)” is being removed. [Y] Yes  [A] Yes to All  [N] No  [L] No to All  [?] Help (default is “Y”): y
[PS] C:\Windows\system32>Remove-OwaVirtualDirectory “ServerName\owa (exchange back end)”
Confirm Are you sure you want to perform this action? Outlook Web App virtual directory “ServerName\owa (exchange back end)” is being removed. [Y] Yes  [A] Yes to All  [N] No  [L] No to All  [?] Help (default is “Y”): y

 Re-Create the owa virtual Directories
[PS] C:\Windows\system32>New-OwaVirtualDirectory  -InternalUrl “https://ServerName/owa” -ExternalUrl “https://mail. domain.com/owa”
[PS] C:\Windows\system32>New-OwaVirtualDirectory  -InternalUrl “https://ServerName/owa” -ExternalUrl “https://mail. domain.com/owa” -WebSiteName “Exchange Back End”
Hope you are now free from the owa virtual directories remove/recreate troubles

Tuesday, October 10, 2017

OWA/ECP login loop on Exchange 2010/13/16

OWA/ECP login loop on Exchange 2010/13/16
On Exchange server, configuring virtual directory might be pain sometime. A simple misconfiguration of Virtual directory might be the worst nightmare and create login loop, because I had this few days back. While configuring additional CAS server  after few changes done on the Virtual directory, my OWA/ECP page start to go on loop whenever I tried to get login. I was on dark what mistake I had made. So, I tried to list down what might the issue that is causing on looping of my OWA/ECP page. While listing down, I have found two things.
  1. SSL Certificate.
  2. Issue with configuration of Virtual Directory.
SSL Certificate can also be the reason behind this kind of issue. So, you need to make sure you do have correct SSL assigned with IMAP, POP, IIS and SMTP. Also 2nd thing is that SSL certificate is across all of your Exchange server. If the issue is with SSL Certificate, you are lucky and can be resolve easily. But with virtual directory it is not so.
On my Earlier Blog, you can find how to configure Virtual Directory. But as going on, I came for the conclusion with that might not be enough if OWA/ECP login loop issue arises. Hence, here I have made an Table with the specific configuration required while configuring the OWA/ECP Virtual Directory.
On the IIS Manager expand to the default web site and check if the configuration you have made are as of the below Table are not.
Table: Chart of Virtual Directory configuration.
Virtual directory
Default IIS Authentication methods
SSL settings
Default authentication methods
Exchange Admin Center (EAC)
HTTP Redirect
Authentication Methods
Exchange Management
Shell (EMS)
Sites \ Default Web Site
• Anonymous authentication
• Not Required
 Available through EAC
YES
 Internal
 External
aspnet_client• Anonymous authentication• SSL required
NO


Autodiscover• Anonymous authentication
• Basic authentication
• Windows authentication
 • SSL required• Integrated Windows authentication
• Basic authentication
No
Basic, Ntlm, WindowsIntegrated, WSSecurity, OAuthBasic, Ntlm, WindowsIntegrated, WSSecurity, OAuth
ECP
(Exchange Control
Panel)
• Anonymous authentication
• Basic authentication
 • SSL required• Use-forms-based authentication
No
 Basic, Fba Fba
EWS
(Exchange
Web Services)
• Anonymous authentication
• Basic authentication
 • SSL required• Integrated Windows authentication
No
Ntlm, WindowsIntegrated, WSSecurity, OAuthNtlm, WindowsIntegrated, WSSecurity, OAuth
Mapi • Windows authentication • SSL required Not available in EAC
No
Ntlm, OAuth, NegotiateNot configured
Microsoft-Server-Active-Sync• Basic authentication • SSL required• Basic authentication
• Ignore client certificate
No
Not set *
All methods can be used.
Not set *
All methods can be used.
OAB
(Offline
Address Book)
• Windows authentication
None available
No
WindowsIntegrated, OAuthWindowsIntegrated, OAuth
OWA (Outlook Web App)• Basic authentication• SSL required • Use-forms-based authentication
• Domain\user name
No
 Basic, Fba Basic, Fba
OWA\Calendar• Anonymous authentication• Ignore client certificatesNone available
No


OWA\Integrated• Windows authentication• SSL required
• Ignore client certificates
None available
No


OWA\oma (Outlook
Mobile
Access)
• Basic authentication• Ignore client certificatesNone available
No


PowerShell• Windows authentication• Not Required None set
No
 {} {}
Rpc• Basic authentication
• Windows authentication
• SSL required
No


Similarly, only configuration of Default website is not going to solve this issue. Hence you need more Knowledge on configuration of Exchange Back End site too, else you will keep on going loop. Below is the detail configuration you can have on Exchange Back End.
Table: Exchange Back End Virtual Directory Configuration.
Virtual directoryIIS Default Authentication methodsIIS SSL settingsHTTP Redirect
Exchange Back End
• Not RequiredYes
Autodiscover• Anonymous authentication
• Windows authentication
• SSL required
• Ignore client certificates
No
 ecp• Anonymous authentication
• Windows authentication
• SSL required
• Ignore client certificates
No
 EWS• Anonymous authentication
• Windows authentication
• SSL required
• Ignore client certificates
No
 Exchange*
• SSL required
• Ignore client certificates
No
 Exchweb*
• SSL required
• Ignore client certificates
No
 mapi*• Anonymous authentication• SSL required
• Ignore client certificates
No
 Microsoft-Server-ActiveSync• Basic authentication• SSL required
• Ignore client certificates
No
 OAB• Windows authentication• SSL required
• Ignore client certificates
No
owa• Anonymous authentication
• Windows authentication
• SSL required
• Ignore client certificates
No
owa\Calender• Anonymous authentication• Ignore client certificatesNo
 PowerShell• Windows authentication • SSL required
• Accept client certificates
No
Public*
• SSL required
• Ignore client certificates
No
 PushNotifications• Anonymous authentication
• Windows authentication
• SSL required
• Ignore client certificates
No
 Rpc• Windows authentication• Ignore client certificatesNo
 RpcWithCert• Windows authentication• Ignore client certificatesNo
I hope this will help you solving the Exchange OWA/ECP login loop issue. 🙂

Sunday, October 8, 2017

An old password still works after you change it in Outlook on the Web

https://support.microsoft.com/en-us/help/267568/an-old-password-still-works-after-you-change-it-in-outlook-on-the-web