PowerShell: How To Reverse Alphabetical File Names & Rename

Recently I had shot a bunch of videos on a Video App on my iPhone. By default it saves the videos/photos within the App itself. Later, I can move them to iPhone "Photos". Why are file names in reverse order of how I shot them? In the case of this app, I just did "Select … Continue reading PowerShell: How To Reverse Alphabetical File Names & Rename

PowerShell: Manipulating & Copying File Permissions In Windows

The Mystery Recently a folder within a SMB share on the Windows Server (network share) displayed only certain files but not others for a certain user. For an administrator, the share displayed all the files in the folder. Obviously, there is some difference in the permissions, but what? Examining the difference between the files (using … Continue reading PowerShell: Manipulating & Copying File Permissions In Windows

PowerShell – Running Your App’s Scripts Out Of A HOME Folder (+) Dot-Source All .ps1 Files In Folder Recursively

First, I cannot completely take credit for this post. This is a technique that Andrew (my Team Lead as of this writing) used in his code, which I liked very much and hence am sharing with you with my own thoughts added. The technique that you are about to see works even with UNC paths. KillerApp - … Continue reading PowerShell – Running Your App’s Scripts Out Of A HOME Folder (+) Dot-Source All .ps1 Files In Folder Recursively