12Knocksinna / Office365itpros

Office 365 for IT Pros PowerShell examples
MIT License
1.28k stars 567 forks source link

Misleading Output #42

Closed nikkelly closed 2 years ago

nikkelly commented 2 years ago

https://github.com/12Knocksinna/Office365itpros/blob/f4bac33a8cd9c679d0eb9e6d2518bc4c33a4951b/FindObsoleteGuestsByActivityV2.ps1#L112

The script runs and states a file is saved to C:\Inactiveguests.csv but actually goes to C:\temp\InactiveGuests.csv

https://github.com/12Knocksinna/Office365itpros/blob/f4bac33a8cd9c679d0eb9e6d2518bc4c33a4951b/FindObsoleteGuestsByActivityV2.ps1#L86

12Knocksinna commented 2 years ago

fixed