gpt4 book ai didi

powershell - MS 的哪些 PowerShell cmdlet 支持 -UseTransaction

转载 作者:行者123 更新时间:2023-12-03 11:16:54 25 4
gpt4 key购买 nike

除了registry和SQL server相关命令外,微软是否提供了其他支持事务的PowerShell命令?

最佳答案

试试这个:

Get-Command | 
where {$_.parameters.UseTransaction} |
select name

关于powershell - MS 的哪些 PowerShell cmdlet 支持 -UseTransaction,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21443890/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com