I tried saving a file to the following folders in c:\users\john: Pictures, Documents, Videos, and Favorites. None would save.
____________________________________________________________________________________________________
Copyright © Microsoft Corporation. All rights reserved.
PS C:\WINDOWS\system32> cd users\john
cd : Cannot find path 'C:\WINDOWS\system32\users\john' because it does not exist.
At line:1 char:1
+ cd users\john
+ ~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (C:\WINDOWS\system32\users\john:String) [Set-Location], ItemNotFoundExce
ption
+ FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.SetLocationCommand
PS C:\WINDOWS\system32> get-acl | fl | out-file "$env:USERPROFILE\Desktop\file.txt"
out-file : Could not find file 'C:\Users\John\Desktop\file.txt'.
At line:1 char:16
+ get-acl | fl | out-file "$env:USERPROFILE\Desktop\file.txt"
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OpenError: (
[Out-File], FileNotFoundException
+ FullyQualifiedErrorId : FileOpenFailure,Microsoft.PowerShell.Commands.OutFileCommand
PS C:\WINDOWS\system32> start notepad "$env:USERPROFILE\Desktop\file.txt"