Find date and time when dns records were created and modified in Windows Server 2016 and Windows Server 2012 R2

Following one liner will display the dns records with date created and modified: Windows Server 2012 R2:Get-ChildItem "AD:DC=DomainDNSZones,DC=contoso,DC=com" -Recurse | Get-ADObject -Properties Created,Modified | Select-Object Name,Created,Modified | Sort-Object -Property Created…

Continue ReadingFind date and time when dns records were created and modified in Windows Server 2016 and Windows Server 2012 R2

ESXi 6.7 update patch fails with DependencyError related to Image Profile

ardware: HPE Proliant DL380 Gen 10 ESXi installation : VMware-ESXi-6.7.0-Update1-10302608-HPE-Gen9plus-670.U1.10.3.5.12-Oct2018 When I try to apply Patch Release ESXi670-201901001.zip, I got the following error: [DependencyError] VIB QLC_bootbank_qwdrntv_3.9.18.0 - 10EM.670.0.0.7535516 requires qedentv_ver…

Continue ReadingESXi 6.7 update patch fails with DependencyError related to Image Profile