i am able to create the folder and datacenter, but i have a doubt like why i should create a folder before creating the datacenter and while creating the folder why i should give the parameters as -norecursion
Vsphere Powercli> get-folder -norecursion | new-folder -name <foldername>
Please suggest.
Thanks
arvin1201