Blog

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

Definindo Estaticamente DC e GC no Exchange

Comandos práticos: Set-ExchangeServer “SERVIDOR” -StaticDomainControllers DC1.XXXX.COM.BR,DC2.XXXX.COM.BR Set-ExchangeServer “SERVIDOR” -StaticGlobalCatalogs GC1.XXXX.COM.BR,GC2.XXXX.COM.BR Caso queira excluir algum servidor segue comando abaixo: Set-ExchangeServer “SERVIDOR” -StaticExcludedDomainControllers DC.XXXX.COM.BR  

Statically pointing Exchange 2007 servers to dedicated Domain controllers and Global catalogs and excluding other domain controllers

Posted by Krishna – MVP on March 20, 2009 If you have build a new Domain controller for the exchange environment and you wanted your exchange servers to user this domain controllers then below command can help is setting the same. You can also statically exclude not to use specific domain controller with the command   $Exchserver…

Read more

Determine the Number of Active Users on Exchange 2010 Client Access Servers with PowerShell

Source: http://mikepfeiffer.net/2011/04/determine-the-number-of-active-users-on-exchange-2010-client-access-servers-with-powershell/ by MIKE PFEIFFER on APRIL 1, 2011 Looking for a quick way to see how many users are currently connected to each of your Client Access Servers? This might be useful if you want to get a rough idea on load distribution, or when you’re getting ready to drain stop a server in a CAS array prior…

Read more

Windows 8 Automatic Activation – Disable

HKLM\Software\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\Activation DWORD value named Manual to 1.

Corrigindo Update de UBUNTU Legado

  cd /etc/apt sed -i -e ‘s/archive.ubuntu.com\|security.ubuntu.com/old-releases.ubuntu.com/g’ /etc/apt/sources.list    

How to Completely Remove All Traces of Office 2010 From Your System

Source: http://whitepages.unlimitedviz.com/2010/05/how-to-completely-remove-all-traces-of-office-2010-from-your-system/ I’ve just made it through a pretty nasty problem with Office. I had been running the beta version, and had updated it to the RTM version available on MSDN. Yesterday I got a message saying that it was going to expire in 2 days. I tried changing my product key, but it wouldn’t accept…

Read more

Manual removal of Office 365 or 2013

Source: http://www.ghacks.net/2013/01/04/how-to-uninstall-microsoft-office-2013-or-office-365/ Manual removal of Office 365 or 2013 If you prefer full control over the process, you can try and remove Office manually from the PC. There are two ways to uninstall Office manually. Microsoft recommends the first option for Office Home and Student 2013, Office Home and Business 2013, Office 365 Home Premium Preview, or…

Read more