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

search results

for powershell

(...) 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 (...)

(...) Hi, Is there a possibility to configure exchange integration actions - create/update calendar event so it creates Teams meeting? Or only option is Microsoft Graph? Or some powershell ? Do you have any examples of that? Best Regards, Dominik

(...) ageVersion node (see attachment). Based on BranchNumber, and BuildVersion you are able to specify which Webcon version have been used to export that specific .bpe package. You might also use this powershell script: $path = '.\bps_package.bpe' Expand-Archive -Path $path -DestinationPath . -Force [xml]$xml = Get-Content $path.substring(0, $path.length-4) $xml.SelectSingleNode('//PackageVersion')

(...) I'm trying to setup an internal process to move and lock Active Directory users. This involves moving the user to a different OU, but I can't seem to find this option in Webcon (other than executing powershell which I'm trying to avoid for security reasons). Does anyone have experience in this? Greetings from Switzerland Raymond

(...) now, then I'm not sure if there will be a better time ;) I think most of us have used SQL Server Management Studio or Azure Data Studio to test some queries, and maybe a VSCode / Notepad++ for some powershell - all of those support autocompletion (which in most cases of recent software is supported by language server protocol). Could we get a built in autocompletion for custom business rules inside Des (...)

(...) Hello, Is it possible to programmatically migrate SharePoint list data to a Webcon BPS dictionary using powershell , especially if the fields in both systems are identical. or if not, is it possible to migrate just by exporting SharePoint list data to Excel then import it on Webcon dictionary? Let me know if there are other recommended method to do this and the steps. Thanks in Advance.