Monday, July 16, 2018

Useful IT Training

This is a rough blog article that will contain links that I have come across  and will be periodically updated:

https://www.pluralsight.com
http://www.vmwarelearning.com/
http://labs.hol.vmware.com/
http://www.microsoftvirtualacademy.com/
http://Technet.microsoft.com/virtuallabs
https://www.edx.org/

https://www.reddit.com/r/networking/comments/7iudp5/training_material_for_new_network_engineer/dr1gg83/?context=3

https://www.reddit.com/r/sysadmin/comments/8z7ood/sys_admin_certifications/
Screenshot of post that is most relevant:


http://www.365admin.com.au/2017/02/how-to-get-180-day-trial-tenant-in.html

Friday, June 29, 2018

Remove ActiveSync Device via Exchange Management Shell

  1. Log on to the exchange server.
  2.  Open the Exchange Mangement Shell.
  3. To get Devices associated with a Mailbox:
  4. Get-ActiveSyncDeviceStatistics -Mailbox:"alias"
  5. Use the output of the command above to delete a specfied device via identity:
  6. Remove-ActiveSyncDevice -Identity iPhone_TonySmith