Quantcast
Channel: Public Key Infrastructure PowerShell module
Viewing all articles
Browse latest Browse all 729

New Post: Accessing Request.Disposition - Bug?

$
0
0
Hi all,

I am trying to access the attribute Request.Disposition of a pending request. Funnily enough I can see the attribute if I do the following:
$pending = get-pendingrequests -CA $ca -property *

$pending | fl
Request.Disposition 9

But if I want to access it, it always fails.
$pending.Request.Disposition
It works for other attributes e.g.
$pending.PublicKeyAlgorithm
I can use it via Select-Object -Expand-Property Request.Disposition, but I am curious why I cannot access it directly :)

Thanks

Viewing all articles
Browse latest Browse all 729

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>