Disclamer

Visit our disclaimer policy before making any changes to your system which may negatively impact the performance or make your system unresponsive.

Move Files with PowerShell

Simple command how to move files using PowerShell

Table of Contents

Moving Files

				
					#Moves all text files in folder that matches todays date
$date = Get-Date -Format "yyyy-MM-dd"
Get-ChildItem "C:\Users\mmurphy\Music\$date\" -Filter *.txt | Move-Item -Destination "C:\Users\mmurphy\Pictures\test desk\"
				
			
Migrating Azure AD Connect

Don’t waste time figuring out how to migrate Azure Active Directory from one server to another. Do it quick and don’t waste your time and get it done within an hour.

Read More »

Contact Us