Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all articles
Browse latest Browse all 46379

How User Power Shell in CRM Server?? - Create a New Key

$
0
0

Hello everybody!

I've asked somes post agos "How Configurate Email Sending with http web" and there was this two steps of answer:

  1. On the CRM server, create a new key called 'AllowCredentialsEntryViaNonSecureChannels' and set it to 1

  2. then, on the CRM Server, run this Powershell script:
    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?







Viewing all articles
Browse latest Browse all 46379


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>