User create date

If you need to find out when a user was created you can run this in PowerShell:Connect-ExchangeOnlineGet-Mailbox user@contoso.com | select-object WhenCreatedUTC,Name It will tell you when the users mailbox was created.

OneDrive – Wrong timezone

I noticed that the time and time format was wrong on all documents in my OneDrive online. Time and timezone is correct in the rest of Office 365 It can be fixed by doing this: In OneDrive click the Return to classic OneDrive in the lower left cornerClick on the setting icon in the upper right cornerClick … Read more

Printer clean up

I had a problem with a HP LaserJet 8620. No matter what I did the HP printer software would not communicate with the printer. And because of that scan did not work. A complete uninstall of driver an d HP software did not help. And even though everything had been uninstalled HP Print and Scan … Read more

Extract MSI file

Right click on CMD and choose Run as administrator. Once you have the elevated CMD promt type: msiexec /a c:\testfile.msi /qb TARGETDIR=c:\temp\test Change path to MSI file and target path.

Find and delete Office temporary files

When you op an Office document from a file share a temporary file is created. Normally they are deleted automatic when the document is closed, but sometimes this does not happen. You can then end up with many temporary files that can take up a lot of space. Search with this string in the file … Read more