Sitecore PowerShell Extensions
Slack
YouTube
Stack Exchange
Donate
Search…
Introduction
Disclaimer
Installation
Training
Community
Interfaces
Working with Items
Modules
Libraries and Scripts
Integration Points
Content Editor
Control Panel
Data Sources
Event Handlers
Functions
ISE Plugins
Page Editor
Pipelines
Reports
Tasks
Toolbox
Web API
Workflows
Packaging
Remoting
Security
Releases
Troubleshooting
Code Snippets
Appendix
Powered By
GitBook
Pipelines
Use the following in your scripts to get access to the arguments passed to the processor.
1
$pipelineArgs = Get-Variable -Name pipelineArgs -ValueOnly
Copied!
Configure any
Enable
rules to ensure your script only runs when necessary.
Logging In
Note:
Examples included in the following modules
Enforce user password expiration
1
$pipelineArgs.Username
2
$pipelineArgs.Password
3
$pipelineArgs.Success
4
$pipelineArgs.StartUrl
Copied!
Logged In
Note:
Examples included in the following modules
Automatically show quick info section
1
$pipelineArgs.Username
2
$pipelineArgs.StartUrl
Copied!
Logout
Note:
Examples included in the following modules
Unlock user items on logout
Previous
Page Editor
Next
Reports
Last modified
3yr ago
Export as PDF
Copy link
Contents
Logging In
Logged In
Logout