SetPSSessionConfiguration
Class
Definition
Activity to invoke the Microsoft.PowerShell.Core\Set-PSSessionConfiguration command in a Workflow.
public sealed class SetPSSessionConfiguration : Microsoft.PowerShell.Activities.PSRemotingActivity
- Inheritance
Inherited Members
Microsoft.PowerShell.Activities.PipelineEnabledActivity
Microsoft.PowerShell.Activities.PSActivity
Microsoft.PowerShell.Activities.PSRemotingActivity
Constructors
| SetPSSessionConfiguration() |
Gets the display name of the command invoked by this activity. |
Properties
| AccessMode |
Provides access to the AccessMode parameter. |
| ApplicationBase |
Provides access to the ApplicationBase parameter. |
| AssemblyName |
Provides access to the AssemblyName parameter. |
| ConfigurationTypeName |
Provides access to the ConfigurationTypeName parameter. |
| Force |
Provides access to the Force parameter. |
| MaximumReceivedDataSizePerCommandMB |
Provides access to the MaximumReceivedDataSizePerCommandMB parameter. |
| MaximumReceivedObjectSizeMB |
Provides access to the MaximumReceivedObjectSizeMB parameter. |
| ModulesToImport |
Provides access to the ModulesToImport parameter. |
| Name |
Provides access to the Name parameter. |
| NoServiceRestart |
Provides access to the NoServiceRestart parameter. |
| Path |
Provides access to the Path parameter. |
| PSCommandName |
Gets the fully qualified name of the command invoked by this activity. |
| PSVersion |
Provides access to the PSVersion parameter. |
| RunAsCredential |
Provides access to the RunAsCredential parameter. |
| SecurityDescriptorSddl |
Provides access to the SecurityDescriptorSddl parameter. |
| SessionTypeOption |
Provides access to the SessionTypeOption parameter. |
| ShowSecurityDescriptorUI |
Provides access to the ShowSecurityDescriptorUI parameter. |
| StartupScript |
Provides access to the StartupScript parameter. |
| ThreadApartmentState |
Provides access to the ThreadApartmentState parameter. |
| ThreadOptions |
Provides access to the ThreadOptions parameter. |
| TransportOption |
Provides access to the TransportOption parameter. |
| UseSharedProcess |
Provides access to the UseSharedProcess parameter. |