Forum Discussion
Prashant Sharma
May 09, 2020Brass Contributor
How to get SQL Server Version on multiple Servers on Azure using Power shell.
I have 300 servers on azure, i have to find the details of SQL Server Version in all servers on Azure. how to do this using Power shell? (like i can put the name of the servers in a file and get th...
RuskinF
May 09, 2020Brass Contributor
hi,
Follow this script:
Get-AzureRmSqlServer [[-ResourceGroupName] <String>] [[-ServerName] <String>] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
I hope this helps!
Regards.