New-AzSecurityDefenderForServersAwsOfferingObject
Create an in-memory object for DefenderForServersAwsOffering.
Syntax
Default (Default)
New-AzSecurityDefenderForServersAwsOfferingObject
[-ArcAutoProvisioningCloudRoleArn <String>]
[-ArcAutoProvisioningEnabled <Boolean>]
[-ConfigurationCloudRoleArn <String>]
[-ConfigurationExclusionTag <IDefenderForServersAwsOfferingVMScannersConfigurationExclusionTags>]
[-ConfigurationPrivateLinkScope <String>]
[-ConfigurationProxy <String>]
[-ConfigurationScanningMode <String>]
[-ConfigurationType <String>]
[-DefenderForServerCloudRoleArn <String>]
[-MdeAutoProvisioningConfiguration <IAny>]
[-MdeAutoProvisioningEnabled <Boolean>]
[-SubPlanType <String>]
[-VMScannerEnabled <Boolean>]
[-VaAutoProvisioningEnabled <Boolean>]
[<CommonParameters>]
Description
Create an in-memory object for DefenderForServersAwsOffering.
Examples
Example 1: Create new DefenderForServersAwsOffering object
$arnPrefix = "arn:aws:iam::123456789012:role"
New-AzSecurityDefenderForServersAwsOfferingObject `
-DefenderForServerCloudRoleArn "$arnPrefix/DefenderForCloud-DefenderForServers" `
-ArcAutoProvisioningEnabled $true -ArcAutoProvisioningCloudRoleArn "$arnPrefix/DefenderForCloud-ArcAutoProvisioning" `
-MdeAutoProvisioningEnabled $true `
-VaAutoProvisioningEnabled $true -ConfigurationType TVM `
-VMScannerEnabled $true -ConfigurationCloudRoleArn "$arnPrefix/DefenderForCloud-AgentlessScanner" -ConfigurationScanningMode Default `
-SubPlanType P2
ArcAutoProvisioningCloudRoleArn : arn:aws:iam::123456789012:role/DefenderForCloud-ArcAutoProvisioning
ArcAutoProvisioningEnabled : True
ConfigurationCloudRoleArn : arn:aws:iam::123456789012:role/DefenderForCloud-AgentlessScanner
ConfigurationExclusionTag : {
}
ConfigurationPrivateLinkScope :
ConfigurationProxy :
ConfigurationScanningMode : Default
ConfigurationType : TVM
DefenderForServerCloudRoleArn : arn:aws:iam::123456789012:role/DefenderForCloud-DefenderForServers
Description :
MdeAutoProvisioningConfiguration : {
}
MdeAutoProvisioningEnabled : True
OfferingType : DefenderForServersAws
SubPlanType : P2
VMScannerEnabled : True
VaAutoProvisioningEnabled : True
Parameters
-ArcAutoProvisioningCloudRoleArn
The cloud role ARN in AWS for this feature.
Parameter properties
Type: String
Default value: None
Supports wildcards: False
DontShow: False
Parameter sets
(All)
Position: Named
Mandatory: False
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
-ArcAutoProvisioningEnabled
Is arc auto provisioning enabled.
Parameter properties
Type: Boolean
Default value: None
Supports wildcards: False
DontShow: False
Parameter sets
(All)
Position: Named
Mandatory: False
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
-ConfigurationCloudRoleArn
The cloud role ARN in AWS for this feature.
Parameter properties
Type: String
Default value: None
Supports wildcards: False
DontShow: False
Parameter sets
(All)
Position: Named
Mandatory: False
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
-ConfigurationExclusionTag
VM tags that indicates that VM should not be scanned.
Parameter properties
Parameter sets
(All)
Position: Named
Mandatory: False
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
-ConfigurationPrivateLinkScope
Optional Arc private link scope resource id to link the Arc agent.
Parameter properties
Type: String
Default value: None
Supports wildcards: False
DontShow: False
Parameter sets
(All)
Position: Named
Mandatory: False
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
-ConfigurationProxy
Optional HTTP proxy endpoint to use for the Arc agent.
Parameter properties
Type: String
Default value: None
Supports wildcards: False
DontShow: False
Parameter sets
(All)
Position: Named
Mandatory: False
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
-ConfigurationScanningMode
The scanning mode for the VM scan.
Parameter properties
Type: String
Default value: None
Supports wildcards: False
DontShow: False
Parameter sets
(All)
Position: Named
Mandatory: False
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
-ConfigurationType
The Vulnerability Assessment solution to be provisioned.
Can be either 'TVM' or 'Qualys'.
Parameter properties
Type: String
Default value: None
Supports wildcards: False
DontShow: False
Parameter sets
(All)
Position: Named
Mandatory: False
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
-DefenderForServerCloudRoleArn
The cloud role ARN in AWS for this feature.
Parameter properties
Type: String
Default value: None
Supports wildcards: False
DontShow: False
Parameter sets
(All)
Position: Named
Mandatory: False
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
-MdeAutoProvisioningConfiguration
configuration for Microsoft Defender for Endpoint autoprovisioning.
Parameter properties
Type: IAny
Default value: None
Supports wildcards: False
DontShow: False
Parameter sets
(All)
Position: Named
Mandatory: False
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
-MdeAutoProvisioningEnabled
Is Microsoft Defender for Endpoint auto provisioning enabled.
Parameter properties
Type: Boolean
Default value: None
Supports wildcards: False
DontShow: False
Parameter sets
(All)
Position: Named
Mandatory: False
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
-SubPlanType
The available sub plans.
Parameter properties
Type: String
Default value: None
Supports wildcards: False
DontShow: False
Parameter sets
(All)
Position: Named
Mandatory: False
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
-VaAutoProvisioningEnabled
Is Vulnerability Assessment auto provisioning enabled.
Parameter properties
Type: Boolean
Default value: None
Supports wildcards: False
DontShow: False
Parameter sets
(All)
Position: Named
Mandatory: False
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
-VMScannerEnabled
Is Microsoft Defender for Server VM scanning enabled.
Parameter properties
Type: Boolean
Default value: None
Supports wildcards: False
DontShow: False
Parameter sets
(All)
Position: Named
Mandatory: False
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable,
-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see
about_CommonParameters .
Outputs