Martin Caddick
Martin Caddick
Happy to work thru it with you. I've been doing a bit with markdown recently. btw, when I get the prompt telling me that the CA policies do not have...
Awesome thanks.
I've got a couple of demo tenants and a big prod tenant if you want assistance in testing
Where is the tenant? In the past I've seen different issues depending on where the tenant is. We're a bit different down under ;-)
Noticed the new version yesterday and have already been testing. Jumpbox doesn't have word and does export correctly. Copied source to workstation that has Word installed and started documenting. Only...
I've been running cmtrace with the log file in debug and I can see it trying to connect to graph.microsoft.com for things like servicePrincipals, directoryObjects, namedLocations and directoryRoleTemplates. Can you...
np. I managed to email the config out to then run the doco on another tenant (when I excluded the scripts that were blocked)
Dodgy workaround Jeff, if it works it's ok isn't it ;-)? $jsonData | ForEach-Object -Begin { $cx = Open-MySQLiteDB $dbpath } -Process { try { $item = $_.Item -replace "'",...
To be clear, those screenshots were comparing Contoso and Contoso Target, 2 different tenants.
@Micke-K Came across this https://evotec.xyz/powershell-comparing-advanced-objects/ so something I'll use in the meantime from here https://github.com/EvotecIT/PSSharedGoods Cheers