New-MSBespokes
Create new Bespoke record(s)
Syntax
New-MSBespokes -BespokeName1 (String) [-BespokeName2 (String)] [-BespokeName3 (String)] [-AdSId (String)] [-Process (String)] [-SubProcess (String)] [-BatchSize (Int32)]
New-MSBespokes -Bespokes (Array) [-DontMatchOnBespokeId] [-MatchOnBespokeName] [-DontMatchOnBespokeFullName] [-DontMatchOnAdSid] [-DontMatchOnLegacyId] [-LookupOnly] [-BatchSize (Int32)]
Examples
## Create a new Bespoke with BespokeName1 "APITesterBespoke1", BespokeName2 "APITesterBespoke2", BespokeName3 "APITesterBespoke3" and return the new Bespoke Id.
(New-MSBespokes -BespokeName1 "APITesterBespoke1" -BespokeName2 "APITesterBespoke2" -BespokeName3 "APITesterBespoke3").Id