New-NetIntentStorageOverrides
Creates a new instance of network adapter storage overrides which can be used to supply granular values to Set-NetIntent
.
Syntax
New-NetIntentStorageOverrides
[-EnableAutomaticIPGeneration <Boolean>]
[<CommonParameters>]
Description
The New-NetIntentStorageOverrides
cmdlet creates a new instance of storage
network adapter override setting. This instance can be used to specify
configuration values for network adapters when using the Set-NetIntent
cmdlet.
Examples
Example 1
New-NetIntentStorageOverrides -EnableAutomaticIPGeneration $true
This example creates a new storage override with automatic IP generation enabled.
Parameters
-EnableAutomaticIPGeneration
Indicates whether automatic IP generation should be enabled for the network
adapter storage configuration. When set to $true
, IP addresses will be
automatically generated based on the network settings.
Type: | Boolean |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |