protected override void ExecuteCmdlet() { var web = CurrentWeb.CreateWeb(Title, Url, Description, Template, Locale, !BreakInheritance, InheritNavigation); ClientContext.Load(web, w => w.Id, w => w.Url, w => w.ServerRelativeUrl); ClientContext.ExecuteQueryRetry(); WriteObject(web); }