Monthly Archives: abril 2015

GOOGLE EARTH – NOT RESPONDING – Removing a corrupt myplaces.kml file

Source: https://support.google.com/earth/answer/176177?hl=en Windows Vista and Windows 7 Users: Make sure that Google Earth Pro is closed. Click Start > Start Search. In the Start Search dialog box, type in C:\Users\%username%\AppData\%Local or LocalLow\Google\GoogleEarth and click OK. Alternatively, you can navigate to this folder manually by first double clicking the Computer icon on your desktop and navigating through the same folder structure . Windows Explorer should now open…

Read more

Configuring NTP on Windows Server 2012

Source: http://www.sysadminlab.net/windows/configuring-ntp-on-windows-server-2012 This article explains how to configure NTP on Windows Server 2012. If you’re looking for Windows Server 2008 R2, see my article here. Remember, that in a domain environment, time synchronization is taken care of but you should configure the PDC Emulator of a domain to sync externally since that is the server which decides…

Read more

Resolvendo problemas de conta travada no AD

Para destravar contas do AD usando PowerShell 1 – Abrir PowerShell do AD como Admin 2 – Executar os comandos abaixo: Import-Module activedirectory Procurar por usuários bloqueados: Search-ADAccount -LockedOut Destravar usuários bloqueados: Search-ADAccount -LockedOut | Unlock-ADAccount   Account Lockout and Management Tools Ferramentas da MS para auxilio: http://www.microsoft.com/en-us/download/confirmation.aspx?id=18465 http://social.technet.microsoft.com/wiki/contents/articles/4585.account-locked-out-troubleshooting-eventcombmt.aspx EventID 4740 Get-EventLog -log Security | ?…

Read more