<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ko">
	<id>https://w.ryanyang.kr/index.php?action=history&amp;feed=atom&amp;title=Powershell_%ED%8F%B4%EB%8D%94_%EB%82%B4_%ED%8C%8C%EC%9D%BC_%EC%9D%B4%EB%A6%84_%EB%B0%94%EA%BE%B8%EA%B8%B0</id>
	<title>Powershell 폴더 내 파일 이름 바꾸기 - 편집 역사</title>
	<link rel="self" type="application/atom+xml" href="https://w.ryanyang.kr/index.php?action=history&amp;feed=atom&amp;title=Powershell_%ED%8F%B4%EB%8D%94_%EB%82%B4_%ED%8C%8C%EC%9D%BC_%EC%9D%B4%EB%A6%84_%EB%B0%94%EA%BE%B8%EA%B8%B0"/>
	<link rel="alternate" type="text/html" href="https://w.ryanyang.kr/index.php?title=Powershell_%ED%8F%B4%EB%8D%94_%EB%82%B4_%ED%8C%8C%EC%9D%BC_%EC%9D%B4%EB%A6%84_%EB%B0%94%EA%BE%B8%EA%B8%B0&amp;action=history"/>
	<updated>2026-04-06T12:20:49Z</updated>
	<subtitle>이 문서의 편집 역사</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>https://w.ryanyang.kr/index.php?title=Powershell_%ED%8F%B4%EB%8D%94_%EB%82%B4_%ED%8C%8C%EC%9D%BC_%EC%9D%B4%EB%A6%84_%EB%B0%94%EA%BE%B8%EA%B8%B0&amp;diff=3243&amp;oldid=prev</id>
		<title>103.159.161.129: 새 문서: Powershell 실행 후 아래와 같이 실행하면 된다.  # 설명 $folder = &quot;파일을 저장한 경로&quot; (Get-ChildItem -File $folder) | Rename-Item -NewName {$_.Name + &quot;추가할 Suffix&quot;}  # 예시 $folder = &quot;D:\Users\Downloads\Microservice 설계 및 구현&quot; (Get-ChildItem -File $folder) | Rename-Item -NewName {$_.Name + &quot;_&quot;}</title>
		<link rel="alternate" type="text/html" href="https://w.ryanyang.kr/index.php?title=Powershell_%ED%8F%B4%EB%8D%94_%EB%82%B4_%ED%8C%8C%EC%9D%BC_%EC%9D%B4%EB%A6%84_%EB%B0%94%EA%BE%B8%EA%B8%B0&amp;diff=3243&amp;oldid=prev"/>
		<updated>2023-07-04T00:36:59Z</updated>

		<summary type="html">&lt;p&gt;새 문서: Powershell 실행 후 아래와 같이 실행하면 된다.  # 설명 $folder = &amp;quot;파일을 저장한 경로&amp;quot; (Get-ChildItem -File $folder) | Rename-Item -NewName {$_.Name + &amp;quot;추가할 Suffix&amp;quot;}  # 예시 $folder = &amp;quot;D:\Users\Downloads\Microservice 설계 및 구현&amp;quot; (Get-ChildItem -File $folder) | Rename-Item -NewName {$_.Name + &amp;quot;_&amp;quot;}&lt;/p&gt;
&lt;p&gt;&lt;b&gt;새 문서&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Powershell 실행 후 아래와 같이 실행하면 된다.&lt;br /&gt;
&lt;br /&gt;
# 설명&lt;br /&gt;
$folder = &amp;quot;파일을 저장한 경로&amp;quot;&lt;br /&gt;
(Get-ChildItem -File $folder) | Rename-Item -NewName {$_.Name + &amp;quot;추가할 Suffix&amp;quot;}&lt;br /&gt;
&lt;br /&gt;
# 예시&lt;br /&gt;
$folder = &amp;quot;D:\Users\Downloads\Microservice 설계 및 구현&amp;quot;&lt;br /&gt;
(Get-ChildItem -File $folder) | Rename-Item -NewName {$_.Name + &amp;quot;_&amp;quot;}&lt;/div&gt;</summary>
		<author><name>103.159.161.129</name></author>
	</entry>
</feed>