什么? 如果您在 Windows 上使用并且您有很多存储库,那么您可能会对无法搜索书签或按字母顺序自动排列书签这一事实感到恼火。 已多次请求此功能: 我相信这会在某一天得到解决,但目前唯一的选择是通过将它们按顺序拖动来手动重新排列它们。 此 PowerShell 脚本将通过修改用于存储书签的底层 XML SourceTree 来自动按字母顺序对书签进行排序。 用法 我建议事先关闭 SourceTree 以避免覆盖重新排序的 XML 下载reorder-sourcetree.ps1脚本 如果您尚未在您的系统,请按照以下步骤操作: 从开始菜单搜索“powershell” 右键单击powershell,然后单击“以管理员身份运行” 在提示处粘贴Set-ExecutionPolicy -ExecutionPolicy RemoteSigned 按回车键并回答 Y 以确认 关闭 p
2021-06-20 21:03:15 3KB PowerShell
1
缩小.ps1 使用 html、CSS 和 JavaScript 文件缩小典型网站项目的 PowerShell 脚本。 二手压缩机 用于 html 的 用于 css 和 JavaScript 的 用法 下载和上面列出的压缩器。 将脚本放入您的项目文件夹中。 在脚本中指定 html、CSS 和 JavaScript 文件的路径(第# Variables )。 参数 -html用于 html 文件 -css用于 CSS 文件 -js用于 JavaScript 文件 所有参数都没有
2021-06-10 20:03:48 796KB PowerShell
1
Watch-Win32_UPS 什么是Watch-Win32_UPS Watch-Win32_UPS是使用Powershell脚本(v 7.1)编写和测试的实用程序,可利用Microsoft Windows OS Win32_Battery类来提供以下功能: 电子邮件提醒 记录功能 动作脚本 Watch-Win32_UPS监视UPS电池状态,剩余电量百分比和剩余估计运行时间(以分钟为单位)。 它引发电子邮件警报,记录到文件或基于这些设置调用关闭脚本。 所有选项都是可定制的和可选的。 可以设置Watch-Win32_UPS,以便不生成电子邮件警报或关闭日志记录。 Action脚本也是可选的。 必须激活三个选项中的至少一个,该实用程序才能运行(如果没有其他用处,请节省CPU周期)。 有关更多信息,请键入 get-help .\Watch-Win32_UPS.ps1 或者 .\Watch
2021-05-26 04:29:56 150KB PowerShell
1
中文名: PowerShell脚本编写手册 原名: Windows Powershell Scripting Guide 作者: Ed Wilson 资源格式: PDF 版本: 影印版 出版社: Microsoft Press书号: 073562279发行时间: 2008年 地区: 美国 语言: 英文 内容简介: Get practical guidance for using Windows PowerShell to manage Windows Vista and Windows Server 2008. Written by Ed Wilson, a leading scripting expert and trainer at Microsoft, this reference offers a task-based approach to help you find the information you need for day-to-day tasks. With more than 200 scripts, it offers rich examples that administrators can customize for their own environment and needs. The scripts range in complexity from one-line commands, to full-blown scripts with managed output and command-line arguments examples that are applicable to all skill levels. Includes a companion CD with fully searchable eBook, sample scripts, and other resources for managing your Windows-based environment.Key Book Benefits Delivers more than 200 scripts administrators can customize and use to get up and running quickly Provides multiple ways of accomplishing tasks: from one-line commands to full-blown scripts with managed output and command-line arguments Features a task-oriented approach, and organized to help you quickly find the information you need for your day-to-day activities Includes a companion CD with a fully searchable eBook, sample scripts, and other resources for on-the-job results 目录: 1. The Shell in Windows Powershell. 2. Scripting Windows Powsershell 3. Managing Logs 4. Managing Services 5. Managing Shares 6. Managing Printing 7. Desktop Maintenance 8. Networking 9. Configuration Desktop Settings 10. Managing Post-Deployment Issues 11. Managing User Data 12. Troubleshooting Windows 13. Managing Domain Users 14. Configuring the Cluster Service 15. Managing Internet Information Services 16. Working with the Certificate Store 17. Managing the Terminal Services Service 18. Configuring Network Services 19. Working with Windows Server 2008 Server Core
2021-04-22 15:28:14 33.34MB PowerShell
1
根据该基线检查文档https://download.csdn.net/download/t86469665/16136336编写而来,请依据自己的需求修改代码做出修改。谢谢
2021-04-08 14:00:23 72KB 安全 运维 powershell 脚本
1
Public_PowerShell:公共IT系统管理员等的PowerShell脚本
2021-03-04 19:06:37 1.49MB PowerShell
1
PowerCLI,用户批量管理vcenter的小工具。 使用条件:server2012和win8以上系统可直接安装,其余以下系统需要更新插件:Microsoft .NET Framework4.6以上版本,powershell更新至5.0以上,微软官方皆可下载。
2021-01-28 01:15:01 35.7MB PowerCli Vcenterserver powershell 脚本工具
1