Windows PowerShell command on Get-command uses
MyWebUniversity

Windows PowerShell command on Get-command uses

Name Category Module Synopsis

---- -------- ------ --------

Clear-Host Function Clears the display in the host program.

Add-History Cmdlet Microsoft.PowerShell.Core Appends entries to the session history.

Connect-PSSession Cmdlet Microsoft.PowerShell.Core Reconnects to disconnected sessions.

Disable-PSSessionConfiguration Cmdlet Microsoft.PowerShell.Core Disables session configurations on the local c...

Disconnect-PSSession Cmdlet Microsoft.PowerShell.Core Disconnects from a session.

Enter-PSSession Cmdlet Microsoft.PowerShell.Core Starts an interactive session with a remote co...

Exit-PSSession Cmdlet Microsoft.PowerShell.Core Ends an interactive session with a remote comp...

ForEach-Object Cmdlet Microsoft.PowerShell.Core Performs an operation against each item in a c...

Get-Command Cmdlet Microsoft.PowerShell.Core Gets all commands.

Get-Help Cmdlet Microsoft.PowerShell.Core Displays information about Windows PowerShell ...

Get-History Cmdlet Microsoft.PowerShell.Core Gets a list of the commands entered during the...

Get-Job Cmdlet Microsoft.PowerShell.Core Gets Windows PowerShell background jobs that a...

Get-Module Cmdlet Microsoft.PowerShell.Core Gets the modules that have been imported or th...

Get-PSSession Cmdlet Microsoft.PowerShell.Core Gets the Windows PowerShell sessions on local ...

Get-PSSessionConfiguration Cmdlet Microsoft.PowerShell.Core Gets the registered session configurations on ...

Import-Module Cmdlet Microsoft.PowerShell.Core Adds modules to the current session.

Invoke-Command Cmdlet Microsoft.PowerShell.Core Runs commands on local and remote computers.

Invoke-History Cmdlet Microsoft.PowerShell.Core Runs commands from the session history.

New-Module Cmdlet Microsoft.PowerShell.Core Creates a new dynamic module that exists only ...

New-ModuleManifest Cmdlet Microsoft.PowerShell.Core Creates a new module manifest.

New-PSRoleCapabilityFile Cmdlet Microsoft.PowerShell.Core Creates a file that defines a set of capabilit...

New-PSSession Cmdlet Microsoft.PowerShell.Core Creates a persistent connection to a local or ...

New-PSSessionConfigurationFile Cmdlet Microsoft.PowerShell.Core Creates a file that defines a session configur...

New-PSSessionOption Cmdlet Microsoft.PowerShell.Core Creates an object that contains advanced optio...

New-PSTransportOption Cmdlet Microsoft.PowerShell.Core Creates an object that contains advanced optio...

Out-Host Cmdlet Microsoft.PowerShell.Core Sends output to the command line.

Receive-Job Cmdlet Microsoft.PowerShell.Core Gets the results of the Windows PowerShell bac...

Receive-PSSession Cmdlet Microsoft.PowerShell.Core Gets results of commands in disconnected sessi...

Register-PSSessionConfiguration Cmdlet Microsoft.PowerShell.Core Creates and registers a new session configurat...

Remove-Job Cmdlet Microsoft.PowerShell.Core Deletes a Windows PowerShell background job.

Remove-Module Cmdlet Microsoft.PowerShell.Core Removes modules from the current session.

Remove-PSSession Cmdlet Microsoft.PowerShell.Core Closes one or more Windows PowerShell sessions...

Save-Help Cmdlet Microsoft.PowerShell.Core Downloads and saves the newest help files to a...

Set-PSSessionConfiguration Cmdlet Microsoft.PowerShell.Core Changes the properties of a registered session...

Set-StrictMode Cmdlet Microsoft.PowerShell.Core Establishes and enforces coding rules in expre...

Start-Job Cmdlet Microsoft.PowerShell.Core Starts a Windows PowerShell background job.

Stop-Job Cmdlet Microsoft.PowerShell.Core Stops a Windows PowerShell background job.

Test-ModuleManifest Cmdlet Microsoft.PowerShell.Core Verifies that a module manifest file accuratel...

Test-PSSessionConfigurationFile Cmdlet Microsoft.PowerShell.Core Verifies the keys and values in a session conf...

Unregister-PSSessionConfiguration Cmdlet Microsoft.PowerShell.Core Deletes registered session configurations from...

Update-Help Cmdlet Microsoft.PowerShell.Core Downloads and installs the newest help files o...

Wait-Job Cmdlet Microsoft.PowerShell.Core Suppresses the command prompt until one or all...

Where-Object Cmdlet Microsoft.PowerShell.Core Selects objects from a collection based on the...

Add-PSSnapin Cmdlet Microsoft.PowerShell.Core Adds one or more Windows PowerShell snap-ins t...

Disable-PSRemoting Cmdlet Microsoft.PowerShell.Core Prevents remote users from running commands on...

Enable-PSRemoting Cmdlet Microsoft.PowerShell.Core Configures the computer to receive remote comm...

Export-Console Cmdlet Microsoft.PowerShell.Core Exports the names of snap-ins in the current s...

Remove-PSSnapin Cmdlet Microsoft.PowerShell.Core Removes Windows PowerShell snap-ins from the c...

Resume-Job Cmdlet Microsoft.PowerShell.Core Restarts a suspended job.

Suspend-Job Cmdlet Microsoft.PowerShell.Core Temporarily stops workflow jobs.

Get-Date Cmdlet Microsoft.PowerShell.U... Gets the current date and time.

Clear-Variable Cmdlet Microsoft.PowerShell.U... Deletes the value of a variable.

Get-EventSubscriber Cmdlet Microsoft.PowerShell.U... Gets the event subscribers in the current sess...

Import-Csv Cmdlet Microsoft.PowerShell.U... Creates table-like custom objects from the ite...

Get-Variable Cmdlet Microsoft.PowerShell.U... Gets the variables in the current console.

New-Variable Cmdlet Microsoft.PowerShell.U... Creates a new variable.

Compare-Object Cmdlet Microsoft.PowerShell.U... Compares two sets of objects.

New-Alias Cmdlet Microsoft.PowerShell.U... Creates a new alias.

Export-Csv Cmdlet Microsoft.PowerShell.U... Converts objects into a series of comma-separa...

Get-Event Cmdlet Microsoft.PowerShell.U... Gets the events in the event queue.

Set-TraceSource Cmdlet Microsoft.PowerShell.U... Configures, starts, and stops a trace of Windo...

ConvertTo-Csv Cmdlet Microsoft.PowerShell.U... Converts objects into a series of comma-separa...

ConvertFrom-Json Cmdlet Microsoft.PowerShell.U... Converts a JSON-formatted string to a custom o...

Get-PSCallStack Cmdlet Microsoft.PowerShell.U... Displays the current call stack.

Export-PSSession Cmdlet Microsoft.PowerShell.U... Imports commands from another session and save...

Export-Alias Cmdlet Microsoft.PowerShell.U... Exports information about currently defined al...

Set-Alias Cmdlet Microsoft.PowerShell.U... Creates or changes an alias for a cmdlet or ot...

Write-Host Cmdlet Microsoft.PowerShell.U... Writes customized output to a host.

Select-Xml Cmdlet Microsoft.PowerShell.U... Finds text in an XML string or document.

Update-TypeData Cmdlet Microsoft.PowerShell.U... Updates the extended type data in the session.

Get-Culture Cmdlet Microsoft.PowerShell.U... Gets the current culture set in the operating ...

Out-Printer Cmdlet Microsoft.PowerShell.U... Sends output to a printer.

Sort-Object Cmdlet Microsoft.PowerShell.U... Sorts objects by property values.

Set-PSBreakpoint Cmdlet Microsoft.PowerShell.U... Sets a breakpoint on a line, command, or varia...

Group-Object Cmdlet Microsoft.PowerShell.U... Groups objects that contain the same value for...

Invoke-RestMethod Cmdlet Microsoft.PowerShell.U... Sends an HTTP or HTTPS request to a RESTful we...

Write-Warning Cmdlet Microsoft.PowerShell.U... Writes a warning message.

Write-Progress Cmdlet Microsoft.PowerShell.U... Displays a progress bar within a Windows Power...

Set-Date Cmdlet Microsoft.PowerShell.U... Changes the system time on the computer to a t...

Select-String Cmdlet Microsoft.PowerShell.U... Finds text in strings and files.

Out-File Cmdlet Microsoft.PowerShell.U... Sends output to a file.

Tee-Object Cmdlet Microsoft.PowerShell.U... Saves command output in a file or variable and...

Get-TypeData Cmdlet Microsoft.PowerShell.U... Gets the extended type data in the current ses...

Get-Random Cmdlet Microsoft.PowerShell.U... Gets a random number, or selects objects rando...

Export-Clixml Cmdlet Microsoft.PowerShell.U... Creates an XML-based representation of an obje...

ConvertFrom-StringData Cmdlet Microsoft.PowerShell.U... Converts a string containing one or more key a...

Measure-Object Cmdlet Microsoft.PowerShell.U... Calculates the numeric properties of objects, ...

Out-String Cmdlet Microsoft.PowerShell.U... Sends objects to the host as a series of strings.

ConvertFrom-Csv Cmdlet Microsoft.PowerShell.U... Converts object properties in comma-separated ...

Export-FormatData Cmdlet Microsoft.PowerShell.U... Saves formatting data from the current session...

Add-Member Cmdlet Microsoft.PowerShell.U... Adds custom properties and methods to an insta...

Format-Table Cmdlet Microsoft.PowerShell.U... Formats the output as a table.

Write-Verbose Cmdlet Microsoft.PowerShell.U... Writes text to the verbose message stream.

Show-Command Cmdlet Microsoft.PowerShell.U... Creates Windows PowerShell commands in a graph...

Update-List Cmdlet Microsoft.PowerShell.U... Adds items to and removes items from a propert...

ConvertTo-Html Cmdlet Microsoft.PowerShell.U... Converts Microsoft .NET Framework objects into...

Wait-Event Cmdlet Microsoft.PowerShell.U... Waits until a particular event is raised befor...

Format-Custom Cmdlet Microsoft.PowerShell.U... Uses a customized view to format the output.

Write-Error Cmdlet Microsoft.PowerShell.U... Writes an object to the error stream.

Out-GridView Cmdlet Microsoft.PowerShell.U... Sends output to an interactive table in a sepa...

Trace-Command Cmdlet Microsoft.PowerShell.U... Configures and starts a trace of the specified...

Format-List Cmdlet Microsoft.PowerShell.U... Formats the output as a list of properties in ...

Import-Clixml Cmdlet Microsoft.PowerShell.U... Imports a CLIXML file and creates correspondin...

Add-Type Cmdlet Microsoft.PowerShell.U... Adds a.NET Framework type (a class) to a Windo...

Get-Alias Cmdlet Microsoft.PowerShell.U... Gets the aliases for the current session.

Get-FileHash Function Microsoft.PowerShell.U... Computes the hash value for a file by using a ...

Remove-PSBreakpoint Cmdlet Microsoft.PowerShell.U... Deletes breakpoints from the current console.

Import-LocalizedData Cmdlet Microsoft.PowerShell.U... Imports language-specific data into scripts an...

Unblock-File Cmdlet Microsoft.PowerShell.U... Unblocks files that were downloaded from the I...

Invoke-WebRequest Cmdlet Microsoft.PowerShell.U... Gets content from a web page on the Internet.

Set-Variable Cmdlet Microsoft.PowerShell.U... Sets the value of a variable. Creates the vari...

Unregister-Event Cmdlet Microsoft.PowerShell.U... Cancels an event subscription.

Register-EngineEvent Cmdlet Microsoft.PowerShell.U... Subscribes to events that are generated by the...

Invoke-Expression Cmdlet Microsoft.PowerShell.U... Runs commands or expressions on the local comp...

Remove-TypeData Cmdlet Microsoft.PowerShell.U... Deletes extended types from the current session.

Get-PSBreakpoint Cmdlet Microsoft.PowerShell.U... Gets the breakpoints that are set in the curre...

Import-PSSession Cmdlet Microsoft.PowerShell.U... Imports commands from another session into the...

Get-FormatData Cmdlet Microsoft.PowerShell.U... Gets the formatting data in the current session.

Send-MailMessage Cmdlet Microsoft.PowerShell.U... Sends an email message.

New-Event Cmdlet Microsoft.PowerShell.U... Creates a new event.

Get-Member Cmdlet Microsoft.PowerShell.U... Gets the properties and methods of objects.

New-TimeSpan Cmdlet Microsoft.PowerShell.U... Creates a TimeSpan object.

New-Object Cmdlet Microsoft.PowerShell.U... Creates an instance of a Microsoft .NET Framew...

Register-ObjectEvent Cmdlet Microsoft.PowerShell.U... Subscribes to the events that are generated by...

Select-Object Cmdlet Microsoft.PowerShell.U... Selects objects or object properties.

Write-Debug Cmdlet Microsoft.PowerShell.U... Writes a debug message to the console.

Update-FormatData Cmdlet Microsoft.PowerShell.U... Updates the formatting data in the current ses...

Disable-PSBreakpoint Cmdlet Microsoft.PowerShell.U... Disables the breakpoints in the current console.

Get-Unique Cmdlet Microsoft.PowerShell.U... Returns unique items from a sorted list.

Measure-Command Cmdlet Microsoft.PowerShell.U... Measures the time it takes to run script block...

ConvertFrom-String Cmdlet Microsoft.PowerShell.U... Extracts and parses structured properties from...

Enable-PSBreakpoint Cmdlet Microsoft.PowerShell.U... Enables the breakpoints in the current console.

ConvertTo-Json Cmdlet Microsoft.PowerShell.U... Converts an object to a JSON-formatted string.

Get-Host Cmdlet Microsoft.PowerShell.U... Gets an object that represents the current hos...

New-ItemProperty Cmdlet Microsoft.PowerShell.M... Creates a new property for an item and sets it...

Resume-Service Cmdlet Microsoft.PowerShell.M... Resumes one or more suspended (paused) services.

Wait-Process Cmdlet Microsoft.PowerShell.M... Waits for the processes to be stopped before a...

Restart-Service Cmdlet Microsoft.PowerShell.M... Stops and then starts one or more services.

Set-Service Cmdlet Microsoft.PowerShell.M... Starts, stops, and suspends a service, and cha...

Split-Path Cmdlet Microsoft.PowerShell.M... Returns the specified part of a path.

Reset-ComputerMachinePassword Cmdlet Microsoft.PowerShell.M... Resets the machine account password for the co...

Get-Process Cmdlet Microsoft.PowerShell.M... Gets the processes that are running on the loc...

Complete-Transaction Cmdlet Microsoft.PowerShell.M... Commits the active transaction.

Register-WmiEvent Cmdlet Microsoft.PowerShell.M... Subscribes to a Windows Management Instrumenta...

Move-Item Cmdlet Microsoft.PowerShell.M... Moves an item from one location to another.

Remove-Item Cmdlet Microsoft.PowerShell.M... Deletes the specified items.

Test-Connection Cmdlet Microsoft.PowerShell.M... Sends ICMP echo request packets ("pings") to o...

Disable-ComputerRestore Cmdlet Microsoft.PowerShell.M... Disables the System Restore feature on the spe...

Remove-PSDrive Cmdlet Microsoft.PowerShell.M... Deletes temporary Windows PowerShell drives an...

Get-Content Cmdlet Microsoft.PowerShell.M... Gets the content of the item at the specified ...

Start-Process Cmdlet Microsoft.PowerShell.M... Starts one or more processes on the local comp...

Stop-Computer Cmdlet Microsoft.PowerShell.M... Stops (shuts down) local and remote computers.

Get-HotFix Cmdlet Microsoft.PowerShell.M... Gets the hotfixes that have been applied to th...

Join-Path Cmdlet Microsoft.PowerShell.M... Combines a path and a child path into a single...

Stop-Process Cmdlet Microsoft.PowerShell.M... Stops one or more running processes.

Test-ComputerSecureChannel Cmdlet Microsoft.PowerShell.M... Tests and repairs the secure channel between t...

Invoke-WmiMethod Cmdlet Microsoft.PowerShell.M... Calls WMI methods.

Get-ItemProperty Cmdlet Microsoft.PowerShell.M... Gets the properties of a specified item.

Remove-Computer Cmdlet Microsoft.PowerShell.M... Removes the local computer from its domain.

Copy-Item Cmdlet Microsoft.PowerShell.M... Copies an item from one location to another.

New-PSDrive Cmdlet Microsoft.PowerShell.M... Creates temporary and persistent mapped networ...

Get-ComputerRestorePoint Cmdlet Microsoft.PowerShell.M... Gets the restore points on the local computer.

Remove-ItemProperty Cmdlet Microsoft.PowerShell.M... Deletes the property and its value from an item.

Checkpoint-Computer Cmdlet Microsoft.PowerShell.M... Creates a system restore point on the local co...

Get-EventLog Cmdlet Microsoft.PowerShell.M... Gets the events in an event log, or a list of ...

Start-Transaction Cmdlet Microsoft.PowerShell.M... Starts a transaction.

Get-Location Cmdlet Microsoft.PowerShell.M... Gets information about the current working loc...

Remove-WmiObject Cmdlet Microsoft.PowerShell.M... Deletes an instance of an existing Windows Man...

New-EventLog Cmdlet Microsoft.PowerShell.M... Creates a new event log and a new event source...

Set-ItemProperty Cmdlet Microsoft.PowerShell.M... Creates or changes the value of a property of ...

Restore-Computer Cmdlet Microsoft.PowerShell.M... Starts a system restore on the local computer.

Enable-ComputerRestore Cmdlet Microsoft.PowerShell.M... Enables the System Restore feature on the spec...

Add-Content Cmdlet Microsoft.PowerShell.M... Adds content to the specified items, such as a...

Get-Service Cmdlet Microsoft.PowerShell.M... Gets the services on a local or remote computer.

Rename-Computer Cmdlet Microsoft.PowerShell.M... Renames a computer.

Suspend-Service Cmdlet Microsoft.PowerShell.M... Suspends (pauses) one or more running services.

Get-PSDrive Cmdlet Microsoft.PowerShell.M... Gets drives in the current session.

Start-Service Cmdlet Microsoft.PowerShell.M... Starts one or more stopped services.

Remove-EventLog Cmdlet Microsoft.PowerShell.M... Deletes an event log or unregisters an event s...

Pop-Location Cmdlet Microsoft.PowerShell.M... Changes the current location to the location m...

Test-Path Cmdlet Microsoft.PowerShell.M... Determines whether all elements of a path exist.

Push-Location Cmdlet Microsoft.PowerShell.M... Adds the current location to the top of a loca...

Debug-Process Cmdlet Microsoft.PowerShell.M... Debugs one or more processes running on the lo...

Set-Item Cmdlet Microsoft.PowerShell.M... Changes the value of an item to the value spec...

Restart-Computer Cmdlet Microsoft.PowerShell.M... Restarts ("reboots") the operating system on l...

Resolve-Path Cmdlet Microsoft.PowerShell.M... Resolves the wildcard characters in a path, an...

Clear-ItemProperty Cmdlet Microsoft.PowerShell.M... Clears the value of a property but does not de...

Rename-Item Cmdlet Microsoft.PowerShell.M... Renames an item in a Windows PowerShell provid...

New-Service Cmdlet Microsoft.PowerShell.M... Creates a new Windows service.

Stop-Service Cmdlet Microsoft.PowerShell.M... Stops one or more running services.

Add-Computer Cmdlet Microsoft.PowerShell.M... Add the local computer to a domain or workgroup.

Use-Transaction Cmdlet Microsoft.PowerShell.M... Adds the script block to the active transaction.

Get-WmiObject Cmdlet Microsoft.PowerShell.M... Gets instances of WMI classes or information a...

Get-Transaction Cmdlet Microsoft.PowerShell.M... Gets the current (active) transaction.

Get-ChildItem Cmdlet Microsoft.PowerShell.M... Gets the items and child items in one or more ...

Get-PSProvider Cmdlet Microsoft.PowerShell.M... Gets information about the specified Windows P...

Set-Location Cmdlet Microsoft.PowerShell.M... Sets the current working location to a specifi...

Rename-ItemProperty Cmdlet Microsoft.PowerShell.M... Renames a property of an item.

Get-ControlPanelItem Cmdlet Microsoft.PowerShell.M... Gets control panel items.

Show-ControlPanelItem Cmdlet Microsoft.PowerShell.M... Opens control panel items.

Undo-Transaction Cmdlet Microsoft.PowerShell.M... Rolls back the active transaction.

New-WebServiceProxy Cmdlet Microsoft.PowerShell.M... Creates a Web service proxy object that lets y...

Set-Content Cmdlet Microsoft.PowerShell.M... Writes or replaces the content in an item with...

Import-IseSnippet Function ISE Imports ISE snippets into the current session

Get-IseSnippet Function ISE Gets snippets that the user created.

New-IseSnippet Function ISE Creates a Windows PowerShell ISE code snippet.

Compress-Archive Function Microsoft.PowerShell.A... Creates an archive, or zipped file, from speci...

Get-WinEvent Cmdlet Microsoft.PowerShell.D... Gets events from event logs and event tracing ...

Import-Counter Cmdlet Microsoft.PowerShell.D... Imports performance counter log files (.blg, ....

New-WinEvent Cmdlet Microsoft.PowerShell.D... Creates a new Windows event for the specified ...

Export-Counter Cmdlet Microsoft.PowerShell.D... The Export-Counter cmdlet takes PerformanceCou...

Get-Counter Cmdlet Microsoft.PowerShell.D... Gets performance counter data from local and r...

Start-Transcript Cmdlet Microsoft.PowerShell.Host Creates a record of all or part of a Windows P...

Get-Credential Cmdlet Microsoft.PowerShell.S... Gets a credential object based on a user name ...

Set-AuthenticodeSignature Cmdlet Microsoft.PowerShell.S... Adds an Authenticode signature to a Windows Po...

Get-Acl Cmdlet Microsoft.PowerShell.S... Gets the security descriptor for a resource, s...

Set-Acl Cmdlet Microsoft.PowerShell.S... Changes the security descriptor of a specified...

Get-CmsMessage Cmdlet Microsoft.PowerShell.S... Gets content that has been encrypted by using ...

Unprotect-CmsMessage Cmdlet Microsoft.PowerShell.S... Decrypts content that has been encrypted by us...

Protect-CmsMessage Cmdlet Microsoft.PowerShell.S... Encrypts content by using the Cryptographic Me...

Get-PfxCertificate Cmdlet Microsoft.PowerShell.S... Gets information about .pfx certificate files ...

Set-ExecutionPolicy Cmdlet Microsoft.PowerShell.S... Changes the user preference for the Windows Po...

Get-AuthenticodeSignature Cmdlet Microsoft.PowerShell.S... Gets information about the Authenticode signat...

ConvertTo-SecureString Cmdlet Microsoft.PowerShell.S... Converts encrypted standard strings to secure ...

Get-ExecutionPolicy Cmdlet Microsoft.PowerShell.S... Gets the execution policies for the current se...

ConvertFrom-SecureString Cmdlet Microsoft.PowerShell.S... Converts a secure string to an encrypted stand...

Invoke-WSManAction Cmdlet Microsoft.WSMan.Manage... Invokes an action on the object that is specif...

Remove-WSManInstance Cmdlet Microsoft.WSMan.Manage... Deletes a management resource instance.

Get-WSManInstance Cmdlet Microsoft.WSMan.Manage... Displays management information for a resource...

New-WSManInstance Cmdlet Microsoft.WSMan.Manage... Creates a new instance of a management resource.

Set-WSManQuickConfig Cmdlet Microsoft.WSMan.Manage... Configures the local computer for remote manag...

Test-WSMan Cmdlet Microsoft.WSMan.Manage... Tests whether the WinRM service is running on ...

Connect-WSMan Cmdlet Microsoft.WSMan.Manage... Connects to the WinRM service on a remote comp...

Set-WSManInstance Cmdlet Microsoft.WSMan.Manage... Modifies the management information that is re...

New-WSManSessionOption Cmdlet Microsoft.WSMan.Manage... Creates session option hash table to use as in...

New-DscChecksum Function PSDesiredStateConfigur... Creates checksum files for DSC documents and D...

Get-DscResource Function PSDesiredStateConfigur... Gets the DSC resources present on the computer.

Invoke-AsWorkflow Function PSWorkflowUtility Runs a command or expression as a Windows Powe...

FileSystem Provider Microsoft.PowerShell.Core Provides access to files and directories. about_ActivityCommonParameters HelpFile Describes the parameters that Windows PowerShell

about_Aliases HelpFile Describes how to use alternate names for cmdle...

about_Assignment_Operators HelpFile Describes how to use operators to assign value... about_Automatic_Variables HelpFile Describes variables that store state informati... about_Break HelpFile Describes a statement you can use to immediate...

about_Checkpoint-Workflow HelpFile Describes the Checkpoint-Workflow activity, which

about_CimSession HelpFile Describes a CimSession object and the differen... about_Classes HelpFile Describes how you can use classes to develop i... about_Command_Precedence HelpFile Describes how Windows PowerShell determines wh... about_Command_Syntax HelpFile Describes the syntax diagrams that are used in...

about_Comment_Based_Help HelpFile Describes how to write comment-based help topi...

about_CommonParameters HelpFile Describes the parameters that can be used with... about_Comparison_Operators HelpFile Describes the operators that compare values in... about_Data_Sections HelpFile Explains Data sections, which isolate text str... about_Debuggers HelpFile Describes the Windows PowerShell debugger. about_Do HelpFile Runs a statement list one or more times, subje... about_Environment_Variables HelpFile Describes how to access Windows environment va... about_Escape_Characters HelpFile Introduces the escape character in Windows Pow... about_Foreach HelpFile Describes a language command you can use to tr... about_Format.ps1xml HelpFile The Format.ps1xml files in Windows PowerShell ... about_Functions HelpFile Describes how to create and use functions in W... about_Functions_Advanced_Methods HelpFile Describes how functions that specify the Cmdle... about_Functions_Advanced_Param... HelpFile Explains how to add parameters to advanced fun... about_Functions_CmdletBindingA... HelpFile Describes the attribute that makes a function ... about_Functions_OutputTypeAttr... HelpFile Describes an attribute that reports the type o... about_Hash_Tables HelpFile Describes how to create, use, and sort hash ta... about_Jobs HelpFile Provides information about how Windows PowerSh... about_Job_Details HelpFile Provides details about background jobs on loca... about_Language_Keywords HelpFile Describes the keywords in the Windows PowerShe... about_Locations HelpFile Describes how to access items from the working... about_Logical_Operators HelpFile Describes the operators that connect statement... about_Methods HelpFile Describes how to use methods to perform action... about_Modules HelpFile Explains how to install, import, and use Windo... about_Objects HelpFile Provides essential information about objects i... about_Operators HelpFile Describes the operators that are supported by ... about_Operator_Precedence HelpFile Lists the Windows PowerShell operators in prec... about_Parameters_Default_Values HelpFile Describes how to set custom default values for... about_Pipelines HelpFile Combining commands into pipelines in the Windo... about_PowerShell.exe HelpFile Explains how to use the PowerShell.exe command... about_Preference_Variables HelpFile Variables that customize the behavior of Windo... about_Profiles HelpFile Describes how to create and use a Windows Powe... about_Prompts HelpFile Describes the Prompt function and demonstrates... about_Properties HelpFile Describes how to use object properties in Wind... about_PSReadline HelpFile about_PSSessions HelpFile Describes Windows PowerShell sessions (PSSessi... about_PSSession_Details HelpFile Provides detailed information about Windows Po... about_Remote HelpFile Describes how to run remote commands in Window... about_Remote_Disconnected_Sess... HelpFile Explains how to disconnect from and reconnect ... about_Remote_FAQ HelpFile Contains questions and answers about running r... about_Remote_Jobs HelpFile Describes how to run background jobs on remote... about_Remote_Output HelpFile Describes how to interpret and format the outp... about_Remote_Requirements HelpFile Describes the system requirements and configur... about_Remote_Troubleshooting HelpFile Describes how to troubleshoot remote operation... about_Remote_Variables HelpFile Explains how to use local and remote variables... about_Return HelpFile Exits the current scope, which can be a functi... about_Scheduled_Jobs HelpFile Describes scheduled jobs and explains how to u... about_Scheduled_Jobs_Advanced HelpFile Explains advanced scheduled job topics, includ... about_Scheduled_Jobs_Basics HelpFile Explains how to create and manage scheduled jobs. about_Scheduled_Jobs_Troublesh... HelpFile Explains how to resolve problems with schedule... about_Scopes HelpFile Explains the concept of scope in Windows Power... about_Scripts HelpFile Describes how to run and write scripts in Wind... about_Script_Blocks HelpFile Defines what a script block is and explains ho... about_Script_Internationalization HelpFile Describes the script internationalization feat... about_Sequence HelpFile Describes the Sequence keyword, which runs sel... about_Session_Configurations HelpFile Describes session configurations, which determ... about_Session_Configuration_Files HelpFile Describes session configuration files, which c... about_Signing HelpFile Explains how to sign scripts so that they comp... about_Special_Characters HelpFile Describes the special characters that you can ... about_Splatting HelpFile Describes how to use splatting to pass paramet... about_Split HelpFile Explains how to use the Split operator to spli...

about_Suspend-Workflow HelpFile Describes the Suspend-Workflow activity, which...

about_Throw HelpFile Describes the Throw keyword, which generates a... about_Transactions HelpFile Describes how to manage transacted operations ... about_Trap HelpFile Describes a keyword that handles a terminating... about_Try_Catch_Finally HelpFile Describes how to use the Try, Catch, and Final... about_Types.ps1xml HelpFile Explains how to use Types.ps1xml files to exte... about_Type_Operators HelpFile Describes the operators that work with Microso... about_Updatable_Help HelpFile Describes the updatable help system in Windows...

about_WMI HelpFile Windows Management Instrumentation (WMI) uses the

about_WMI_Cmdlets HelpFile Provides background information about Windows ... about_WorkflowCommonParameters HelpFile This topic describes the parameters that are v... about_Workflows HelpFile Provides a brief introduction to the Windows about_WQL HelpFile Describes WMI Query Language (WQL), which can be about_Mocking HelpFile Pester provides a set of Mocking functions mak... about_Pester HelpFile Pester is a BDD based test runner for PowerShell. about_should HelpFile Provides assertion convenience methods for com... about_Scheduled_Jobs HelpFile Describes scheduled jobs and explains how to u... about_Scheduled_Jobs_Advanced HelpFile Explains advanced scheduled job topics, includ... about_Scheduled_Jobs_Basics HelpFile Explains how to create and manage scheduled jobs. about_Scheduled_Jobs_Troublesh... HelpFile Explains how to resolve problems with schedule... about_ActivityCommonParameters HelpFile Describes the parameters that Windows PowerShell

about_Checkpoint-Workflow HelpFile Describes the Checkpoint-Workflow activity, which

about_Sequence HelpFile Describes the Sequence keyword, which runs sel...

about_Suspend-Workflow HelpFile Describes the Suspend-Workflow activity, which...

about_WorkflowCommonParameters HelpFile This topic describes the parameters that are v... about_Workflows HelpFile Provides a brief introduction to the Windows



Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 OurUNIX.com ™