fslogix icon indicating copy to clipboard operation
fslogix copied to clipboard

Scripts for use with FSLogix Apps, Containers etc.

Results 13 fslogix issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Prune of *.XML files from the root of %AppData% results in a recursive search and delete of subfolders. **To Reproduce** Steps to reproduce the behavior: 1. Save...

bug

**Describe the bug** The script runs in its native form at first but then fails and kicks out when it encounters a VHD that is mounted. **To Reproduce** Have a...

bug

Hi Aaron, Please Add TempSaves (Power BI) to targets.xml as we have seen GBs %UserProfile%\AppData\Local\Microsoft\Power BI Desktop\TempSaves When a user creates or opens a Power BI Model, Power BI desktop...

https://github.com/aaronparker/FSLogix/blob/033e83561769593e77fd08aba027fa81853ef422/Modules/Fslogix.Powershell.Disk/Private/Get-DiskInformation.ps1#L16 Get-DiskImage returns an error "The process cannot access the file because it is being used by another process.", if a user is logged on with the container in $Path....

https://github.com/aaronparker/FSLogix/blob/033e83561769593e77fd08aba027fa81853ef422/Profile-Cleanup/Remove-ContainerData.ps1#L259

Remove-ContainerData.ps1 seems to work without Hyper-V module installed (after bypassing requirement). Is there any functionality in the script that actually requires Hyper-V module? We'd like to avoid installing on any...

enhancement

**Describe the bug** When you are attempting to clean vhd files with the container cleaner script it fails with an error that it can't write the log file. That's because...

bug

Most people like me I think want to start with the largest file and work down instead of alphabetical or native order. On line 278 I added some text to...

enhancement

**Describe the bug** A clear and concise description of what the bug is. Remove-ProfileData.ps1 does not calculate deleted sizes properly. **To Reproduce** Steps to reproduce the behavior: case 1 1...

bug
help wanted

**Describe the solution you'd like** Hi Aaron, Could you please add support for UNC paths to cleanup UPM store. so far I have modified some lines there to point to...

enhancement