I'm currently finishing up setting up our Azure network Security Groups and trying to find better ways to maintain our rules. I Have a script for azure powershell to create the security rules via CSV but wanted to export. When running the following command
Get-AzureNetworkSecurityGroup -Name "name" -Detailed | export-Csv c:/file.csv
I get the file but it doesn't give me the details to csv. It acts as if it ignores the -Detailed command. Anyone have the answer?
