|
2 | 2 | external help file: System.Management.Automation.dll-Help.xml |
3 | 3 | Locale: en-US |
4 | 4 | Module Name: Microsoft.PowerShell.Core |
5 | | -ms.date: 08/19/2025 |
| 5 | +ms.date: 12/03/2025 |
6 | 6 | online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/get-command?view=powershell-5.1&WT.mc_id=ps-gethelp |
7 | 7 | schema: 2.0.0 |
8 | 8 | aliases: |
@@ -393,27 +393,17 @@ Accept wildcard characters: False |
393 | 393 |
|
394 | 394 | ### -FullyQualifiedModule |
395 | 395 |
|
396 | | -The value can be a module name, a full module specification, or a path to a module file. |
397 | | - |
398 | | -When the value is a path, the path can be fully qualified or relative. A relative path is resolved |
399 | | -relative to the script that contains the using statement. |
400 | | - |
401 | | -When the value is a name or module specification, PowerShell searches the **PSModulePath** for the |
402 | | -specified module. |
| 396 | +The value can be a module name or a full module specification. PowerShell searches the |
| 397 | +**PSModulePath** for the specified module. |
403 | 398 |
|
404 | 399 | A module specification is a hashtable that has the following keys. |
405 | 400 |
|
406 | 401 | - `ModuleName` - **Required** Specifies the module name. |
407 | | - |
408 | 402 | - `GUID` - **Optional** Specifies the GUID of the module. |
409 | | - |
410 | 403 | - It's also **Required** to specify at least one of the three below keys. |
411 | | - |
412 | 404 | - `ModuleVersion` - Specifies a minimum acceptable version of the module. |
413 | | - |
414 | 405 | - `MaximumVersion` - Specifies the maximum acceptable version of the module. |
415 | | - |
416 | | - - `RequiredVersion` - Specifies an exact, required version of the module. This can't be used with |
| 406 | + - `RequiredVersion` - Specifies an exact, required version of the module. You can't use this with |
417 | 407 | the other Version keys. |
418 | 408 |
|
419 | 409 | You can't specify the **FullyQualifiedModule** parameter in the same command as a **Module** |
@@ -580,7 +570,7 @@ Accept wildcard characters: False |
580 | 570 |
|
581 | 571 | Indicates that this cmdlet gets only the following specified data about the command: |
582 | 572 |
|
583 | | -- Aliases Gets the standard name. |
| 573 | +- Aliases. Gets the standard name. |
584 | 574 | - Cmdlets. Gets the syntax. |
585 | 575 | - Functions and filters. Gets the function definition. |
586 | 576 | - Scripts and applications or files. Gets the path and filename. |
|
0 commit comments