• DFS REPLICATION SYSVOL CHECK

    Hi There is nice commands to check share and replication issues original from microsoft to check DFS Sysvol system     Check for the SYSVOL share You may manually check whether SYSVOL is shared or you can run the following command to inspect each domain controller by using the net view command: For /f %i…

  • How to Install Telnet on Server 2012 using PowerShell

    Hi , simple and fast   using powershell to get this feature that is not default installed Open PS console and hit the following command  install-windowsfeature “telnet-client”   and done 😀

  • Send Powershell Counters to statsd Grafana server

      Hi There is a nice script that sends  different data to a grafana server in powershell like the CPU , disk usage and other counters ( Monitoring Purposes ) Info about grafana: http://docs.grafana.org/ This script later can be deployed as service with the software Powergui http://en.community.dell.com/techcenter/powergui/m/bits/20439049 Here is a little video about the software Also…

  • How to renew ip linux console

    Hi wondering what is the equal command to ipconfig /release and /renew  in linux?   dhclient -r eth0  (release) dhclient -v eth0 (renew) where remeber “eth0” is the interface wanted to restart ^^   To watch all interfaces (eth0 and others …may u have) ip link show   enjoy!

  • Exchange Roles , Features & requirements (powershell )

    Hi , before installing exchange 2013 on your domain  , maybe you will need some roles installed ( or in case of disaster recovery on another server) , it’s useful to know which roles  & patchs you need to install Features & patchs .NET Framework 4.5 Windows Management Framework 3.0 Unified Communications Managed API (UCMA)…