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 | 31 |
Tags
- docker
- hardening
- ssh key 배포
- 보안양파
- PlayBook
- ELASTIC
- ansible
- endpoint security
- 한글가이드
- G-suite
- xe guest utilities
- bash
- macos
- Kibana
- GitLab
- pfsense
- centos 8
- x-pack
- application security
- Kibana server is not ready yet
- miniconda
- freebsd
- 로그인불가
- XCP-ng
- Proxy
- elastic stack
- Elasticsearch
- proxycfg
- Windows
Archives
- Today
- Total
선 밖에 선 자유인
Run powershell command in batch file 본문
- bat 파일에서 powershell command 사용하는 방법
powershell -Command "& {<powershell 명령어>; }"
- Ex)
@echo off
powershell -Command "& {get-service; }"
Comments