Mês: setembro 2013

STATIC ROUTE | MPLS REDUNDANCY

image

SW-SP
ip classless
ip route 172.17.11.0 255.255.255.0 172.17.10.2
ip route 0.0.0.0 0.0.0.0 172.17.10.100
ip route 172.17.11.0 255.255.255.0 172.17.10.5
ip route 172.17.10.0 255.255.255.0 172.17.10.2 5
ip route 172.17.10.0 255.255.255.0 172.17.10.5 10
ip route 128.14.16.176 255.255.255.248 172.17.10.19

SW-RJ
ip classless
ip route 172.17.10.0 255.255.255.0 172.17.11.2
ip route 0.0.0.0 0.0.0.0 172.17.11.100
ip route 172.17.10.0 255.255.255.0 172.17.11.5
ip route 128.14.16.176 255.255.255.248 172.17.10.19

Alterando Page Files em Servidor Exchange Server

ialculo para page files para exchange server

 

Se o servidor Exchange Server tiver menos de 8 GB de RAM use este calculo

Total de memoria instalada multiplicado por 1.5

Exemplo:

Se possui 6 GB de RAM no SERVER

6144 x 1.5 = 9216 este será o total da page files

Coloque o mesmo valor em Minimo e Maximo

 

Se o servidor tiver mais de 8 GB de RAM, basta acrescer 10 MB

Mail Protection Reports for Office 365

Download da ferramenta

http://www.microsoft.com/pt-br/download/details.aspx?id=30716

Instalação

image

Escolha a opção que melhor atende seu ambiente

Pré-requisitos

image

Next Install

image

Finish

Icon “Mail Protection Report”

image

 

image

image

Install Plugin

image

After install

image

Click “Consult”

Enter user name and password office365

image

wait a few moments and choose the period

image

wait a few more moments

image

image

image

Done

image

Capturar remotamente logon server dos usuários

1° baixar a ferramente PSEXE

http://technet.microsoft.com/en-us/sysinternals/bb897553.aspx

2° Criar uma pasta em compartilhada em um servidor, ex: \\server-it\LOGS

3º criar a seguinte .BAT

@echo %username% – %computername% – %logonserver% >> \\server-it\LOGS\logs.txt

@echo #################################### >> \\server-it\LOGS\logs.txt

4º Salvar a .BAT na mesma pastas compartilhada

\\server-it\LOGS\connect.bat

5º Executar o seguinte comando em prompt como administrador, exemplo em uma rede com dominio LYNC e user administrador admin

psexec \\WS-1098 –u LYNC\admin CMD /C \\server-it\LOGS\connect.bat

6º o Resultado do log no .txt

amartines – SMIPSEX13 – \\SMIPS-SVR-TO-LYNC
####################################