From 3a982aa5a19e074563a3611161c5f0b5bcffb0cc Mon Sep 17 00:00:00 2001 From: 0x7FFFFFFFFFFFFFFF <39968+0x7FFFFFFFFFFFFFFF@users.noreply.github.com> Date: Fri, 15 Dec 2023 00:11:26 +0800 Subject: [PATCH] Update New-IscsiServerTarget.md During my testing, I found that the underscore character is not allowed in the target name. Attempting to include it results in the following error: > New-IscsiServerTarget : Unable to create the iSCSI target. --- docset/winserver2022-ps/iscsitarget/New-IscsiServerTarget.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docset/winserver2022-ps/iscsitarget/New-IscsiServerTarget.md b/docset/winserver2022-ps/iscsitarget/New-IscsiServerTarget.md index 6cb590b2eb..12015b6e14 100644 --- a/docset/winserver2022-ps/iscsitarget/New-IscsiServerTarget.md +++ b/docset/winserver2022-ps/iscsitarget/New-IscsiServerTarget.md @@ -114,7 +114,7 @@ Accept wildcard characters: False ``` ### -TargetName -Specifies the name of the iSCSI target. +Specifies the name of the iSCSI target. Note that the underscore character is not supported in the target name. ```yaml Type: String