码迷,mamicode.com
首页 >  
搜索关键字:powershell    ( 2274个结果
使用powershell连接oracle数据库(取值、更新)
使用powershell连接Oracle数据库
分类:数据库   时间:2018-11-28 11:54:21    阅读次数:781
MCSA / Windows Server 2016 DISM和Powershell管理和维护镜像
使用DISM管理和维护 Images DISM简介 使用命令行管理Desktop Experience和Server Core Images 使用命令行管理Nano Server Images 使用PowerShell管理.wim 使用PowerShell管理.vhd / .vhdx
分类:Windows程序   时间:2018-11-27 16:45:49    阅读次数:313
vsCode工具做react开发,几个常用插件
一、环境准备: 1、下载安装VSCode,Node.js,Yarn 2、打开命令行终端或powershell,输入yarn global add create-react-app安装react的脚手架create-react-app 3、打开VSCode,安装相应插件 必要:ESLint、Docum ...
分类:其他好文   时间:2018-11-27 11:13:10    阅读次数:1195
创建字符串
目的: 想创建一个变量来保存文本 方案: 使用Powershell的字符串变量来保存和操作 说明: 字符串文本可分为两类: 按字面(literal) (非拓展(nonexpanding))和可拓展(expanding)的字符串 1>原生字符串 : (不支持变量拓展和转义字符) $myString=' ...
分类:其他好文   时间:2018-11-25 11:55:37    阅读次数:115
Summary of Windows SubSystem for Linux
Summary of Windows SubSystem for Linux Install Ubuntu Run PowerShell as administrator and input: Install Ubuntu 18.04 LTS from Microsoft Store Setup S ...
分类:Windows程序   时间:2018-11-23 16:48:15    阅读次数:173
如何用Powershell脚本实现自动移除离职用户的所属组并保存日志
最近工作收到一个需求,需要对离职人员的账号清理所属组并记录下日志,所以研究了下如何使用Powershell来实现此功能:#查询出相应的OU下面的离职账号$users=get-aduser-Filter*-SearchBase"OU=xxxx,DC=it581,DC=com"|foreach{if($.enabled-eq$false){echo$.samaccountname}
分类:系统相关   时间:2018-11-23 16:11:41    阅读次数:414
window10 Powershell使用curl命令报错解决方法
报错信息:curl : 无法分析响应内容,因为 Internet Explorer 引擎不可用,或者 Internet Explorer 的首次启动配置不完整。请指定 UseBasicParsing 参数,然后再试一次 1、打开IE浏览器的internet选项 2、点击安全选项卡,选中本地intra ...
分类:Windows程序   时间:2018-11-22 14:26:57    阅读次数:3142
powershell获取windows子文件夹的大小
计算速度很快,只需修改$startFolder变量即可。 ...
分类:Windows程序   时间:2018-11-21 16:07:58    阅读次数:854
PowerShell 脚本中调用密文密码
1. 把密码转变为加密的字符串。使用命令 ConvertFrom-SecureString Read-Host "Enter Password" -AsSecureString | ConvertFrom-SecureString | Out-File "C:\pwd.txt" #弹出输入密码的对话 ...
分类:系统相关   时间:2018-11-21 16:04:06    阅读次数:375
powershell cmd 常用命令
powershell cmd 通用命令相关 //显示环境变量 echo %Path% C:\Windows\System32\drivers\etc\hosts %windir%\System32\drivers\etc\hosts tab 键补全 进入桌面 进入desktop 用户名可以自动补 C ...
分类:系统相关   时间:2018-11-20 16:27:48    阅读次数:160
2274条   上一页 1 ... 47 48 49 50 51 ... 228 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!