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\"
Visit our disclaimer policy before making any changes to your system which may negatively impact the performance or make your system unresponsive.
#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\"
Unable to send emails from mailbox from your local Exchange server to a mailbox that only exist in 365. Find the fix here.
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.
Find out how to quickly create a Certificate Signing Request in Windows using OpenSSL. With minimum software needed.