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