Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > alt.comp.os.windows-11 > #18354

Re: powershell remove directory confusion

From T <T@invalid.invalid>
Newsgroups alt.comp.os.windows-11
Subject Re: powershell remove directory confusion
Date 2025-04-08 17:58 -0700
Organization A noiseless patient Spider
Message-ID <vt4gne$327es$1@dont-email.me> (permalink)
References <vt4gbo$327ec$1@dont-email.me>

Show all headers | View raw


On 4/8/25 5:52 PM, T wrote:
> PowerShell.exe Remove-Item '\ 
> \192.168.240.10\oldserver\Backup\MyDocsBackup\backup6' -Force


oops that should have been

PowerShell.exe Remove-Item -Path 
"\\192.168.240.10\oldserver\Backup\MyDocsBackup\backup6" -Recurse -Force

Back to alt.comp.os.windows-11 | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

powershell remove directory confusion T <T@invalid.invalid> - 2025-04-08 17:52 -0700
  Re: powershell remove directory confusion T <T@invalid.invalid> - 2025-04-08 17:58 -0700

csiph-web