# get-itemproperty parameter

**URL:** https://forums.powershell.org/t/get-itemproperty-parameter/4703
**Category:** PowerShell Help
**Created:** [August 17, 2015, 1:14pm UTC](https://forums.powershell.org/t/get-itemproperty-parameter/4703 "2015-08-17T13:14:01Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![shane-lindberg](https://avatars.discourse-cdn.com/v4/letter/s/bbce88/32.png) [@shane-lindberg](https://forums.powershell.org/u/shane-lindberg)
#### Post date: [August 17, 2015, 1:14pm UTC](https://forums.powershell.org/t/get-itemproperty-parameter/4703/1 "2015-08-17T13:14:01Z")

</div>

I just started reading chapter 3 in “Powershell a month of lunches”. It is doing a wonderful job of explaining get-help. Thanks Don, I am enjoying it!

I decided to type “get-help set-itempropery”. I noticed it does not have a parameter [-type] listed. The reason I pointed that out was I recently used the following command

```
set-itemproperty $path $name $value -type dword
```

As far as I can tell [-type] is not a listed parameter according to help, but I used it without error. Does that mean get-help is incomplete or did [-type] actually do nothing?

---

<div class="post-metadata">

### Author: ![donj](https://sea1.discourse-cdn.com/flex019/user_avatar/forums.powershell.org/donj/32/137_2.png) [@donj](https://forums.powershell.org/u/donj)
#### Post date: [August 17, 2015, 1:36pm UTC](https://forums.powershell.org/t/get-itemproperty-parameter/4703/2 "2015-08-17T13:36:39Z")

</div>

That’s a fun thing called dynamic parameters. That one is only available in a registry drive, and because help is static, it doesn’t show it.

---

<div class="post-metadata">

### Author: ![shane-lindberg](https://avatars.discourse-cdn.com/v4/letter/s/bbce88/32.png) [@shane-lindberg](https://forums.powershell.org/u/shane-lindberg)
#### Post date: [August 17, 2015, 1:47pm UTC](https://forums.powershell.org/t/get-itemproperty-parameter/4703/3 "2015-08-17T13:47:30Z")

</div>

Thanks for clearing that up 🙂

---

<div class="post-metadata">

### Author: ![dotnVo](https://avatars.discourse-cdn.com/v4/letter/d/4af34b/32.png) [@dotnVo](https://forums.powershell.org/u/dotnVo)
#### Post date: [May 16, 2024, 8:45pm UTC](https://forums.powershell.org/t/get-itemproperty-parameter/4703/4 "2024-05-16T20:45:00Z")

</div>


