Anda di halaman 1dari 17

Add-BitsFile

Add-Computer
Add-Content
Add-History
Add-Member
Add-PSSnapin
Add-Type
Checkpoint-Computer
Clear-Content
Clear-EventLog
Clear-History
Clear-Item
Clear-ItemProperty
Clear-Variable
Compare-Object
Complete-BitsTransfer
Complete-Transaction
Connect-WSMan
ConvertFrom-CSV
ConvertFrom-SecureString
ConvertFrom-StringData
Convert-Path
ConvertTo-CSV
ConvertTo-Html
ConvertTo-SecureString
ConvertTo-XML
Copy-Item
Copy-ItemProperty
Debug-Process
Disable-ComputerRestore
Disable-PSBreakpoint
Disable-PSSessionConfiguration
Disable-WSManCredSSP
Disconnect-WSMan
Enable-ComputerRestore
Enable-PSBreakpoint
Enable-PSRemoting
Enable-PSSessionConfiguration
Enable-WSManCredSSP
Enter-PSSession
Exit-PSSession
Export-Alias
Export-Clixml
Export-Console
Export-Counter
Export-CSV
Export-FormatData
Export-ModuleMember
Export-PSSession
ForEach-Object

Format-Custom
Format-List
Format-Table
Format-Wide
Get-Acl
Get-Alias
Get-AppLockerFileInformation
Get-AppLockerPolicy
Get-AuthenticodeSignature
Get-BitsTransfer
Get-ChildItem
Get-Command
Get-ComputerRestorePoint
Get-Content
Get-Counter
Get-Credential
Get-Culture
Get-Date
Get-Event
Get-EventLog
Get-EventSubscriber
Get-ExecutionPolicy
Get-FormatData
Get-Help
Get-History
Get-Host
Get-HotFix
Get-Item
Get-ItemProperty
Get-Job
Get-Location
Get-Member
Get-Module
Get-PfxCertificate
Get-Process
Get-PSBreakpoint
Get-PSCallStack
Get-PSDrive
Get-PSProvider
Get-PSSession
Get-PSSessionConfiguration
Get-PSSnapin
Get-Random
Get-Service
Get-TraceSource
Get-Transaction
Get-TroubleshootingPack
Get-UICulture
Get-Unique
Get-Variable

Get-WinEvent
Get-WmiObject
Get-WSManCredSSP
Get-WSManInstance
Group-Object
Import-Alias
Import-Clixml
Import-Counter
Import-CSV
Import-LocalizedData
Import-Module
Import-PSSession
Invoke-Command
Invoke-Expression
Invoke-History
Invoke-Item
Invoke-TroubleshootingPack
Invoke-WmiMethod
Invoke-WSManAction
Join-Path
Limit-EventLog
Measure-Command
Measure-Object
Move-Item
Move-ItemProperty
New-Alias
New-AppLockerPolicy
New-Event
New-EventLog
New-Item
New-ItemProperty
New-Module
New-ModuleManifest
New-Object
New-PSDrive
New-PSSession
New-PSSessionOption
New-Service
New-TimeSpan
New-Variable
New-WebServiceProxy
New-WSManInstance
New-WSManSessionOption
Out-Default
Out-File
Out-GridView
Out-Host
Out-Null
Out-Printer
Out-String

Pop-Location
Push-Location
Read-Host
Receive-Job
Register-EngineEvent
Register-ObjectEvent
Register-PSSessionConfiguration
Register-WmiEvent
Remove-BitsTransfer
Remove-Computer
Remove-Event
Remove-EventLog
Remove-Item
Remove-ItemProperty
Remove-Job
Remove-Module
Remove-PSBreakpoint
Remove-PSDrive
Remove-PSSession
Remove-PSSnapin
Remove-Variable
Remove-WmiObject
Remove-WSManInstance
Rename-Item
Rename-ItemProperty
Reset-ComputerMachinePassword
Resolve-Path
Restart-Computer
Restart-Service
Restore-Computer
Resume-BitsTransfer
Resume-Service
Select-Object
Select-String
Select-XML
Send-MailMessage
Set-Acl
Set-Alias
Set-AppLockerPolicy
Set-AuthenticodeSignature
Set-BitsTransfer
Set-Content
Set-Date
Set-ExecutionPolicy
Set-Item
Set-ItemProperty
Set-Location
Set-PSBreakpoint
Set-PSDebug
Set-PSSessionConfiguration

Set-Service
Set-StrictMode
Set-TraceSource
Set-Variable
Set-WmiInstance
Set-WSManInstance
Set-WSManQuickConfig
Show-EventLog
Sort-Object
Split-Path
Start-BitsTransfer
Start-Job
Start-Process
Start-Service
Start-Sleep
Start-Transaction
Start-Transcript
Stop-Computer
Stop-Job
Stop-Process
Stop-Service
Stop-Transcript
Suspend-BitsTransfer
Suspend-Service
Tee-Object
Test-AppLockerPolicy
Test-ComputerSecureChannel
Test-Connection
Test-ModuleManifest
Test-Path
Test-WSMan
Trace-Command
Undo-Transaction
Unregister-Event
Unregister-PSSessionConfiguration
Update-FormatData
Update-List
Update-TypeData
Use-Transaction
Wait-Event
Wait-Job
Wait-Process
Where-Object
Write-Debug
Write-Error
Write-EventLog
Write-Host
Write-Output
Write-Progress
Write-Verbose

Write-Warning

Adds one or more files to an existing Background Intelligent Transfer Service (BITS) transfer job.
Adds the local computer to a domain or workgroup.
Adds content to the specified items, such as adding words to a file.
Appends entries to the session history.
Adds a user-defined custom member to an instance of a Windows PowerShell object.
Adds one or more Windows PowerShell snap-ins to the current session.
Adds a Microsoft .NET Framework type (a class) to a Windows PowerShell session (PSSession).
Creates a system restore point on the local computer.
Deletes the contents of an item, such as deleting the text from a file, but does not delete the item.
Deletes all entries from specified event logs on the local or remote computers.
Deletes entries from the command history.
Deletes the contents of an item but does not delete the item.
Deletes the value of a property but does not delete the property.
Deletes the value of a variable.
Compares two sets of objects.
Completes a BITS transfer job.
Commits the active transaction.
Connects to the Windows Remote Management (WinRM) service on a remote computer.
Converts object properties in comma-separated value (CSV) format into CSV versions of the original objects.
Converts a secure string into an encrypted standard string.
Converts a string containing one or more key/value pairs to a hash table.
Converts a path from a Windows PowerShell path to a PowerShell provider path.
Converts .NET Framework objects into a series of CSV variable-length strings.
Converts .NET Framework objects into HTML that can be displayed in a Web browser.
Converts encrypted standard strings to secure strings. It can also convert plain text to secure strings. It is used with ConvertFrom-SecureString
Creates an XML-based representation of an object.
Copies an item from one location to another within a namespace.
Copies a property and value from a specified location to another location.
Debugs one or more processes running on the local computer.
Disables the System Restore feature on the specified file system drive.
Disables breakpoints in the current console.
Denies access to the session configurations on the local computer.
Disables Credential Security Service Provider (CredSSP) authentication on a client computer.
Disconnects the client from the WinRM service on a remote computer.
Enables the System Restore feature on the specified file system drive.
Enables breakpoints in the current console.
Configures the computer to receive remote commands.
Enables session configurations on the local computer.
Enables CredSSP authentication on a client computer.
Starts an interactive session with a remote computer.
Ends an interactive session with a remote computer.
Exports information about currently defined aliases to a file.
Creates an XML-based representation of an object or objects and stores it in a file.
Exports the names of snap-ins in the current session to a console file.
Takes PerformanceCounterSampleSet objects and exports them as counter log files.
Converts .NET Framework objects into a series of CSV variable-length strings and saves the strings in a CSV file.
Saves formatting data from the current session in a formatting file.
Specifies the module members that are exported.
Imports commands from another session and saves them in a Windows PowerShell module.
Performs an operation against each of a set of input objects.

Uses a customized view to format the output.


Formats the output as a list of properties in which each property appears on a new line.
Formats the output as a table.
Formats objects as a wide table that displays only one property of each object.
Gets the security descriptor for a resource, such as a file or registry key.
Gets the aliases for the current session.
Gets the AppLocker file information from a list of files or an event log.
Gets the local, effective, or domain AppLocker policy.
Gets information about the Authenticode signature in a file.
Retrieves the associated BitsJob object for an existing BITS transfer job.
Gets the items and child items in one or more specified locations.
Gets basic information about cmdlets and other elements of Windows PowerShell commands.
Gets the restore points on the local computer.
Gets the content of the item at the specified location.
Gets performance counter data from local and remote computers.
Gets a credential object based on a user name and password.
Gets the current culture set in the operating system.
Gets the current date and time.
Gets the events in the event queue.
Gets the events in an event log, or a list of the event logs, on the local or remote computers.
Gets the event subscribers in the current session.
Gets the execution policies for the current session.
Gets the formatting data in the current session.
Displays information about Windows PowerShell commands and concepts.
Gets a list of the commands entered during the current session.
Gets an object that represents the current host program. Also displays Windows PowerShell version and regional information by default.
Gets the hotfixes that are applied to the local and remote computers.
Gets the item at the specified location.
Gets the properties of a specified item.
Gets Windows PowerShell background jobs that are running in the current session.
Gets information about the current working location.
Gets the properties and methods of objects.
Gets the modules that are imported or that can be imported into the current session.
Gets information about .pfx certificate files on the computer.
Gets the processes that are running on the local computer or a remote computer.
Gets the breakpoints that are set in the current session.
Displays the current call stack.
Gets the Windows PowerShell drives in the current session.
Gets information about the specified Windows PowerShell provider.
Gets the Windows PSSessions in the current session.
Gets the registered session configurations on the computer.
Gets the Windows PowerShell snap-ins on the computer.
Gets a random number or selects objects randomly from a collection.
Gets the services on a local or remote computer.
Gets the Windows PowerShell components that are instrumented for tracing.
Gets the current (active) transaction.
Gets information about a troubleshooting pack and can generate an answer file.
Gets the current user interface (UI) culture settings in the operating system.
Returns the unique items from a sorted list.
Gets the variables in the current console.

Gets events from event logs and event tracing log files on local and remote computers.
Gets instances of Windows Management Instrumentation (WMI) classes or information about the available classes.
Gets the CredSSP-related configuration for the client.
Displays management information for a resource instance specified by a Uniform Resource Identifier (URI).
Groups objects that contain the same value for specified properties.
Imports an alias list from a file.
Imports a CLIXML file and creates corresponding objects within Windows PowerShell.
Imports performance counter log files (.blg, .csv, .tsv) and creates the objects that represent each counter sample in the log.
Converts object properties in a CSV file into CSV versions of the original objects.
Imports language-specific data into scripts and functions based on the UI culture that is selected for the operating system.
Adds modules to the current session.
Imports commands from another session into the current session.
Runs commands on local and remote computers.
Runs commands or expressions on the local computer.
Runs commands from the session history.
Performs the default action on the specified item.
Executes a troubleshooting pack in interactive or unattended mode to fix a problem and then generates a results report.
Calls WMI methods.
Invokes an action on the object that is specified by the Resource URI and by the selectors.
Combines a path and a child path into a single path. The provider supplies the path delimiters.
Sets the event log properties that limit the size of the event log and the age of its entries.
Measures the time it takes to run script blocks and cmdlets.
Calculates the numeric properties of objects and the characters, words, and lines in string objects, such as files of text.
Moves an item from one location to another.
Moves a property from one location to another.
Creates a new alias.
Creates a new AppLocker policy from a list of file information and other rule creation options.
Creates a new event.
Creates a new event log and a new event source on a local or remote computer.
Creates a new item.
Creates a new property for an item and sets its value. For example, you can use New-ItemProperty to create and change registry values and da
Creates a new dynamic module that exists only in memory.
Creates a new module manifest.
Creates an instance of a Microsoft .NET Framework or Component Object Model (COM) object.
Creates a Windows PowerShell drive in the current session.
Creates a persistent connection to a local or remote computer.
Creates an object that contains advanced options for a PSSession.
Creates a new Windows service.
Creates a TimeSpan object.
Creates a new variable.
Creates a Web service proxy object that lets you use and manage the Web service in Windows PowerShell.
Creates a new instance of a management resource.
Creates a WS-Management session option hash table to use as input parameters to the followingWS-Management cmdlets: Get-WSManInstan
Sends the output to the default formatter and to the default output cmdlet.
Sends output to a file.
Sends output to an interactive table in a separate window.
Sends output to the command line.
Deletes output instead of sending it to the console.
Sends output to a printer.
Sends objects to the host as a series of strings.

Changes the current location to the location most recently pushed onto the stack. You can pop the location from the default stack or from a st
Adds the current location to the top of a list of locations (a stack).
Reads a line of input from the console.
Gets the results of the Windows PowerShell background jobs in the current session.
Subscribes to events that are generated by the Windows PowerShell engine and by the New-Event cmdlet.
Subscribes to the events that are generated by a Microsoft .NET Framework object.
Creates and registers a new session configuration.
Subscribes to a WMI event.
Cancels a BITS transfer job.
Removes the local computer from a workgroup or domain.
Deletes events from the event queue.
Deletes an event log or unregisters an event source.
Deletes the specified items.
Deletes the property and its value from an item.
Deletes a Windows PowerShell background job.
Removes modules from the current session.
Deletes breakpoints from the current console.
Removes a Windows PowerShell drive from its location.
Closes one or more Windows PSSessions.
Removes Windows PowerShell snap-ins from the current session.
Deletes a variable and its value.
Deletes an instance of an existing WMI class.
Deletes a management resource instance.
Renames an item in a Windows PowerShell provider namespace.
Renames a property of an item.
Resets the machine account password for the computer.
Resolves the wildcard characters in a path and displays the path contents.
Restarts (reboots) the operating system on local and remote computers.
Stops and then starts one or more services.
Starts a system restore on the local computer.
Resumes a BITS transfer job.
Resumes one or more suspended (paused) services.
Selects specified properties of an object or set of objects. It can also select unique objects from an array of objects, or it can select a specified n
Finds text in strings and files.
Finds text in an XML string or document.
Sends an e-mail message.
Changes the security descriptor of a specified resource, such as a file or registry key.
Creates or changes an alias (alternate name) for a cmdlet or other command element in the current Windows PSSession.
Sets the AppLocker policy for the specified Group Policy object (GPO).
Adds an Authenticode signature to a Windows PowerShell script or other file.
Modifies the properties of an existing BITS transfer job.
Writes or replaces the content in an item with new content.
Changes the system time on the computer to a time that you specify.
Changes the user preference for the Windows PowerShell execution policy.
Changes the value of an item to the value specified in the command.
Creates or changes the value of a property of an item.
Sets the current working location to a specified location.
Sets a breakpoint on a line, command, or variable.
Turns script debugging features on and off, sets the trace level, and toggles StrictMode.
Changes the properties of a registered session configuration.

Starts, stops, and suspends a service and changes its properties.


Establishes and enforces coding rules in expressions, scripts, and script blocks.
Configures, starts, and stops a trace of Windows PowerShell components.
Sets the value of a variable. Creates the variable if one with the requested name does not exist.
Creates or updates an instance of an existing WMI class.
Modifies the management information that is related to a resource.
Configures the local computer for remote management.
Displays the event logs of the local or a remote computer in Event Viewer.
Sorts objects by property values.
Returns the specified part of a path.
Creates a new BITS transfer job.
Starts a Windows PowerShell background job.
Starts one or more processes on the local computer.
Starts one or more stopped services.
Suspends the activity in a script or session for the specified period of time.
Starts a transaction.
Creates a record of all or part of a Windows PSSession in a text file.
Stops (shuts down) local and remote computers.
Stops a Windows PowerShell background job.
Stops one or more running processes.
Stops one or more running services.
Stops a transcript.
Suspends a BITS transfer job.
Suspends (pauses) one or more running services.
Saves command output in a file or variable and displays it in the console.
Tests whether the input files are allowed to run for a given user based on the specified AppLocker policy.
Tests and repairs the secure channel between the local computer and its domain.
Sends Internet Control Message Protocol (ICMP) echo request packets (pings) to one or more computers.
Verifies that a module manifest file accurately describes the contents of a module.
Determines whether all elements of a path exist.
Tests whether the WinRM service is running on a local or remote computer.
Configures and starts a trace of the specified expression or command.
Rolls back the active transaction.
Cancels an event subscription.
Deletes registered session configurations from the computer.
Updates the formatting data in the current session.
Adds items to and removes items from a property value that contains a collection of objects.
Updates the current extended type configuration by reloading the *.types.ps1xml files into memory.
Adds the script block to the active transaction.
Waits until a particular event is raised before continuing to run.
Suppresses the command prompt until one or all of the Windows PowerShell background jobs running in the session are complete.
Waits for the processes to be stopped before accepting more input.
Creates a filter that controls which objects will be passed along a command pipeline.
Writes a debug message to the console.
Writes an object to the error stream.
Writes an event to an event log.
Writes customized output to a host.
Sends the specified objects to the next command in the pipeline. If the command is the last command in the pipeline, the objects are displayed
Displays a progress bar within a Windows PowerShell command window.
Writes text to the verbose message stream.

Writes a warning message.

ed with ConvertFrom-SecureString and Read-Host.

gional information by default.

e and change registry values and data, which are properties of a registry key.

gement cmdlets: Get-WSManInstance, Set-WSManInstance, Invoke-WSManAction, Connect-WSMan.

from the default stack or from a stack that you create by using the Push-Location cmdlet.

objects, or it can select a specified number of objects from the beginning or end of an array of objects.

e session are complete.

e pipeline, the objects are displayed in the console.

Anda mungkin juga menyukai