Are you wanting the domain account policy or local policies on workstations?

Domain Account Policy:
code:
$Domain = GetObject("WinNT://YourDomainName,domain")
$schema = GetObject($Domain.schema)
for each $i in $schema.OptionalProperties
$value = $Domain.Get($i)
? $i + ": " + $value
next

_________________________
Home page: http://www.kixhelp.com/hb/