• How to Create PowerShell Module in Easy Way

    First of All what you need to do is to create 2 folders “WindowsPowerShell” and “Modules” like shown below: “%userprofile%\My Documents\WindowsPowerShell\Modules” Also if you tried to run [sourcecode language...
  • What's new in MED-V 2.0

    Microsoft Enterprise Desktop Virtualization (MED-V) 2.0 has evolved the application compatibility support for Windows 7 and removed functionality that is not required for this scenario. For example, features such as encryption of the MED-V workspace,...
  • How to run PowerShell script from CMD

    You will find below example how to run PowerShell script from CMD or in windows schedule task 1 C:\>powershell "& 'c:\scripts\Active Directory\CreateNewUser.ps1'"
  • Powershell Script get group members and check for users that are not enabled for lync and enable these users using e-mail address

    #This script get group members and check for users that is not enabled for lync and enable these users using e-mail address (PC to PC not enterprise voice) 01 Import -Module activedirectory 02 Import -Module...
  • PowerShell script helps you to configure static IP on localmachine

    This PowerShell script helps you to configure static IP on localmachine, just copy the code and past it in txt file then rename it to anyname.ps1 “static.ps1″ Don’t forget to make executionpolicy to be remotesigned using Set-ExecutionPolicy...