Postagens

Software para ligar (WOL) e desligar máquinas na rede

Imagem
Este software é bem interessante, pois possibita: -cadastrar e agrupar máquinas -saber quais estão ligadas -enviar WakeOnLan -enviar solicitação de desligamento -abertura de conexão remota por RDP -entre outras funcionalidades Backup e restauração Se necessitar migrar as configurações de um servidor para outro, é bem simples. Entre no software. No servidor antigo, vá em File, Export Settings. Salve o arquivo. Para importar as configurações, no novo servidor,  vá em File, import Settings, selecione o arquivo de configuração salvo. Para fazer o download do software: https://wol.aquilatech.com/

Simple and intuitive command to list Devices and Partitions

Imagem
If you want to list information about your devices and partitions, lsblk is simple and intuitive. According to the man page: "lsblk lists information about all available or the specified block devices.  The lsblk command reads the sysfs filesystem and udev db to gather information. The command prints all block devices (except RAM disks) in a tree-like format by default." Here an example of my connected devices: Source: https://superuser.com/questions/352598/how-to-find-the-dev-name-of-my-usb-device

.Exe Icons are missing after GPO configuration

Imagem
These days I was doing some tests in file association GPO's and I did a configuration that made me lost the .exe icons in a virtual machine. After some research, I discovered that this register was modified with a wrong value: HKEY_CLASSES_ROOT\exefile\DefaultIcon\ The standard value is %1. After doing that, I restarted the system, and the problem had been solved. Source:  http://forums.stardock.com/390822

SYSVOL não está replicando no novo DC ingresso no domínio

Em um ambiente existente à anos com um único servidor Windows Server 2012 Standard, necessitamos colocar mais um servidor de domínio. Após ingressá-lo como servidor de domínio adicional, percebemos que ao abrir o Group Policy Management, as Group Policies apresentavam erros de sincronização ou aparecia uma mensagem dizendo que não era possível encontrar o servidor de domínio daquele domínio. Notamos que a pasta SYSVOL não estava compartilhada no novo servidor (enquanto no antigo sim) e a mesma se encontrava vazia. Encontramos a informação no blog que está nas fontes (créditos ao Fábio Moretti, que encontrou a solução): Para verificar se há erros de replicação de DFS, execute o comando abaixo: For /f %i IN (‘dsquery server -o rdn’) do @echo %i && @wmic /node:”%i” /namespace:\\root\microsoftdfs path dfsrreplicatedfolderinfo WHERE replicatedfoldername=’SYSVOL share’ get replicationgroupname,replicatedfoldername,state Valores possíveis de retorno: 0 = Uninitialized 1 ...

Conexão de rede Wi-Fi no Iphone não pede mais usuário, somente senha, e não é possível esquecê-la

Imagem
Se você tem uma conexão de rede Wi-Fi no Iphone que não pede mais usuário, somente senha, e ainda não aparece a opção de esquecer ou apagar esta conexão, pode ser que esta conexão exigiu, na sua configuração inicial, um certificado que necessita ser apagado e reconfigurado. (Este é um possível caso que pode estar ocorrendo ao utilizar a rede Eduroam). Para isto, entre em: Ajustes  Geral Perfis escolha o perfil relacionado à rede a ser removido  e clique em Remover. Após, configure a rede normalmente, através do botão Wi-Fi, colocando usuário e senha e aceitando o novo certificado (se for o caso). Fonte:  http://www.ccuec.unicamp.br/ccuec/desinstalacao_iphone_ipodtouch_eduroam

Avoid the Pre-selection of an specific technician when creating a ticket in GLPI

To avoid the Pre-selection of an specific technician when creating a ticket in GLPI, enter in ->User settings (Click in your name close to the Logout Button) ->->Personalization ->->->set "NO" in Pre-select me as a technician when creating a ticket. To avoid the Pre-selection of a technician when creating a ticket in GLPI for ALL users, enter in ->Setup ->->General ->->->set "NO" in Pre-select me as a technician when creating a ticket. The users will need to logout and login again to take the new configuration.

Comando para bloquear a tela automaticamente após logon no Windows

Para uma eventual necessidade de uma máquina logar automaticamente ( aqui  e aqui há procedimentos para realizar isso) e depois de alguns segundos a máquina ter que ser bloqueada automaticamente, segue script para colocar na inicialização (seja por uma tarefa agendada, seja na pasta Inicializar disponível no menu Iniciar do Windows). Crie um arquivo .bat com os comandos abaixo. (o comando sleep refere-se à quantidade de segundos que o computador deve esperar para efetuar o próximo comando). timeout /t 15 %windir%\System32\rundll32.exe user32.dll,LockWorkStation