We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Required for NewItem -SymbolicLink, otherwise throws:
NewItem -SymbolicLink
new-item -type SymbolicLink -name foo -target build.sh new-item : NewItemIOError At line:1 char:1 + new-item -type SymbolicLink -name foo -target build.sh + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ResourceExists: (/Users/andrew/src/PowerShell/foo:String) [New-Item], IOException + FullyQualifiedErrorId : NewItemIOError,Microsoft.PowerShell.Commands.NewItemCommand
Tests required as well.
Required for
NewItem -SymbolicLink, otherwise throws:Tests required as well.