Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 
ParameterDescriptionClassAccepted optionsConstraintsUsageUniqueAvailable from version
NameThe name of the range to create. This could be the building, campus, city or country where the range will be identified by this name. The name can be anything that you wish to logically group block of numbers under.System.String 
1 - 40 charactersRequired
v1.0
Note

Any comments that will aid in understanding of the range.

System.String 
1 - 255 charactersOptional 
 v1.0

Outputs

Field NameDescription
idThe GUID ID of the Range created for example 76b1084d-83ca-4f23-8768-5e45e742f2cd
nameThe name of the range created this is the same as the name supplied in the command
noteThe note of the range created this is the same as the note supplied in the command or if no note was created this is Null
createdbyThe GUID of the user account which created the range for example 4c1d4183-7a3a-4768-8abb-93bd148c4b19
updatedbyThe GUID of the user account which last changed the range this is always the same as the createdby GUID

...

Code Block
languagepowershell
New-UdmRMRange -name Boston -note "Building on the corner of 5th and Main"

See Also

 

...