Add a column to msolusers

Can someone help me in adding a column to:

Get-Msolusers | select * #and add a column called “DateTime_Created” and add Get-UTC as the values for that column.

This will then be written out to a table in SQL Server.

Your help is greatly appreciated.

Cabreraj007,
Welcome to the forum. :wave:t4:

You can use a calculated property to add additional values to an existing data set.

Thank you so much! This actually worked for me.

I’m glad it helped. :+1:t4: :smiley:

Cheers