VIDEO – Rich Angular CLI tables with [angluar2-datatable]
Check out this live coding demo of how to reference and include [angular2-datatable] in your Angular2 CLI project. Cheers!

Video
Screenshots





Check out this live coding demo of how to reference and include [angular2-datatable] in your Angular2 CLI project. Cheers!
Recently I wanted to create a Communication site in Office 365 but did not see the “+New” menu on the tenant SharePoint landing page. However, I switched to another tenant and watched HTTP traffic over F12 Network tools. Here I could see the exact URL for the APSX new Communication Site form.
Adding the URL suffix “/_layouts/15/CreateGroup.aspx” allowed me to successfully create a Communication Site on other tenants. Hope this helps! Cheers.
New-PNPTenantSite : The web template SITEPAGEPUBLISHING#0 is not available for sites on this tenant.
Recently I had an issue where RDP to new Windows Server 2012 R2 machines required login – twice. Saved credentials in RDP Manager were being passed, but the target machine required a second login. Annoying and different than other servers I manage.
Recently I found a way to dynamically update Microsoft Word text placeholders with PowerShell script. Because DOCX files are ZIP archive we can extract to a TEMP folder to update the internal XML document text. From there, bundling to a new ZIP archive and renaming DOCX enable us to deliver the final DOCX version to users.
Below is a demo with full source code. Cheers!