我可以使用 Visual Studio 代码 PowerShell 扩展调试 ActiveDirectory 吗?

Can I debug ActiveDirectory with Visual Studio Code PowerShell extension?

看起来 Visual Studio Code PowerShell 扩展只能在 PowerShell Core 上调试脚本 运行。

是否可以在 运行 PowerShell 5.1 时调试 PowerShell 脚本?我需要调试访问 Active Directory 的脚本。

在 Windows 上,是的。

https://code.visualstudio.com/docs/languages/powershell#_multiversion-support

TL;DR: 点击右下角的版本号即可。