Skip to content

Commit

Permalink
Update New-IscsiServerTarget.md
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
0x7FFFFFFFFFFFFFFF authored Dec 14, 2023
1 parent 0fd4a0f commit 3a982aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a982aa

Please sign in to comment.