惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

U
Unit 42
Microsoft Azure Blog
Microsoft Azure Blog
Engineering at Meta
Engineering at Meta
博客园 - 【当耐特】
人人都是产品经理
人人都是产品经理
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
WordPress大学
WordPress大学
有赞技术团队
有赞技术团队
Blog — PlanetScale
Blog — PlanetScale
酷 壳 – CoolShell
酷 壳 – CoolShell
aimingoo的专栏
aimingoo的专栏
Jina AI
Jina AI
小众软件
小众软件
博客园 - 叶小钗
MongoDB | Blog
MongoDB | Blog
大猫的无限游戏
大猫的无限游戏
博客园 - 聂微东
Y
Y Combinator Blog
云风的 BLOG
云风的 BLOG
I
InfoQ
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Martin Fowler
Martin Fowler
P
Proofpoint News Feed
MyScale Blog
MyScale Blog

PowerShell

求助在 Windows 桌面运行某个程序的多个实例并在整个穿够屏幕布满的 powershell 脚本, GPT 生成的也无法平铺位置随机的。 是我孤陋寡闻了吗? powershell 里面其实支持顺斜杠, tab 补全也能改成顺斜杠 求助:如何阻止 Powershell 生成 tmp 文件 请教 win11 powershell 设置别名的问题 如何确定 powershell 在终端输出的信息是 stdout 还是 stderr? ps1 文件如何双击以管理员身份运行 V2EX ps 无法显示 bash 命令的完整参数,是 bug 吗? powershell setx 变量后无法自身得到变量值 请教, powershell 脚本中使用中文,脚本文本存储的是 utf-8,运行后中文就是乱码。 oh-my-posh 导致 powershell 启动缓慢 powershell 管道问题 如何在打开 powershell 脚本的时候, cd 到脚本所在目录 如何让 powershell 输出的 txt 日志为 unix lf 格式 这个 powershell "比对”命令能优化吗? powershell 运行 ps 文件的时候,如何支持带空格的路径 cmd 输出日志的时候,如何不写入重复日志 请教-关于 PowerShell 的使用场景问题——竞赛,编程挑战,运维需求在哪里找 Windows 运行 ffmpeg 批量脚本的时候,如何在不中断的情况下限制 CPU 使用率 cmd 控制台显示输出日志过滤 powershell7, 执行速度和自动补全速度都慢的令我抓狂 请教一下.ps1 运行时如何让 powerShell 同时显示所运行命令的内容 有什么不错的 powershell 书籍吗? PowerShell 是否可以实现类似 expect 的功能? PowerShell 启动慢 现在 PowerShell 是不是没有什么用? PowerShell 竟然强悍如斯! 请问如何使用 powershell 禁用/启用设备? 逐浪 CMSv8.2 发布-集成 Node 与 Vue 脚手架和 PowerShell 支持的新一代网站管理系统 Powershell 的管道兼容性
如何使用命令行或 PowerShell 删除一个已经安装好的证书
wwwwzf · 2019-11-04 · via PowerShell

已知,使用下面命令,可以导入一个 PFX 证书: certutil -f -importPFX -p passwd D:\cert\server.pfx

现在问题是,如何删除一个已经导入进去的 IIS 证书,比如 IIS 证书名是:Name, 有无方法,用命令行或 PowerShell 来删除它。

网上找到的方法是采用 CertUtil [选项] -delstore CertificateStoreName CertId 来删除,但无法读到 CertificateStoreName 与 CertId,也就没有办法了,请求协助。