<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><item><title>Comment on Office 365 Active User Definition for Usage Analytics Reports by verasearch3</title><link>/azureblog/office-365-active-user-definition-for-usage-analytics-reports#comment-1633</link><description>so simply checking your mailbox from outlook will not trigger a usage, unless you actually read a received mail and mark it as read.  So checking mail against an empty mailbox will not trigger a usage</description><pubDate>2022-02-05T14:09:51Z</pubDate><guid isPermaLink="false">urn:comment:1633</guid></item><item><title>Comment on Send Email Using Microsoft Azure by verasearch3</title><link>/azureblog/send-email-using-microsoft-azure#comment-1601</link><description>https://www.socketlabs.com/azure-smtp-server/</description><pubDate>2021-09-27T15:45:23Z</pubDate><guid isPermaLink="false">urn:comment:1601</guid></item><item><title>Comment on Connect to all Microsoft Office 365 Services using Powershell by verasearch3</title><link>/azureblog/connect-to-all-microsoft-office-365-services-using-powershell#comment-1585</link><description>https://pscustomobject.github.io/powershell/howto/PowerShell-Create-Credential-Object/
</description><pubDate>2021-08-01T14:16:57Z</pubDate><guid isPermaLink="false">urn:comment:1585</guid></item><item><title>Comment on Send Email with Powershell by verasearch3</title><link>/azureblog/send-email-with-powershell#comment-1582</link><description>https://mailtrap.io/blog/powershell-send-email/</description><pubDate>2021-07-26T11:14:25Z</pubDate><guid isPermaLink="false">urn:comment:1582</guid></item><item><title>Comment on How to create a new user in a SQL Azure database by verasearch3</title><link>/azureblog/how-to-create-a-new-user-in-a-sql-azure-database#comment-1577</link><description>Note, you must specify the database when connecting or you will get a login failed error</description><pubDate>2021-06-29T12:54:54Z</pubDate><guid isPermaLink="false">urn:comment:1577</guid></item><item><title>Comment on Get Active Directory Groups from Command Line  by verasearch3</title><link>/azureblog/get-active-directory-groups-from-command-line#comment-1533</link><description>https://spgeeks.devoworx.com/get-groups-in-which-a-user-is-a-member-using-cmd/
</description><pubDate>2020-12-16T14:03:23Z</pubDate><guid isPermaLink="false">urn:comment:1533</guid></item><item><title>Comment on Add a Microsoft Partner Relationship by verasearch3</title><link>/azureblog/add-a-microsoft-partner-relationship#comment-1504</link><description>After creating a partner relationship with another organisation, a new icon "Advisor" will show up in the side-menu of your microsoft partner portal.</description><pubDate>2020-08-19T03:13:04Z</pubDate><guid isPermaLink="false">urn:comment:1504</guid></item><item><title>Comment on SQL Server Ports by verasearch3</title><link>/azureblog/sql-server-ports#comment-1417</link><description>see also:

https://docs.microsoft.com/en-us/sql/database-engine/configure-windows/configure-a-server-to-listen-on-a-specific-tcp-port?view=sql-server-ver15
</description><pubDate>2020-03-09T06:39:01Z</pubDate><guid isPermaLink="false">urn:comment:1417</guid></item><item><title>Comment on SHAREPOINT 2013: CONFIGURATION WIZARD ISSUES WHEN INSTALLING LOCAL DEVELOPMENT INSTANCE by verasearch3</title><link>/azureblog/sharepoint-2013-configuration-wizard-issues-when-installing-local-development-instance#comment-1390</link><description>For the invalid sid error in SharePoint Foundation, the correct folder is:  

C:\Program Files\Windows SharePoint Services\15.0\Data</description><pubDate>2020-02-10T15:18:13Z</pubDate><guid isPermaLink="false">urn:comment:1390</guid></item><item><title>Comment on How to create ASPNETDB database using aspnet_regsql tool by verasearch3</title><link>/azureblog/how-to-create-aspnetdb-database-using-aspnet_regsql-tool#comment-1384</link><description>https://www.c-sharpcorner.com/blogs/create-install-asp-net-membership-database
</description><pubDate>2020-02-06T03:45:50Z</pubDate><guid isPermaLink="false">urn:comment:1384</guid></item><item><title>Comment on Invite Office 365 Guests without Email Invitation by verasearch3</title><link>/azureblog/invite-office-365-guests-without-email-invitation#comment-1377</link><description>If the user gets a "does not have access" error, they need to logout and login again.  At login, they will get the invitation dialog.</description><pubDate>2020-02-01T17:16:31Z</pubDate><guid isPermaLink="false">urn:comment:1377</guid></item><item><title>Comment on Invite Office 365 Guests without Email Invitation by verasearch3</title><link>/azureblog/invite-office-365-guests-without-email-invitation#comment-1352</link><description>Alternatively:
1) have the user login and join azure devops
2) invite them to the devops organization (that is linked to the AAD org)
3) Instead of having them accept the email invitation, simply have them click the devops organisation url (not the invitation link).
4) They will now be a member of the organisation as well as the devops organization (this works for Microsoft accounts as well). </description><pubDate>2019-12-31T11:09:38Z</pubDate><guid isPermaLink="false">urn:comment:1352</guid></item><item><title>Comment on &amp;quot;No logon servers are available&amp;quot; error after cloning domain controller by verasearch3</title><link>/azureblog/no-logon-servers-are-available-error-after-cloning-domain-controller#comment-1298</link><description>also try:  Unplug the network cable during boot.</description><pubDate>2019-10-12T14:54:45Z</pubDate><guid isPermaLink="false">urn:comment:1298</guid></item><item><title>Comment on Setup Multiple Public IPs on a VM in Azure by researchadmin</title><link>/azureblog/setup-multiple-public-ips-on-a-vm-in-azure#comment-1244</link><description>Don't forget you also have to manually set the gateway and ip address for the network connection within the operating system after you do all the setup in the Azure Portal.</description><pubDate>2019-08-26T11:39:54Z</pubDate><guid isPermaLink="false">urn:comment:1244</guid></item><item><title>Comment on SQL Server:  Enforce Encrypted Connections by researchadmin</title><link>/azureblog/sql-server-enforce-encrypted-connections#comment-1236</link><description>then check your session if encrypted by:

SELECT encrypt_option 
FROM sys.dm_exec_connections 
WHERE session_id = @@SPID

Sources:
https://www.sqlservercentral.com/forums/topic/is-ssl-being-used

https://dba.stackexchange.com/questions/117873/how-can-i-check-if-connection-to-sql-server-is-encrypted

https://blogs.technet.microsoft.com/sqlman/2009/01/26/verifying-if-a-connection-to-sql-server-is-encrypted/
</description><pubDate>2019-08-16T11:55:06Z</pubDate><guid isPermaLink="false">urn:comment:1236</guid></item><item><title>Comment on Different ways to make a table read only in a SQL Server database by researchadmin</title><link>/azureblog/different-ways-to-make-a-table-read-only-in-a-sql-server-database#comment-1206</link><description>What about creating a synonym that points to a different object (a dummy object)?</description><pubDate>2019-08-02T07:53:38Z</pubDate><guid isPermaLink="false">urn:comment:1206</guid></item><item><title>Comment on Free Web Hosting On Github by researchadmin</title><link>/azureblog/free-web-hosting-on-github#comment-1150</link><description>https://help.github.com/en/articles/about-supported-custom-domains#apex-domains
</description><pubDate>2019-07-13T04:10:44Z</pubDate><guid isPermaLink="false">urn:comment:1150</guid></item><item><title>Comment on Mail Forwarding With Mailgun and CloudFlare by researchadmin</title><link>/azureblog/mail-forwarding-with-mailgun-and-cloudflare#comment-1139</link><description>https://improvmx.com/about-us/
https://woorkup.com/email-forwarding-service/
https://github.com/niftylettuce/forward-email
https://www.reddit.com/r/webhosting/comments/8ua88g/improvmx_thoughts/
https://stackoverflow.com/questions/16920931/does-a-service-exist-that-redirects-email-from-my-domain-mx-to-a-specific-inbo
https://webmasters.stackexchange.com/questions/50808/how-to-forward-emails-to-my-custom-domain-to-my-gmail-account
https://royduineveld.nl/free-email-forwarding/
</description><pubDate>2019-07-09T07:18:21Z</pubDate><guid isPermaLink="false">urn:comment:1139</guid></item><item><title>Comment on Migrating existing domains between two Office 365 tenants by researchadmin</title><link>/azureblog/migrating-existing-domains-between-two-office-365-tenants#comment-1066</link><description>http://www.tecfused.com/2018/10/removing-an-office-365-tenancy/</description><pubDate>2019-06-09T13:01:32Z</pubDate><guid isPermaLink="false">urn:comment:1066</guid></item><item><title>Comment on Power BI Samples by researchadmin</title><link>/azureblog/power-bi-samples#comment-950</link><description>https://community.powerbi.com/t5/Data-Stories-Gallery/bd-p/DataStoriesGallery
</description><pubDate>2019-04-11T01:56:06Z</pubDate><guid isPermaLink="false">urn:comment:950</guid></item></channel></rss>