It is the SAP On Azure Windows/SQL Server config check script.
Version#0 [current version] is a simple SAP On Azure Checks targetting target OS Windows Server & database SQL Server. The script runs on the local server and collects critical checks that impacts the functioning of SAP On Azure. The out is html that must be reviewed by the Customer/Partner SAP Team member.
The Checks includes
- Azure Properties
- Operating System Checks
- SQL Server Checks
- SAP Registry Checks
I am working to enhance the report and will be updated frequently.
- Create a servers.txt and add server name to the "servers.txt" file.
- Execute tha attached script, it will install the function Get-AzSAPVmPostProvisionCheck
- Execute the syntax Get-AzSAPVmPostProvisionCheck -File "C:\servers.txt" -ExportPath "C:\Output"
- Report will be generated as HTML file under C:\Temp\SAP_On_Azure_Checks on server where script is executed.