Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ internal PowerShellAsyncResult(Guid ownerId, AsyncCallback callback, object stat
///
/// Provides a simple interface to execute a powershell command:
/// <code>
/// Powershell.Create("get-process").Invoke();
/// Powershell.Create().AddScript("get-process").Invoke();
/// </code>
/// The above statement creates a local runspace using default
/// configuration, executes the command and then closes the runspace.
Expand Down