-
Notifications
You must be signed in to change notification settings - Fork 4
Import SchemaBindings
wim-beck edited this page Feb 28, 2017
·
2 revisions
Create new bindings based on data in given CSV file.
Import-SchemaBindings [-CsvFile] <String> [<CommonParameters>]
Create new bindings based on data in given CSV file. All referenced attributes are assumed to exist already in the schema.
Property | Value |
---|---|
Type | String |
Required | true |
Position | 1 |
Default value | |
Accept pipeline input | false |
Import-SchemaBindings -CsvFile ".\SchemaBindings.csv"