Hier ein Snippet, um eine Listenspalte (z.B. vom Typ Integer) mit einem Min- oder Maxwert zu versehen.
Continue reading SP Online: Min- MaxWerte einer Spalte modifizierenAzure PowerShell Workflow Runbook Fehler
Letztens habe ich versucht über PowreShell Runbooks (Azure) einen SharePoint – ContentType aus dem “Read Only” Modus zu befreien.
Gehen sollte das recht einfach mit:
1 2 3 4 |
$ct = Get-PnPContentType -Identity "CSM Comment" -List "Comments" $ct.ReadOnly = $false $ct.Update($false) Invoke-PnPQuery |
Add-PnPWebPartToWikiPage : Object reference not set to an instance of an object.
Beim Versuch, eine Webpart über das PnP Framework auf eine Wiki Seite zu setzen, kam bei einigen Seiten dieser Fehler. Dieser wird durch eine fehlerhafte HTML Struktur der Wiki Seite erzeugt (z.B. wenn diese Seite zuvor importiert wurde).
Continue reading Add-PnPWebPartToWikiPage : Object reference not set to an instance of an object.Home Router Project
PC Engines has announced a new embedded mainboard series, this alone was sufficient reason for me (again) to build a home router based on this piece of hardware. Continue reading Home Router Project
EventID:6398 Unexpected exception in FeedCacheService. IsEntityActivelyFollowed
Full message: Unexpected exception in FeedCacheService.IsEntityActivelyFollowed: Cache cluster is down, restart the cache cluster and Retry
We need to rebuild the Cache Cluster to fix this error. Continue reading EventID:6398 Unexpected exception in FeedCacheService. IsEntityActivelyFollowed
No Windows identity for domain\user (in ULS Log)
I got this error together with some issues caused by an outdated SSL certificate (SP 2013 farm). Continue reading No Windows identity for domain\user (in ULS Log)
Use PowerShell to hibernate and wake up your Windows (Server) machine
Earlier I used a Synology Diskstation 713+ as a NAS and media server. For several weeks now I switched to MS Server 2012 R2 Essentials, but I always missed the automatical sleep and wake up functioniality of the Synology device.
On Windows platforms we can use the PowerShell to achieve that. Continue reading Use PowerShell to hibernate and wake up your Windows (Server) machine