Skip to main content

Posts

Enabling Remote login to Windows Server via RDP

nable Remote Desktop and add this domain user to Remove Desktop Users group.   http://technet.microsoft.com/en-us/library/cc794832(WS.10).aspx Enable "Allow log on locally" and add this domain users.  http://technet.microsoft.com/en-us/library/cc785165(WS.10).aspx Delegating administration http://technet.microsoft.com/en-us/library/cc778807(WS.10).aspx

A list of Exchange Online Command lets

A list of Exchange Cmdlets https://technet.microsoft.com/en-us/library/jj200780(v=exchg.160).aspx Deleting messages from Exchange Online https://support.office.com/en-us/article/Search-for-and-delete-email-messages-in-your-Office-365-organization-3526fd06-b45f-445b-aed4-5ebd37b3762a#step2 The Exchange Web Services API - When youi need message access and the msonline cmdlets don't get you there. https://msdn.microsoft.com/en-us/library/office/dd877012(v=exchg.150).aspx

SQL encryption

Recently I needed to encrypt my MSSQL databases. I found the following guides helpful Although this guide mentions the older Server 2008, it explains things well https://technet.microsoft.com/en-us/library/cc278098(v=sql.100).aspx#_Toc189384676 A more recent article https://msdn.microsoft.com/en-AU/library/bb934049.aspx