Set-BluGenieRange
Set-BluGenieRange
SYNOPSIS
Set-BluGenieRange is an add-on to manage the IP Range in the BluGenie Console
SYNTAX
Set-BluGenieRange [[-Update] <String>] [-Remove] [-Walkthrough] [<CommonParameters>]DESCRIPTION
Set-BluGenieRange is an add-on to manage the IP Range in the BluGenie Console
EXAMPLES
EXAMPLE 1
Set-BluGenieRangeThis will give you the currect IP Range valueEXAMPLE 2
Set-BluGenieRange 10.20.136.1-10.20.136.50This will update the current IP Range value to 10.20.136.1-10.20.136.50EXAMPLE 3
Set-BluGenieRange -Update 10.20.136.1-10.20.136.150This will update the current IP Range value to 10.20.136.1-10.20.136.150EXAMPLE 4
Set-BluGenieRange -RemoveThis will remove the set IP Range valuePARAMETERS
Update
-Update <String>
Update the current value
<Type>String<Type>
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? falseRemove
-Remove [<SwitchParameter>]
Remove any IP Range value
<Type>SwitchParameter<Type>
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? falseWalkthrough
-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? falseCommonParameters
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 updated