SMTP Server: smtp.office365.comPort 587Use Transport Layer Security (TLS)Credentials must be valid Office 365 credentials Pantelis ApostolidisPantelis Apostolidis is a Cloud
Author: Pantelis Apostolidis
Pantelis Apostolidis is a Cloud Solutions Architect at Microsoft and an ex Microsoft Azure MVP. For the last 15 years, Pantelis has been involved to major cloud projects in Greece and abroad, helping companies to adopt and deploy cloud technologies, driving business value. He is entitled to a lot of Microsoft Expert Certifications, demonstrating his proven experience in delivering high quality solutions. He is an author, blogger and he is acting as a spokesperson for conferences, workshops and webinars. He is also an active member of several communities as a moderator in azureheads.gr and autoexec.gr. Follow him on Twitter @papostolidis.
Register Active Directory Schema Snap-In
To be able to add the Active Directory Schema Snap-In at an MMC you need to register thschema management dll. To
Uninstall Applications in Server Core
Run regedit at the command prompt to open the registry editor Navigate to: HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionUninstall Find the applications unintsall string and paste
MAP Network Drive in SQL Management Studio
First you need to change the permissions to allow xp_cmdshell: [code language=”sql”] — To allow advanced options to be changed.
Simple way to manage Automatic Start for multiple VMs at once
A simple command to see all Automatic Start actions is to run: [sourcecode language=”powershell”] get-vm -ComputerName HypervHost | select name,auto* [/sourcecode]