मैं निम्न आदेश चल रहा हूँ:स्वचालित पुष्टि
get-childitem C:\temp\ -exclude *.svn-base,".svn" -recurse | foreach ($_) {remove-item $_.fullname}
कौन मुझे इस तरह का संकेत देता है बहुत बार:
Confirm
The item at C:\temp\f\a\d has children and the Recurse parameter was not specified. If you continue,
all children will be removed with the item. Are you sure you want to continue?
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"):
मैं कैसे यह स्वचालित रूप से सेट कर सकते हैं करने के लिए 'ए' ?
काम करता है पूरी तरह से ... धन्यवाद! – siliconpi
मेरे लिए काम नहीं करता है :( निकालें-आइटम iis: $ IISSitePath -Force – smnbss
@smnbss आपके निकालने-आइटम कमांड –