Commit 4a72ba2
authored
Add Export of New User Details with License Information
This update enhances the script by exporting detailed information about newly created users, including their license details, to a CSV file. Previously, the script only exported the original data from the imported `NewAccounts.csv` file. The new functionality ensures that the output includes:
- User Principal Name
- Display Name
- Assigned License Details
The results are saved to `C:\temp\NewAccountResults.csv` for further review or auditing. This change improves traceability and provides a comprehensive overview of the newly created accounts.1 parent f4f0ba0 commit 4a72ba2
1 file changed
Lines changed: 15 additions & 2 deletions
Lines changed: 15 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
107 | 110 | | |
108 | 111 | | |
109 | 112 | | |
| |||
113 | 116 | | |
114 | 117 | | |
115 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
116 | 129 | | |
117 | 130 | | |
118 | 131 | | |
119 | | - | |
| 132 | + | |
120 | 133 | | |
121 | 134 | | |
122 | 135 | | |
| |||
0 commit comments