• Set Ownership Script powershell

    I have found on technet an interesting script for taking ownership of the folders here, many thanks to Boe Prox for this amazing function In my case I had to use the script as the company I work for decided to give “Full control” to the users on several folders and that induced a problem…

  • HP Physical to Virtual Cleaner Utility

    I came across a very interesting forum on Vmware as I’m performing a migration of an old server which contains HP software & Hardware as for example a G5; https://communities.vmware.com/thread/70682 My very thanks to the vmware commuty for this awesome script ! I came across a lot of driver problems and sadly I got out…

  • Increase Delayed seconds of “automatic delay start services “

    Problem: some services need a delayed start due to the very lack of resources Fix: Increase the delayed automatic start registry value   Create the AutoStartDelay REG_DWORD on HKLM\SYSTEM\CurrentcontrolSet\control; A reboot is needed in order to changes apply   Remember that this is a fix, not a solution; you must always look after upgrading your…

  • AD PowerShell Get all Security/ Distribution groups including email assigned

    Script for quickly getting any security/distribution list group and if so, they have an email assigned ; #import-module activedirectory $user=”Example” $array = Get-ADPrincipalGroupMembership $user | Get-ADGroup -Properties * | select name, description,mail,groupcategory echo “All DL groups and email groups for the user” foreach($i in $array.count){echo $array}

  • Citrix: The vdi is not available (Can’t start the VM )

    Problem: After migrating a shutdown machine to another SR you find yourself that your vm is not starting up ;   Solution: Perform on the moved ST an SR RE-Scan, and the vm hence will start;