I was able to create my IPAM GPO's for my root domain, but all my child domains are failing with the following error. Environment:
IPAM: 2012 R2
Domain Controllers: Mix of 2008, 2008 R2, and 2012 R2.
PS H:\> Invoke-IpamGpoProvisioning -domain child.domain.local -GpoPrefixName IPAM-CHILDDOMAIN -force -DomainController dc01.child.domain.local -IpamServerFqdn ipam.domain.local
Invoke-IpamGpoProvisioning : The property 'Exception' cannot be found on this object. Verify that the property exists.
At line:1 char:1
+ Invoke-IpamGpoProvisioning -domain child.domain.local -GpoPrefixName IPAM-CHILDDOMAIN - ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Invoke-IpamGpoProvisioning], PropertyNotFoundException
+ FullyQualifiedErrorId : PropertyNotFoundStrict,Invoke-IpamGpoProvisioning
- Edited by Mark Mahacek Friday, November 07, 2014 6:53 PM