Yearly Archives: 2015

Limpando fila de impressão manualmente

net stop spooler del /f /q C:\Windows\system32\spool\PRINTERS\* net start spooler  

Como alterar o conteúdo de arquivos em massa no Linux

find DIRETÓRIO -type f -exec /bin/sed -i ‘s/CONTEUDO ANTIGO/CONTEUDO NOVO/g’ {} \;

OneDrive for Business update

Description of the OneDrive for Business update: May 14, 2013  Email  Print INTRODUCTION An update has been released for Microsoft OneDrive for Business. This update provides the latest fixes for the 32-bit and 64-bit editions of OneDrive for Business. Additionally, this update contains stability and performance improvements. Issues that this update fixes Two strings are…

Read more

Changing Forest and Domain Function Level

Source: http://www.computerperformance.co.uk/w2k3/utilities/adsi_edit_more.htm Example 4 – Changing Forest and Domain Function Level Set Functional Levels Manually It is possible as a last resort modify the current domain and forest functional level settings with ADSI Edit. When you modify the attributes manually, it is best to target the FSMO authoritative for the increase as the change is actually…

Read more

Journal Wrap Errors detected on Domain Controller

SOURCE: http://www.squidworks.net/2011/09/ntfrs-journal-wrap-errors-detected-on-domain-controller/   File Replication Service has detected that the replica set “DOMAIN SYSTEM VOLUME (SYSVOL SHARE)” is in JRNL_WRAP_ERROR Are you getting this error in your File Replication Service? The File Replication Service has detected that the replica set “DOMAIN SYSTEM VOLUME (SYSVOL SHARE)” is in JRNL_WRAP_ERROR. Replica set name is : “DOMAIN SYSTEM VOLUME…

Read more

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

BITDEFENDER – Atualizando manualmente o BTRCD

  CD Rescue: http://download.bitdefender.com http://download.bitdefender.com/updates/up…/cumulative.zip    

Fix update/upgrade errors in Kali Linux

apt-key adv –keyserver hkp://keys.gnupg.net –recv-keys 7D8D0BF6