RmResource and strongly-typed resources

Hi,
I followed the indications from https://fim2010client.codeplex.com/wikipage?title=UsingOwnStronglyTypedResources&referringTitle=Documentation
to produce a partial class to access my customized Resource Person (just one new attribute for test), but I'm having an error:

fim-resource.ps1:181 char:36
+         Multivalued = [bool]::Parse <<<< ($(GetAttributeValue $exportObject "Multivalued"));
    + CategoryInfo          : NotSpecified: (:) [], ParentContainsErrorRecordException
    + FullyQualifiedErrorId : DotNetMethodException

Note: I get the same error with an uncostomized resource like Group or Set

I'm using FIM 2010 R2. Is this tool valid for RFIM 2010 R2?

Many, many thanks,

DD

February 15th, 2015 6:45pm

Hi DevDiver,

It seems that the powershell failed to retrieved the value of the attribute "Multivalued" and so the [bool]::Parse failded with a null value. Try to test the value before.

Regards,

Free Windows Admin Tool Kit Click here and download it now
February 16th, 2015 9:34am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics