Method | Description | |
---|---|---|
Dispose ( ) : void | ||
InvokePipeline ( Collection |
||
InvokePipeline ( System.Management.Automation.Runspaces.Command item ) : ICollection |
||
InvokeScript ( string script, ICollection |
Method | Description | |
---|---|---|
AssemblyResolver2007 ( object sender, |
Creates Exchange 2007 Assembly Resolver, ResolveEventHandler
|
|
CreateExchangeRunspace ( ) : System.Management.Automation.Runspaces.Runspace | ||
ExchangePowerShellSupport ( string configuredExchangeVersion, string exchangeUri, ConnectorMessages messageCatalog ) : System | ||
GetExchangeServerVersion ( string configuredExchangeVersion ) : ExchangeVersion |
Determines the version of the Exchange server. As the remote management functionality is not utilized, the Exchange powershell snap-in must be registered on the local computer. Different snap-in is used to manage Exchange 2007 and 2010, hence the server version is determined by the registered snap-in. |
|
GetRegistryStringValue ( string keyName, string valName ) : string |
Get registry value, which is expected to be a string
|
|
InitRunSpace ( ) : System.Management.Automation.Runspaces.Runspace |
public InvokePipeline ( Collection |
||
commands | Collection |
|
return | ICollection |
public InvokePipeline ( System.Management.Automation.Runspaces.Command item ) : ICollection |
||
item | System.Management.Automation.Runspaces.Command | |
return | ICollection |
public InvokeScript ( string script, ICollection |
||
script | string | |
parameters | ICollection |
|
return | ICollection |