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
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.
Thursday, February 25, 2021
Trình duyệt hỗ trợ chạy Flash
Tuesday, January 5, 2021
The DNS server was unable to open Active Directory event id 4000

THE DNS SERVER WAS UNABLE TO OPEN ACTIVE DIRECTORY EVENT ID 4000
The DNS server was unable to open Active Directory event id 4000
FIX
Run AS administrator to CMD the server Active Directory and change domain.LOCAL and change Domain\domain_admin
netdom resetpwd /server:<PDC.yshvili.local> /userd:<yshvili\administrator> /passwordd:*
-It will prompt for the password of the Domain Admin account that you used, enter that.
-Once the command executes, reboot the server.
-DNS zones should load now.
-Exchange services should be started.
Friday, December 4, 2020
Comparing Search-Mailbox and Compliance Search Actions
Comparing Search-Mailbox and Compliance Search Actions
Table 1 summarizes the functionality available in Search-Mailbox and purges executed with compliance search actions. Both have their unique characteristics: compliance searches are faster and can process more mailboxes in a single operation but are limited to what they can remove from a mailbox. Search-Mailbox can focus on Recoverable Items or ignore a mailbox’s archive, while compliance searches can focus on a single target folder. The biggest difference is that Search-Mailbox can copy items to a target mailbox when it removes them from other mailboxes. You can export items with a compliance search, but you must do this separately and before you remove anything.
Monday, August 10, 2020
Xóa Mailbox database bằng tay
Get-Mailbox -Database “Source Database Name” -Arbitration
| New-MoveRequest – TargetDatabase “Target Database Name”
Get-Mailbox -Database “Source Database Name” -Archive |
New-MoveRequest -TargetDatabase “Target Database Name”
Get-MoveRequest | where {$_.status -eq “Completed”} | Remove-MoveRequest
![[image%255B3%255D.png]](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhQelZK56gLWBCQubqOONoiwtIVCbTuLOSM3Z9RB-7QgszaLlA_5YE6UVyDUmDbiyTP2kw5v-SSq8foFuw4Xmvv4TwjzCcA72GJRqSerMpUmglzXT8VDyGRO5RaKfvedhIUKl9GC6FSYHfF/w640-h416/image%25255B3%25255D.png)
Gỡ bỏ Exchange 2016 bằng command
Friday, July 24, 2020
JET_errFileAccessDenied, Cannot access file, the file is locked or in use, Cannot see Active Directory, hr=0x80004005, ec=-501
Causes of Exchange mailbox not mounting:
Monday, July 20, 2020
Exchange 2013/2016: HTTP redirection issues with ECP virtual directory – /owa/ecp
Sunday, July 12, 2020
Exchange 2016 Certificate Problem
A special Rpc error occurs on server S-XXXXXX: Could not grant Network Service access to the certificate with
thumbprint xxxxxxxxxxxxxxxxxxxxxxxxxxxxx because a cryptographic exception was thrown.
+ CategoryInfo : NotSpecified: (:) [Enable-ExchangeCertificate], InvalidOperationException
+ FullyQualifiedErrorId : [Server=S-XXXXXX,RequestId=0ce68699-de3e-4ac4-9c7a-094b538d302d,TimeStamp=01/06/2020 13:
59:03] [FailureCategory=Cmdlet-InvalidOperationException] D9EA479C,Microsoft.Exchange.Management.SystemConfigurati
onTasks.EnableExchangeCertificate
+ PSComputerName : s-XXXXXX.xxxxxxxx.co.uk
