Systems Engineering Archives – Engineerer
-1
archive,category,category-systems-engineering,category-28,wp-custom-logo,bridge-core-3.1.2,qode-page-transition-enabled,ajax_fade,page_not_loaded,,footer_responsive_adv,hide_top_bar_on_mobile_header,qode-content-sidebar-responsive,qode-theme-ver-30.1,qode-theme-bridge,qode_header_in_grid,elementor-default,elementor-kit-641
 

Systems Engineering

It's just fantastic how hard it is to call the Graph API REST endpoints through PowerShell. I couldn't let loose from this - from my point of view - big issue and went from problem to solution.TL;DRThe script: O365-Azure-Scripts/Get-StaleUsersReport.ps1 at master · engineererr/O365-Azure-Scripts (github.com).Quickly I...

In the flat I live in is a DigitalStrom Server installed. This thing lets us control light and blinds in lazy mode. Next to the door is a tablet mounted to the wall that shows additional info like current power usage, temperature, etc. An old...

From time to time - more often than wished for - you'll get a generalized error message in your browser window printing "Sorry, something went wrong". The real error message is written in the so-called ULS log. This log resides on every SharePoint server in...

I was inspired by Stefan Gossner who uses PowerShells ability to compile C# code in-memory. This allowed me to run SharePoint CSOM code directly in PowerShell.Stefan's post is definitely worth reading. Here it is.The following script runs on a SharePoint Server. To run it...