Comment on page
Set-BluGenieRange
Set-BluGenieRange is an add-on to manage the IP Range in the BluGenie Console
Set-BluGenieRange [[-Update] <String>] [-Remove] [-Walkthrough] [<CommonParameters>]
Set-BluGenieRange is an add-on to manage the IP Range in the BluGenie Console
Set-BluGenieRange
This will give you the currect IP Range value
Set-BluGenieRange 10.20.136.1-10.20.136.50
This will update the current IP Range value to 10.20.136.1-10.20.136.50
Set-BluGenieRange -Update 10.20.136.1-10.20.136.150
This will update the current IP Range value to 10.20.136.1-10.20.136.150
Set-BluGenieRange -Remove
This will remove the set IP Range value
-Update <String>
Update the current value
<Type>String<Type>
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Remove [<SwitchParameter>]
Remove any IP Range value
<Type>SwitchParameter<Type>
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-Walkthrough [<SwitchParameter>]
An automated process to walk through the current function and all the parameters
<Type>SwitchParameter<Type>
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Last modified 1yr ago