Bala18's Posts

Does New-OSCustomizationSpec resets the password for the account which is mentioned in -FullName switch? Because, after the sysprep I am unable to login to the server using the credential what I... See more...
Does New-OSCustomizationSpec resets the password for the account which is mentioned in -FullName switch? Because, after the sysprep I am unable to login to the server using the credential what I mention in -AdminPassword swtich. Can you help me understand what would be the password set for Administrator account after the sysprep and how to avoid sysprep from changing the administrator password? Thanks for any help.
Massive work, MKGuy!!! I was looking for this snippet for more than a month and finally a good day today!!! Thanks much!!! I have a question with  Set-VM $vm -MemoryMB $memMB -NumCpu $vcpu -C... See more...
Massive work, MKGuy!!! I was looking for this snippet for more than a month and finally a good day today!!! Thanks much!!! I have a question with  Set-VM $vm -MemoryMB $memMB -NumCpu $vcpu -Confirm:$false (in VSphere 5.1) Do we have a command to set number of cores per socket and number of Virtual sockets? For instance, if i need 4vCPUs then I should be able to set 2 cores per socket and 2 virtual sockets. Thanks in advance.