• How to office365 Silent Deployment – Easy

    1.Download the O365 Deployment tool https://www.microsoft.com/en-us/download/details.aspx?id=49117 2.Extract the files with the installer & delete the xmls Create a shared folder on the server with Domain users READ on share and on NTFS ! 3.head to https://config.office.com/  to create a new configuration file 4. Customize the deployment desired Note you will need to specify your server…

  • Set up Vigor Router as a wireless repeater

    This article shows how to set up Vigor Wireless Router as a wireless repeater for another router. As a repeater, the router can accept connections from the wireless stations which are too far from the main router, and forward the data back to the main router, and extend the coverage of wireless signal and expand…

  • How to send messages via power shell to all users on AD

    If you ever encounter a situation that you need to send A warning message to all users unprecedented this is a good quick trick! ( Import module activedirecory is required for this ) Code: (Get-ADComputer -Filter *).name | ForEach-Object {msg “*” /Server:$_ “**IMPORTANT NOTICE FROM IT *** Following on from the email sent earlier, please…

  • Creating Master Clean Image for WDS W10 PRO

    Download the deployment W10 Tool from Windows We assume: WDS is installed ADK is installed MDT is installed You need an ISO in order to create a clean WIM image . On The WDS server the newest ADK Version needs to be installed/ Also download the last ISO as shown How to Convert install.esd to…

  • Reconciling DHCP Scopes , search for corruptions

    How to check if there is any issues between the Windows DHCP database and the scopes In DHCP manager select the scope / or scopes and choose reconcile Also you can use “Reconcile all scopes “ Later on , click on Verify and if there is any error ( not in this case ) it…