• GPMC Migrating GPOS between domains

    One administrator action  , a lot of configuration and results… Always is a help but . Sometime we need to implement other new gpos on a different domain . Here is some info about the methods and solutions There are four operations that GPMC provides to allow for archival and recovery of GPOs, and for…

  • The domain levels

    Domain names are composed of at least two levels, a top-level domain and a second-level domain. The top-level domain, also referred to as TLD, is the suffix or extension attached to Internet domain names. There are a limited number of predefined TLDs, such as .com, .net and .org. A second-level domain (SLD) is the portion…

  • Query sccm2012 check package if its referenced into a task secuence

    Hi Sometimes we don’t know what we are referencing in our task secuences . For this proposal … we can use a sql query connecting to our site database to get all Task secuences where our desired package are referenced I’ts a good method before deleting a package when we don’t have info about the software…

  • Hyper-V network adapter differences

    Nice post from Scott Love Essential on Hyper-v knowledge Link: Hyper-V network adapter differences.

  • Creating Hyper-V Virtual Machines in Powershell

    Hi More powershell for all!!! Today I found an  example  to create simple virtual machine  script 🙂 enjoy: # This script creates a new Hyper-V machine with hard drive, memory & network resources configured. # Variables $SRV1 = Read-Host “Enter the Virtual Machine name (Press [Enter] to choose Server01): ” if ($SRV1 -eq “”){$SRV1=”Server01″} ;…