Start-FIMReportingInitialPartialSync
Extracts the delta set of data that results from new schema being pushed to the SCSM Data Warehouse, transforms it into SCSM classes and properties based on the FIM to SCSM binding table, and loads these data into the SCSM Data Warehouse.
Important
Not completed for FIM 2010 R2 Beta. Running this on the beta will not do anything.
Syntax
Start-FIMReportingInitialPartialSync [-uri <string> = localhost] [-credential <system.credential> = current user]
Detailed Description
Extracts the delta set of data that results from new schema being pushed to the SCSM Data Warehouse, transforms it into SCSM classes and properties based on the FIM to SCSM binding table, and loads these data into the SCSM Data Warehouse. This script should be run after you have extended the Data Warehouse schema by running Import-FIMReportingSchemaDefinition, and completed an MPSyncJob on the Data Warehouse. After this has been completed, running Initial-Partial ETL will move over any new schema elements that you have specified in your new schema definition. Running this script will result in creating a “Reporting Job” object in the FIM Service. You may view these jobs, and their statuses by navigating to Administration > All Resources > Reporting Job, and inspecting the “extended attributes” tab.
Parameters
-uri <string> = localhost
This URL pointing to the resource management service. By default this is set to “https://localhost:5725/resourcemanagementservice“
Required? |
false |
Position? |
1 |
Default Value |
https://localhost:5725/resourcemanagementservice |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
true |
-credential <system.credential> = current user
This is the credential needed for talking to the FIM resource management service. By default, this is set to the credentials of the current user. If the user wishes to run under a different context, they can pass a system.credential object to the commandlet.
Required? |
false |
Position? |
named |
Default Value |
<system.credential> = current user |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
Notes
Example 1
C:\PS> Start-FIMReportingInitialPartialSync
.
Example 2
C:\PS> Start-FIMReportingInitialPartialSync