New-PlaceDevice
Syntaxe
New-PlaceDevice
[-DeviceId]
[-DisplayName]
[-MACAddress]
[-Manufacturer]
[-IPV4Address]
[-IPV6Address]
[-PlaceId]
[-Tags]
[-Sensors]
Description
New-PlaceDevice applet de commande charge les nouvelles propriétés de l’appareil dans Microsoft Places.
Exemples
Exemple 1
Crée un appareil à des endroits avec un badge comme type de capteur
New-PlaceDevice -DeviceId "contoso_9D6816" -DisplayName "Contoso 9D6816 Device" -Description "Contoso 9D6816 Device" -MACAddress "00:0A:95:9D:68:16" -Manufacturer "Contoso" -IPV4Address "192.168.1.100" -IPV6Address "2001:db8::ff00:42:8329" -PlaceId "acfa3bc0- 2b83-425b-8910-84a0250e9671" -Tags "BuildingA" -Sensors (New-Object MicrosoftPlaces.PlacesDevices.Sensor -Property @{SensorType="badge"})
Paramètres
-DeviceId
ID défini par l’utilisateur de l’appareil.
Attribut | Description |
---|---|
Type : | String |
Obligatoire : | Vrai |
-DisplayName
Nom de l’appareil.
Attribut | Description |
---|---|
Type : | String |
Obligatoire : | Faux |
Description
Description de l’appareil.
Attribut | Description |
---|---|
Type : | String |
Obligatoire : | Faux |
-MACAddress
Adresse MAC de l’appareil fourni par le fabricant.
Attribut | Description |
---|---|
Type : | String |
Obligatoire : | Faux |
-Fabricant
Nom du fabricant de l’appareil.
Attribut | Description |
---|---|
Type : | String |
Obligatoire : | Vrai |
-IPV4Address
Adresse IPV4 de l’appareil.
Attribut | Description |
---|---|
Type : | String |
Obligatoire : | Faux |
-IPV6Address
Adresse IPV6 de l’appareil.
Attribut | Description |
---|---|
Type : | String |
Obligatoire : | Faux |
-PlaceId
ID de l’élément Place (en Microsoft Places) associé à l’appareil.
Attribut | Description |
---|---|
Type : | Chaîne guid |
Obligatoire : | Faux |
-Étiquettes
Chaîne utilisée pour filtrer ou identifier l’appareil.
Attribut | Description |
---|---|
Type : | String |
Obligatoire : | Faux |
-Capteurs
Propriétés du capteur associé à l’appareil.
Attribut | Description |
---|---|
Type : | MicrosoftPlaces.PlacesDevices.Sensor |
Obligatoire : | Vrai |
-SensorId
ID défini par l’utilisateur du capteur sur l’appareil.
Attribut | Description |
---|---|
Type : | String |
Obligatoire : | Faux |
-SensorType
Type du capteur.
Attribut | Description |
---|---|
Type : | Enum (badge/occupation) |
Obligatoire : | Vrai |