WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

search results

for powershell

(...) bed in the knowledge base article Importing applications using the public API: Since I want to use the API in another use case I needed to play around with the API directly. Therefore, I created a powershell script for the import. While doing so I also created a small script for generating a custom configuration file utilizing the classes defined in the swagger.json This way there shouldn't be any (...)

(...) via an action without any issues. I don't use them much, primarily when playing around with what is possible. However I have a need for them now, but they will not run from webcon. I am running the powershell with an account that has the correct permissions. I have verified by running powershell on the webcon server with the account and testing the script. I see the following error in event viewer. Powe (...)

Ok, now that my PS script is running, in this particular instance I need to grab a variable result and assign that value to a form field. Simply assigning the Form Field = $psvar isn't working. Is this possible?

(...) Hello together, I execute a powershell script directly on a path in my Webcon workflow. Beacuse I'am searched through some groups I got an timeout after one minute. I get an error with the message: "Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding". But where can I increase this timeout value to higher then a minute? Thanks for your help Maxi

(...) osts/2021/retrieve-ps-variable-value I figure, it is posible to retrive output value from SQL Procedure? How force "Run sql procedure" action to log ouptut to [dbo].[WFLogs] table? Write-Output in powershell is logged to LOG_Description column. How log ouput from sql procedure?

(...) Hi, Is anyone having trouble calling a powershell script that connects to MsolService? After updating WebCon to version 2023, the action calling the script ends with the error as below.

(...) We would like to run a powershell script periodically, to prepare data for selected cases in one of our interfaces. BPS Studio version 2023.1.3.202 doesn't give us an option to add that type of action in global actions (configured for the process). So currently we have to use a task, that is configured in TaskScheduler on the application server, to run it. Is there an option in BPS Studio to run a PowerS (...)

(...) eoman and gulp Yeoman SharePoint generator   After downloading and installing NodeJS, the gulp extension, Yeoman and SharePoint generator can be installed by using the commands in powershell : npm install -g yo gulp npm install -g @microsoft/generator-sharePoint   Generating an extension template The first step is to generate a solution template. Create a solution fold (...)

(...) figuration of the collections.    After creating or restoring the collection, create and grant privileges to the user who will be used to connect WEBCON BPS with Solr. You can use the powershell script, to create the collection use the Solr account with the previously set password:   $Cred = Get-Credential $Url = "http://solr:8983/solr/admin/authentication" $header (...)

(...) nfigure and customize the theme. The ADFS login page is divided into sections you can see on the screenshot: Fig. 3 ADFS login page sections   Each section can be edited with powershell , CSS styles, or JavaScript. We recommend that you start your customization by making a copy of the default theme, and then we will walk you through the steps to modify it to suit your needs. &n (...)

(...) /wsfed Application Object ID 7b02e37f-73dd-445a-9138-5289e8b73ac2   Log-in provider configuration To configure our log-in provider in SharePoint we’ll use powershell script. Add-PSSnapin "Microsoft.SharePoint.powershell " $ realm = "<Realm from Table>" $wsfedurl="<SAML single sign-on service URL from Table>" $filepath="<Full path to SA (...)

(...) tps://graph.microsoft.com/v1.0/sites/{siteId}/permissions Microsoft does not provide a user interface with the ability to modify this type of permissions, so the configuration must be done using a powershell script. A helpful description can be found at: Controlling app access on a specific SharePoint site collections is now available in Microsoft Graph - Microsoft 365 Developer Blog The OneDrive c (...)

(...) transition, the action is executed by the service. It is worth noting here that communication with the SharePoint platform is provided through the service. Additionally, the service executes the powershell code triggered by the “Run a powershell script”. The action is run on the server hosting the service and allows for execution of any Windows powershell command. Note here that once certai (...)

(...) g the form data using the REST API. After all, we already have the workflow steps, field, and field matrix, why should we define this again for Playwright? :) What has happened: I focused on powershell this time for accessing the REST API. I got interested in powershell classes. Since we already have swagger.json, which defines the REST API, I created a script to generate the powershell classes. (...)

(...) Webcon BPS and setting the right timezone, I hope you can shed a light on this topic for me. We have a server with Webcon BPS installed in an Azure VM (Region North Europe), which has (according to powershell ) the right timezone for us (see attached picture). We didn't find any timezone settings in Azure Portal for the VM, so we think this should be correct. In Webcon Portal every time shown is 2 hours (...)

(...) the page (3). Unfortunately, the provided query parameters are stripped from the URL and only the path and hash remains. My request is to change the logic that the query parameters are kept. Sample powershell s script: $uri = new-object System.UriBuilder('https://login.microsoftonline.com/common/oauth2/v2.0/authorize?ui_locales="de-DE"#ui_locales="de-DE"') $query = [System.Web.HttpUtility]::ParseQueryStri (...)

(...) Hi everyone, WEBCON BPS 2022 has a new IIS requirement "Dynamic Compression Module". You can enable this by executing the following line in powershell : Enable-WindowsOptionalFeature -Online -FeatureName IIS-HttpCompressionDynamic Now I'm back to testing the new version. :) Best regards, Daniel

(...) We created a set of powershell cmdlets to connect to a portal, start/update/delete workflows and adding attachments. Inspired by the -UseWebLogin parameter off the Connect-PnPOnline cmdlet i extended our powershell cmdlets with a use weblogin feature. Fiddler and a bit of research in the web provided the right approach quite fast. Authentication works fine, but when using the rest api i receive an " (...)

(...) The problem is that these CSV files are created by an outside system and can only be identified by the path in which they are stored and the creation date of the file. I can find these files with a powershell action but i have no clue how to add them as attachments to my workflow. At the point in time the files are created by the 3rd part system my workflow is not yet running so i cannot attach an instanc (...)

(...) ystem.Text.JSON namespace for serializing / deserializing JSON objects, which requires a bunch of satellite assemblies to be packaged also. These assemblies are added to each package with a custom powershell script and have exactly the same version in both packages. Why is Webcon complaining here (since versions are identical) and how can we guarantee plugin functionality of both packages, even if the (...)