Hi,
I have a script to delete the profiles folder for staff who have left
I am calling the txt document which contains the list of profiles that need deleting
When I run the script I get an error:
At C:\scripts\staff leavers\deleteprofiles.ps1:1 char:50
- … pts\Staff leavers\profiledel.txt’ | %{Remove-Item $_ -Recurse -Force}
-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- CategoryInfo : WriteError: (AppData:DirectoryInfo) [Remove-Item], IOException
- FullyQualifiedErrorId : RemoveFileSystemItemIOError,Microsoft.PowerShell.Commands.RemoveItemCommand
Remove-Item : Cannot remove item \CONTAINS THE PROFILE PATH HERE: The directory is not empty.