Kategorier
Fix och Trix

Pretty print XML using Powershell

I recently came across an old application that uses a XML file for logging, but it did n ot add line breaks to the XML. This makes it impossible to search the log files using normal text file utilities, since all the log content is on the same line. To make the log files easier […]

Kategorier
Problem & Lösningar

Ändra användarens plats i Office 365

En av de få användaregenskaper i Office 365 som inte synkroniseras med hjälp av DirSync är Usage location. Detta är ett specifikt attribut för Office 365 och måste vara satt så fort du ska tilldela en licens. Om alla användare bara finns i sverige kan man använda följande lilla one-liner i Powershell: Get-MsolUser | where-object […]