Hi,
I have the out-gridview in my powershell script, is there a way i could force the grid to allow only one selection?
$SelectedStorage = ($StorageAccounts | Out-GridView -Title 'Select Azure Storage' -PassThru)
Open in new window
also is there a way i can set a default selection?
thank you in advance,
Kelly