Mikael Karlsson
Mikael Karlsson
Hello! Thank you for the feature request. I have thought about this but not looked into it yet. I'll have a look at the md documentation and see what I...
Untick the "Use Default Permissions" in Settings. This will automatically do a grant request for missing permissions. You might have to restart it once you changed the setting. That is...
I had a quick look at markdown. I can now document with md as output and it looks great...until I document the whole environment. Some profile values breaks the document...
[Documentation.psm1.txt](https://github.com/Micke-K/IntuneManagement/files/7575927/Documentation.psm1.txt) [DocumentationMD.psm1.txt](https://github.com/Micke-K/IntuneManagement/files/7575928/DocumentationMD.psm1.txt) Remove .txt from these files and copy them to the Extensions folder. Select Markdown when you document. This is an experimental version of the MD documentation. It looks...
Hello! I cannot reproduce this even if I change my date/time format. createdDateTime, lastModifiedDateTime and modifiedDateTime should be stored in the "2021-08-10T04:42:10.4104838Z" format. I cannot find any object that stores...
I cannot reproduce it no matter what I do. Can you try this file [Documentation.zip](https://github.com/Micke-K/IntuneManagement/files/8196322/Documentation.zip) ?
That is with the updated psm1. I did a try/catch statement and logged if it failed to parse. I still can understand why the date/time format is completely different from...
Can you try this and let me know what it says in the log. Just some more logging [Documentation.zip](https://github.com/Micke-K/IntuneManagement/files/8197830/Documentation.zip) Cheers!
My tenant us in Australia. I live in Sydney and I do know things are a bit different here :). I used to live in Sweden so I know regional...
Hello! Looks like this is a PowerShell 6+ issue. https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/convertfrom-json?view=powershell-7.2#notes Try starting the script with PowerShell 5 eg add -version 5 to the command line.