Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 |
Tags
- macos
- pfsense
- miniconda
- PlayBook
- ansible
- proxycfg
- centos 8
- application security
- Proxy
- Kibana server is not ready yet
- ssh key 배포
- ELASTIC
- endpoint security
- elastic stack
- G-suite
- Elasticsearch
- freebsd
- Kibana
- docker
- bash
- 로그인불가
- x-pack
- Windows
- xe guest utilities
- 한글가이드
- 보안양파
- hardening
- GitLab
- XCP-ng
Archives
- Today
- Total
선 밖에 선 자유인
Run powershell command in batch file 본문
- bat 파일에서 powershell command 사용하는 방법
powershell -Command "& {<powershell 명령어>; }"
- Ex)
@echo off
powershell -Command "& {get-service; }"
Comments