Skip to content

Commit 09edbda

Browse files
committed
Updated the details of the powershell script
1 parent b1a6ac7 commit 09edbda

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/security-center/partner-vulnerability-assessment.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,21 +86,21 @@ To run the script, you'll need the relevant information for the parameters below
8686
|**SubscriptionId**||The subscriptionID of the Azure Subscription that contains the resources you want to analyze.|
8787
|**ResourceGroupName**||Name of the resource group. Use any existing resource group including the default ("DefaultResourceGroup-xxx"). Since the solution isn't an Azure resource, it won't be listed under the resource group, but still it is attached to it.|
8888
|**vaSolutionName**||The name of the new solution.|
89-
|**vaType**|-|Qualys or Rapid7.|
89+
|**vaType**||Qualys or Rapid7.|
90+
|**licenceCode**||Vendor provided license string.|
91+
|**publicKey**||Vendor provided public key.|
9092
|**autoUpdate**|-|Enable (true) or disable (false) auto deploy for this VA solution. When enabled, every new VM on the subscription will automatically attempt to link to the solution.<br/>(Default: False)|
91-
|**licenceCode**|-|Vendor provided license string.|
92-
|**publicKey**|-|Vendor provided public key.|
9393

9494

9595
Syntax:
9696

9797
```
9898
.\New-ASCVASolution.ps1 -subscriptionId <Subscription Id> -resourceGroupName <RG Name>
9999
-vaSolutionName <New solution name> -vaType <Qualys / Rapid7> -autoUpdate <true/false>
100-
-licenceCode <License Code from vendor> -publicKey <Public Key received from vendor>
100+
-licenceCode <License code from vendor> -publicKey <Public Key received from vendor>
101101
```
102102

103-
Example:
103+
Example (this example doesn't include valid license details):
104104

105105
```
106106
.\New-ASCVASolution.ps1 -subscriptionId 'f4cx1b69-dtgb-4ch6-6y6f-ea2e95373d3b' -resourceGroupName 'DefaultResourceGroup-WEU' -vaSolutionName 'QualysVa001' -vaType 'Qualys' -autoUpdate 'false' `

0 commit comments

Comments
 (0)