Forum Discussion
Bhavpreet Bains
Oct 09, 2018Iron Contributor
onedrive list of admin
Hello, We have a user who was accidentally added as site collection admin to various OneDrive accounts. Is it possible to pull a list of all site collection admin for all OneDrive accounts? I...
Lisa Gentry
Dec 20, 2021Copper Contributor
adrianhalid
Dec 28, 2021Copper Contributor
Where ever you see a Write-Host you could just output to a file on your disk.
Try using Add-Content or Out-File.
https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/add-content?view=powershell-7.2
https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/out-file?view=powershell-7.2