PowerShell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-09-20 02:38 PM
I'm curious to know how it works operationally.
------------------------------
Steve Waters
Platform Consultant
Blue Prism Professional Services
America/Chicago
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-09-20 05:12 PM
Our idea is to reduce the non necessary emails being sent from the BOTS and leverage Teams Channels along with it
------------------------------
Harshit Rawat
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-09-20 05:21 PM
------------------------------
Ami Barrett
Sr Product Consultant
Blue Prism
Plano, TX
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-12-20 07:38 AM
Hi
Please go through this, here you can get a free demo here PowerShell Training.
Thanks and regards,
Lavanya Sreepada
------------------------------
Lavanya Sreepada
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
27-12-21 12:38 PM
Database error - The caller was not authenticated by the service. , Calling process via powershell in blueprism server works fine, it throws the mentioned error when I'm trying to call the process remotely via powershell and the authentication method is sso.
Please help me on this. I've created a Thread Link for the same.
------------------------------
Brindha Thangamuthu
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
27-12-21 02:38 PM
I use Powershell all the time with BP. I haven't run into that problem.
What is the script trying to do and where is it running?
------------------------------
Steve Waters
Platform Consultant
Blue Prism Professional Services
America/Chicago
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-12-21 02:41 AM
https://community.blueprism.com/communities/community-home/digestviewer/viewthread?MessageKey=5cf40ff0-2afc-4ec7-8157-8d2553402171&CommunityKey=3743dbaa-6766-4a4d-b7ed-9a98b6b1dd01&tab=digestviewer&bm...
I'm not able to call a process remotely using sso in powershell.
The below run is direclty calling the process in powershell residing in the same server.
PS D:\Program Files\Blue Prism Limited\Blue Prism Automate> cd "D:\Program Files\Blue Prism Limited\Blue Prism Automate";
.\automateC /sso /run test_process_1;
Started process:test_process_1
Resource:test_computer_name
Actual resource:test_computer_name
Session:6baa1276-c2bb-4bc3-b51a-1d2f0ad7532a
If I called the same process remotely with the same credential, it returns below error
PS D:\AutomationBOTs\ServerBuild> Invoke-Command -ComputerName test_computer_name -Credential $credential -ScriptBlock {cd "D:\Program Files\Blue Prism Limited\Blue Prism Automate"; .\AutomateC.exe /sso /run test_process_1;}
Database error - The caller was not authenticated by the service.
------------------------------
Brindha Thangamuthu
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-12-21 02:44 PM
As we can not direct intrigate PowerShell through BP but script but you can refer to this post called "VBO to Invoke PowerShell Files" on the community page. Where you can find the PowerShell VBO which would help us to execute the script through the code stage.
------------------------------
Achyutam Mehta
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-12-21 03:15 AM
You can download the latest release of this VBO from the following link: Utility - Powershell
------------------------------
----------------------------------
Regards,
Devneet Mohanty
Intelligent Automation Consultant
Blue Prism 7x Certified Professional
Website: https://devneet.github.io/
Email: devneetmohanty07@gmail.com
----------------------------------
------------------------------
Hope this helps you out and if so, please mark the current thread as the 'Answer', so others can refer to the same for reference in future.
Regards,
Devneet Mohanty,
SS&C Blueprism Community MVP 2024,
Automation Architect,
Wonderbotz India Pvt. Ltd.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-11-22 01:39 PM
We are calling scripts using built commands. We've come up with some practices that make the automations more reliable. We can also build PowerShell scripts using variables.
------------------------------
Steve Waters Enterprise Architect
Enterprise Architect
SS&C/Blue Prism
Austin TX
------------------------------
