• Script module to send out emails

    Hi Team,

    My issue is with the script module to send out emails.The objective is to use a secure way to call the password in the script module rather than using plain text password.

    I have encrypted the plain text password using the command


    $Convertpassword…

  • SMTP relay-Script

    Hi ,

    We are using  script in Active roles to send emails to the users. currently the script uses a username and a password to connect to exchange office365 as per below, we would like to use SMTP relay  to modify the below script , can you please let me…

  • modify the scipt to use SMTP relay

    Hi ,

    We are using script in Active roles to send emails to the users. currently the script uses a username and a password to connect to exchange office365 as per below, we would like to use SMTP relay to modify the below script , can you please let me…

  • Active Roles scheduled script dies on access denied

    Hello,

    I have a Active Roles script module to move dormant objects using Move-QADObject and -ErrorAction SilentlyContinue.

    When i run it as a scheduled task the script dies when access is denied to move an object.

    I can run the job in ISE no problem and…

  • QARS Workflow New-QADUSER from CSV - Access is Denied

    I am calling the script module below from a Workflow in order to create new accounts from a CSV.

    When I run the workflow manually (right click and select 'Run') the result is 'Access id Denied'. However, if I run the script in the same user context from…

  • Import-Module SQLPS - In Script Module | Active Roles

    Hello,

    I just upgraded to Active Roles 7.2 and trying to run a powershell script module with SQL cmdlets.

    The cmdlets runs fine from ISE but I cannot get them to run from the script module.

    I even run Import-Module SQLPS in the script module. This was…

  • Import-module SQLPS - Script Modules

    Hello,

    I just upgraded to 7.2 and trying to run a powershell script module with SQL cmdlets.

    The cmdlets runs fine from ISE but I cannot get them to run from the script module.

    I even run Import-Module SQLPS in the script module. This was not an issue…