New-PlaceDevice
語法
New-PlaceDevice
[-DeviceId]
[-DisplayName]
[-MACAddress]
[-Manufacturer]
[-IPV4Address]
[-IPV6Address]
[-PlaceId]
[-Tags]
[-Sensors]
描述
New-PlaceDevice Cmdlet 會將新的裝置屬性上傳至 Microsoft Places。
範例
範例 1
在具有徽章做為感測器類型的位置中建立新裝置
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"})
參數
-DeviceId
裝置的使用者定義標識碼。
屬性 | 描述 |
---|---|
類型: | 字串 |
必填: | True |
-DisplayName
裝置的名稱。
屬性 | 描述 |
---|---|
類型: | 字串 |
必填: | 錯 |
-Description
裝置的描述。
屬性 | 描述 |
---|---|
類型: | 字串 |
必填: | 錯 |
-MACAddress
製造商所提供裝置的 MAC 位址。
屬性 | 描述 |
---|---|
類型: | 字串 |
必填: | 錯 |
-製造者
裝置製造商的名稱。
屬性 | 描述 |
---|---|
類型: | 字串 |
必填: | True |
-IPV4Address
裝置的 IPV4 位址。
屬性 | 描述 |
---|---|
類型: | 字串 |
必填: | 錯 |
-IPV6Address
裝置的 IPV6 位址。
屬性 | 描述 |
---|---|
類型: | 字串 |
必填: | 錯 |
-PlaceId
與裝置相關聯 Microsoft Places) 中放置 (的標識碼。
屬性 | 描述 |
---|---|
類型: | Guid 字串 |
必填: | 錯 |
-標籤
用來篩選出或識別裝置的字串。
屬性 | 描述 |
---|---|
類型: | 字串 |
必填: | 錯 |
-感測器
與裝置相關聯之感測器的屬性。
屬性 | 描述 |
---|---|
類型: | MicrosoftPlaces.PlacesDevices.Sensor |
必填: | True |
-SensorId
裝置上感測器的使用者定義識別碼。
屬性 | 描述 |
---|---|
類型: | 字串 |
必填: | 錯 |
-SensorType
感測器的類型。
屬性 | 描述 |
---|---|
類型: | 列舉 (徽章/佔用量) |
必填: | True |