Browsing index pages (3 articles)
↧
it's possible to give a line break in Newsfeed Post? (via powershell)
New post provisioned via powershell script to a Newsfeed: $site = Get-SPSite "siteurl" $ServiceContext = Get-SPServiceContext $site $ProfileManager = new-object...
View ArticleAnswer by Marco for it's possible to give a line break in Newsfeed Post? (via...
Try "Here-Strings" Using Windows PowerShell “Here-Strings”
View ArticleAnswer by Selçuk for it's possible to give a line break in Newsfeed Post?...
In case anyone have this issue, we solved it with using Environment.NewLine with C#. Maybe [System.Environment]::NewLine will work.
View Article
Browsing index pages (3 articles)