File tree Expand file tree Collapse file tree 5 files changed +21
-5
lines changed
5.1/Microsoft.PowerShell.Utility
7.2/Microsoft.PowerShell.Utility
7.3/Microsoft.PowerShell.Utility
7.4/Microsoft.PowerShell.Utility
7.5/Microsoft.PowerShell.Utility Expand file tree Collapse file tree 5 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 22external help file : Microsoft.PowerShell.Utility-help.xml
33Locale : en-US
44Module Name : Microsoft.PowerShell.Utility
5- ms.date : 10/04/2021
5+ ms.date : 01/24/2024
66online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/new-guid?view=powershell-5.1&WT.mc_id=ps-gethelp
77schema : 2.0.0
88title : New-Guid
@@ -53,4 +53,7 @@ This cmdlet returns a GUID.
5353
5454## NOTES
5555
56+ The cmdlet creates a Version 4 Universally Unique Identifier (UUID). For more information, see
57+ [ System.Guid.NewGuid] ( xref:System.Guid.NewGuid ) .
58+
5659## RELATED LINKS
Original file line number Diff line number Diff line change 22external help file : Microsoft.PowerShell.Commands.Utility.dll-Help.xml
33Locale : en-US
44Module Name : Microsoft.PowerShell.Utility
5- ms.date : 10/04/2021
5+ ms.date : 01/24/2024
66online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/new-guid?view=powershell-7.2&WT.mc_id=ps-gethelp
77schema : 2.0.0
88title : New-Guid
@@ -52,4 +52,7 @@ This cmdlet returns a GUID.
5252
5353## NOTES
5454
55+ The cmdlet creates a Version 4 Universally Unique Identifier (UUID). For more information, see
56+ [ System.Guid.NewGuid] ( xref:System.Guid.NewGuid ) .
57+
5558## RELATED LINKS
Original file line number Diff line number Diff line change 22external help file : Microsoft.PowerShell.Commands.Utility.dll-Help.xml
33Locale : en-US
44Module Name : Microsoft.PowerShell.Utility
5- ms.date : 10/04/2021
5+ ms.date : 01/24/2024
66online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/new-guid?view=powershell-7.3&WT.mc_id=ps-gethelp
77schema : 2.0.0
88title : New-Guid
@@ -52,4 +52,7 @@ This cmdlet returns a GUID.
5252
5353## NOTES
5454
55+ The cmdlet creates a Version 4 Universally Unique Identifier (UUID). For more information, see
56+ [ System.Guid.NewGuid] ( xref:System.Guid.NewGuid ) .
57+
5558## RELATED LINKS
Original file line number Diff line number Diff line change 22external help file : Microsoft.PowerShell.Commands.Utility.dll-Help.xml
33Locale : en-US
44Module Name : Microsoft.PowerShell.Utility
5- ms.date : 08/28/2023
5+ ms.date : 01/24/2024
66online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/new-guid?view=powershell-7.4&WT.mc_id=ps-gethelp
77schema : 2.0.0
88title : New-Guid
@@ -54,4 +54,7 @@ This cmdlet returns a GUID.
5454
5555## NOTES
5656
57+ The cmdlet creates a Version 4 Universally Unique Identifier (UUID). For more information, see
58+ [ System.Guid.NewGuid] ( xref:System.Guid.NewGuid ) .
59+
5760## RELATED LINKS
Original file line number Diff line number Diff line change 22external help file : Microsoft.PowerShell.Commands.Utility.dll-Help.xml
33Locale : en-US
44Module Name : Microsoft.PowerShell.Utility
5- ms.date : 01/18 /2024
5+ ms.date : 01/24 /2024
66online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/new-guid?view=powershell-7.5&WT.mc_id=ps-gethelp
77schema : 2.0.0
88title : New-Guid
@@ -147,4 +147,8 @@ The cmdlet passes string input to the constructor of the **System.Guid** class.
147147support strings in several formats. For more information, see
148148[System.Guid(String)](/dotnet/api/system.guid.-ctor#system-guid-ctor(system-string)).
149149
150+ When used without string input or the **Empty** parameter, the cmdlet creates a Version 4
151+ Universally Unique Identifier (UUID). For more information, see
152+ [System.Guid.NewGuid](xref:System.Guid.NewGuid).
153+
150154## RELATED LINKS
You can’t perform that action at this time.
0 commit comments