Examples of using Windows powershell in English and their translations into Italian
{-}
-
Colloquial
-
Official
-
Medicine
-
Financial
-
Ecclesiastic
-
Ecclesiastic
-
Computer
-
Programming
-
Official/political
To change the default port that Windows PowerShell uses, use Set-Item cmdlet in the WSMan: drive to change the Port value in the listener leaf node.
However, when you submit a module object, Windows PowerShell uses the ToString method on the module object, which returns the module name.
The AllSigned and RemoteSigned execution policies prevent Windows PowerShell from running scripts that do not have a digital signature.
When a parameter is"True(by Value)", Windows PowerShell tries to associate any piped values with that parameter before it tries other methods to interpret the command.
When you stop a background job, Windows PowerShell completes all tasks that are pending in that job queue
The PassThru parameter directs Windows PowerShell to pass an object that represents the new alias through the pipeline to the Format-List cmdlet.
The Out-Host cmdlet then sends this PathInfo object to the screen, and Windows PowerShell decides what information to display
LONG DESCRIPTION Windows PowerShell protects access to variables,
Windows PowerShell converts the hexadecimal value(0x10)
If the destination computer redirects the connection to a different URI, Windows PowerShell prevents the redirection unless you use the AllowRedirection parameter in the command.
Internally, Windows PowerShell uses commands like these during startup,
Offers documentation for Windows PowerShell ISE as a compiled HTML Help file(. chm)
The Add-History command does not include any parameters, but Windows PowerShell associates the objects passed through the pipeline with the InputObject parameter.
When you use the UFormat parameter, Windows PowerShell retrieves only the properties of the DateTime object that it needs to display the date in the format that you specify.
Determines how many times Windows PowerShell redirects a connection to an alternate Uniform Resource Identifier(URI)
this is the location that Windows PowerShell uses if you do not supply an explicit path to the item
The Windows PowerShell runtime uses the code within these blocks when it is running a function.
To exit Windows PowerShell ISE, click Close on the toolbar, or on the File menu, click Exit.
the integrity of the operating system, Windows PowerShell includes several security features, among which is the execution policy.
When you use the ComputerName parameter, Windows PowerShell creates a temporary connection that is used only to run the specified command