#RunAsAdmin
Explore tagged Tumblr posts
cvkattookaran · 5 years ago
Text
OneStream - execute a rule as an Administrator using REST API
OneStream - execute a rule as an Administrator using REST API #Automation #CPM #RESTAPI #RunAsAdmin
This blog post follows the same idea we covered in my previous post about executing a rule as an Administrator using PowerShell.
We are going to look at how to do this using the REST API in OneStream.
How is it done
You’ll need an external authentication setup for REST API to work. Also, your OS environment must be 5.2+ 🙂
Now that is covered, let’s look at how to use REST API. The…
View On WordPress
0 notes
laugh-with-tech · 2 years ago
Text
Install Scoop on Windows Server
Scoop is a command-line package manager for Windows which makes it easier to install and use common programs and tools. Scoop includes support for a wide variety of Windows software, as well as favorites from the Unix world. It addresses many of the common pain points with Windows’ software ecosystem, compared to the package manager models of Unix systems.
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-Expression "& {$(Invoke-RestMethod get.scoop.sh)} -RunAsAdmin"
source: Install Scoop on Windows server
0 notes
cvkattookaran · 5 years ago
Text
OneStream - execute a rule as an Administrator using Powershell
OneStream - execute a rule as an Administrator using Powershell #CPM #Automation #PowerShell #RunAsAdmin
I was on a project where Hyperion Workforce planning was replaced using OneStream’s People Planning specialty application. There was an instance where I found that OneStream’s extra tight grip on security was prohibiting me from executing a business rule with Administrator privileges (this is how Hyperion Planning works).
Most of the parts you don’t want to do this!! All the rules that are…
View On WordPress
0 notes