Any Powershell gurus?

2016-01-16 Thread 罗格雷格博士
Hi Folks, Anyone know how to do either of the following via Powershell: ・ Mount an ISO as a specific drive letter ・ Change the drive letter of a mounted ISO Mount-DiskImage doesn’t seem to have any option for choosing a drive letter. Set-Partition doesn’t seem to recognise a

RE: Any Powershell gurus?

2016-01-16 Thread 罗格雷格博士
And more to the point, I want to set the background for all users, even those that have not ever logged on yet. Regards, Greg Dr Greg Low 1300SQLSQL (1300 775 775) office | +61 419201410 mobile│ +61 3 8676 4913 fax SQL Down Under | Web: www.sqldownunder.com

Re: Any Powershell gurus?

2016-01-16 Thread Tony McGee
Hi Greg, It seems unfortunate that you can't specify the drive letter directly with Mount-DiskImage It can be set though, with a bit of mucking around and without the need for a dummy drive letter first: $ImagePath = 'R:\en_sql_server_2014_enterprise_core_edition_x64_dvd_3935310.iso'

RE: Any Powershell gurus?

2016-01-16 Thread 罗格雷格博士
Awesome Tony. While on the subject of Powershell, anyone have an idea on how to set the desktop background on one of the Azure VMs built of a Windows Server 2012 R2 Server template? I managed to kill of the BGInfo extension prior to the VM being created, but still no matter what I seem to do