Windows PowerShell command on Get-command see
MyWebUniversity

Windows PowerShell command on Get-command see

Name Category Module Synopsis

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

Get-Verb Function Gets approved Windows PowerShell verbs.

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

Clear-History Cmdlet Microsoft.PowerShell.Core Deletes entries from the command 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.

Enable-PSSessionConfiguration Cmdlet Microsoft.PowerShell.Core Enables the session configurations on the loca...

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

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-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.

Out-Null Cmdlet Microsoft.PowerShell.Core Deletes output instead of sending it down the ...

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-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-PSDebug Cmdlet Microsoft.PowerShell.Core Turns script debugging features on and off, se...

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-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...

Get-PSSnapin Cmdlet Microsoft.PowerShell.Core Gets the Windows PowerShell snap-ins on the co...

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...

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

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

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

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

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...

Get-UICulture Cmdlet Microsoft.PowerShell.U... Gets the current UI culture settings in the op...

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.

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

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

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.

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...

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

Remove-Variable Cmdlet Microsoft.PowerShell.U... Deletes a variable and its value.

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...

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...

ConvertTo-Xml Cmdlet Microsoft.PowerShell.U... Creates an XML-based representation of an object.

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.

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...

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

Format-Wide Cmdlet Microsoft.PowerShell.U... Formats objects as a wide table that displays ...

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

Write-Information Cmdlet Microsoft.PowerShell.U... Specifies how Windows PowerShell handles infor...

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.

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

Start-Sleep Cmdlet Microsoft.PowerShell.U... Suspends the activity in a script or session f...

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...

Import-Alias Cmdlet Microsoft.PowerShell.U... Imports an alias list from a file.

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.

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

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...

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

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

Write-EventLog Cmdlet Microsoft.PowerShell.M... Writes an event to an event log.

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...

Convert-Path Cmdlet Microsoft.PowerShell.M... Converts a path from a Windows PowerShell path...

New-Item Cmdlet Microsoft.PowerShell.M... Creates a new item.

Get-ItemPropertyValue Cmdlet Microsoft.PowerShell.M... Gets the value for one or more properties of a...

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...

Move-ItemProperty Cmdlet Microsoft.PowerShell.M... Moves a property from one location to another.

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...

Invoke-Item Cmdlet Microsoft.PowerShell.M... Performs the default action on the specified i...

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.

Limit-EventLog Cmdlet Microsoft.PowerShell.M... Sets the event log properties that limit the s...

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.

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...

Set-WmiInstance Cmdlet Microsoft.PowerShell.M... Creates or updates an instance of an existing ...

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

Clear-Item Cmdlet Microsoft.PowerShell.M... Clears the contents of an item, but does not d...

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

Copy-ItemProperty Cmdlet Microsoft.PowerShell.M... Copies a property and value from a specified l...

Get-Item Cmdlet Microsoft.PowerShell.M... Gets the item at the specified location.

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...

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

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.

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

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

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...

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.

Clear-Content Cmdlet Microsoft.PowerShell.M... Deletes the contents of an item, but does not ...

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

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.

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

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

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 ...

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...

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...

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

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

Disconnect-WSMan Cmdlet Microsoft.WSMan.Manage... Disconnects the client from the WinRM service ...

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

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_Arithmetic_Operators HelpFile Describes the operators that perform arithmeti... about_Arrays HelpFile Describes arrays, which are data structures de... 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_Continue HelpFile Describes how the Continue statement immediate... about_Core_Commands HelpFile Lists the cmdlets that are designed for use wi... about_Data_Sections HelpFile Explains Data sections, which isolate text str... about_Debuggers HelpFile Describes the Windows PowerShell debugger.

about_DesiredStateConfiguration HelpFile Provides a brief introduction to the Windows

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_Eventlogs HelpFile Windows PowerShell creates a Windows event log... about_Execution_Policies HelpFile Describes the Windows PowerShell execution pol... about_For HelpFile Describes a language command you can use to ru...

about_ForEach-Parallel HelpFile Describes the ForEach -Parallel language const...

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 HelpFile Introduces advanced functions that act similar... 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_Group_Policy_Settings HelpFile Describes the Group Policy settings for Window... about_Hash_Tables HelpFile Describes how to create, use, and sort hash ta... about_Hidden HelpFile Describes the Hidden keyword, which hides clas... about_History HelpFile Describes how to get and run commands in the c... about_If HelpFile Describes a language command you can use to ru... about_InlineScript HelpFile Describes the InlineScript activity, which run... about_Jobs HelpFile Provides information about how Windows PowerSh... about_Job_Details HelpFile Provides details about background jobs on loca...

about_Join HelpFile Describes how the join operator (-join) combin...

about_Language_Keywords HelpFile Describes the keywords in the Windows PowerShe... about_Language_Modes HelpFile Explains language modes and their effect on Wi... about_Line_Editing HelpFile Describes how to edit commands at the Windows ... 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_Object_Creation HelpFile Explains how to create objects in Windows Powe... about_Operators HelpFile Describes the operators that are supported by ... about_Operator_Precedence HelpFile Lists the Windows PowerShell operators in prec... about_PackageManagement HelpFile PackageManagement is an aggregator for softwar... about_Parallel HelpFile Describes the Parallel keyword, which runs the about_Parameters HelpFile Describes how to work with command parameters ... about_Parameters_Default_Values HelpFile Describes how to set custom default values for... about_Parsing HelpFile Describes how Windows PowerShell parses commands. about_Parsing_LocTest HelpFile Describes how Windows PowerShell parses commands. about_Path_Syntax HelpFile Describes the full and relative path name form... about_Pipelines HelpFile Combining commands into pipelines in the Windo... about_PowerShell.exe HelpFile Explains how to use the PowerShell.exe command... about_PowerShell_Ise.exe HelpFile Explains how to use the PowerShell_Ise.exe com... 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_Providers HelpFile Describes how Windows PowerShell providers pro... about_PSConsoleHostReadLine HelpFile Explains how to create a customize how Windows... about_PSReadline HelpFile about_PSSessions HelpFile Describes Windows PowerShell sessions (PSSessi... about_PSSession_Details HelpFile Provides detailed information about Windows Po...

about_PSSnapins HelpFile Describes Windows PowerShell snap-ins and show...

about_Quoting_Rules HelpFile Describes rules for using single and double qu... about_Redirection HelpFile Explains how to redirect output from Windows P... about_Ref HelpFile Describes how to create and use a reference va... about_Regular_Expressions HelpFile Describes regular expressions in Windows Power... 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_Requires HelpFile Prevents a script from running without the req... about_Reserved_Words HelpFile Lists the reserved words that cannot be used a... about_Return HelpFile Exits the current scope, which can be a functi... about_Run_With_PowerShell HelpFile Explains how to use the "Run with PowerShell" ... 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_Switch HelpFile Explains how to use a switch to handle multipl... 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_Variables HelpFile Describes how variables store values that can ... about_While HelpFile Describes a language statement that you can us... about_Wildcards HelpFile Describes how to use wildcard characters in Wi... about_Windows_PowerShell_5.0 HelpFile Describes new features that are included in about_Windows_PowerShell_ISE HelpFile Describes the features and system requirements... about_Windows_RT HelpFile Explains limitations of Windows PowerShell 4.0... 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_WS-Management_Cmdlets HelpFile Provides an overview of Web Services for Manag...

default HelpFile SHORT DESCRIPTION

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_TestDrive HelpFile A PSDrive for file activity limited to the sco... 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_ForEach-Parallel HelpFile Describes the ForEach -Parallel language const...

about_InlineScript HelpFile Describes the InlineScript activity, which run... about_Parallel HelpFile Describes the Parallel keyword, which runs the 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 ™