• THE DNS PRINCIPAL CONCEPTS PART 1 (INTRO)

    Hi , today I recollected some interesting wiki info , that maybe you will need someday to read So… Starting , what’s the dns principal concepts DNS means “Domain Name System “ and is used over the network in ISPS / at your home… at work , really is everywhere because is something basic on…

  • Powershell script to move active directory machines to specific ou

    Today I’ll post a simple mini script that moves machines to a specific ou in active directory via powershell   The machines will be listed in a txt file like this  ( no spaces only intro ) example (machines.txt)   machine1 machine2 machine3   Create a ps1 with the following code get-content machines.txt | %…

  • Migrate to Hyper-v a Phisical machine

    Hi ,today we gonna learn how to import a real machine to hyper-v console Requeriments: Hyper-v Role installed Physical machine Disk2vhd from sysinternals , you can download here  The disk2vhd is a sysinternals suite software . This software allows to convert your disk units into a VHD format or VHDX on a system that is…

  • Nexus 5 Cyanogen Root install Lollipop mod

    CYANOGEN ON NEXUS 5 ROOT  Hi , this is a different post . Today I’ll show how we can root the nexus 5 with the cyanogen Mod Please understand that if you don’t have minimal computer knowledge will be little difficult , but I think I made it easy to follow REMEMBER THIS PROCESS ERASES…

  • Delete files VBSCRIPT With exit codes to implement on sccm 2012 deployment

    Hi to all Today  I’ll post a Vbscript that is able to send Info to Sccm2012 deployments on the “monitoring” space you will be able to read the messages depending of the exit code that you have used First , you can get entire codes here Once you have the codes , let’s begin with…