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

SharePoint 2016: EventID 6389: The Execute method of job definition Microsoft.Office.Server.UserProfiles.FeedCacheRepopulationJob (IDb0da4589-982d-4b22-9384-9856ea686c8b) threw an exception.

Following errors were logged at least 3 - 4 times a day. Error: Event Log Event ID 6389 The Execute method of job definition Microsoft.Office.Server.UserProfiles.FeedCacheRepopulationJob (IDb0da4589-982d-4b22-9384-9856ea686c8b) threw an exception. Unexpected…

Continue ReadingSharePoint 2016: EventID 6389: The Execute method of job definition Microsoft.Office.Server.UserProfiles.FeedCacheRepopulationJob (IDb0da4589-982d-4b22-9384-9856ea686c8b) threw an exception.