Hello everybody!
I've asked somes post agos "How Configurate Email Sending with http web" and there was this two steps of answer:
Add-PSSnapin Microsoft.Crm.PowerShell $setting = Get-CrmSetting ServerSideSyncEmailSettings $setting.AllowCredentialsEntryViaNonSecureChannels=$True Set-CrmSetting $setting Get-CrmSetting TraceSettings
But I enter in PowerShell and it gave me an error, I've made a search about that and everyones has the same script....
So, How I'ld use PowerShell to make that? Can Show with Photos?
*This post is locked for comments
If your Add-PSSnapin command does not return a successful value, everything else will fail.
Try to see why Add-PSSnapin Microsoft.Crm.PowerShell is not working for you.
Take a look at the below link:
msdn.microsoft.com/.../dn689040.aspx
Hope this helps.
Oks, I'll go more specific:
1) How can I set to "1" the "AllowCredentialsEntryViaNonSecureChannels".
2) How I "enter" to PS with CRM server?
3) Why I get these errors codes?
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156