Skip to content

New-Guid add support for -Empty and -InputObject #10296

@CarloToso

Description

@CarloToso

Prerequisites

  • Existing Issue: Search the existing issues for this repository. If there is an issue that fits your needs do not file a new one. Subscribe, react, or comment on that issue instead.
  • Descriptive Title: Write the title for this issue as a short synopsis. If possible, provide context. For example, "Document new Get-Foo cmdlet" instead of "New cmdlet."

Summary

Adds two new parameters to New-Guid:

  • New-Guid add -Empty parameter;

New-Guid -Empty -->

Guid
----
00000000-0000-0000-0000-000000000000
  • New-Guid add -InputObject parameter;

New-Guid -InputObject "8f9950e8-2589-4750-bf59-5d5a87f7b687" -->

Guid
----
8f9950e8-2589-4750-bf59-5d5a87f7b687

Details

No response

Articles

No response

Related Source Pull Requests

Related Source Issues

Metadata

Metadata

Assignees

Labels

issue-doc-ideaIssue - request for new content

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions