Get FimObject - wim-beck/IS4U-FIM-Powershell GitHub Wiki
Retrieve an object from the FIM portal.
Get-FimObject [[-Value] <String>] [[-Attribute] <String>] [[-ObjectType] <String>] [[-Filter] <String>] [<CommonParameters>]
Search for an object in the FIM portal and display his properties. This function searches Person objects by AccountName by default. It is possible to provide another object type or search attribute by providing the Attribute and ObjectType parameters.
| Property | Value |
|---|---|
| Type | String |
| Required | false |
| Position | 1 |
| Default value | |
| Accept pipeline input | false |
| Property | Value |
|---|---|
| Type | String |
| Required | false |
| Position | 2 |
| Default value | AccountName |
| Accept pipeline input | false |
| Property | Value |
|---|---|
| Type | String |
| Required | false |
| Position | 3 |
| Default value | Person |
| Accept pipeline input | false |
| Property | Value |
|---|---|
| Type | String |
| Required | false |
| Position | 4 |
| Default value | |
| Accept pipeline input | false |
Get-FimObject is4u.admin