351
Post New Requests Here / Re: Powershell Scripting : VBA adaptation code for locate strings inside word files
« Last post by Contro on February 04, 2021, 12:19 PM »I put this :
$list = Get-ChildItem "$($srce)\*" -Include *.doc* -exclude ~*,*.mem.doc,~*,*.rey.doc,~*,*.CTF.doc,~*,*.anx.doc,~*,*.pry.doc,~*,*.PST.doc, -Recurse # Add more to exclude if necessary
I'll put in a few days the window I wish to deactivate and how I do throught the options in microsoft word.

$list = Get-ChildItem "$($srce)\*" -Include *.doc* -exclude ~*,*.mem.doc,~*,*.rey.doc,~*,*.CTF.doc,~*,*.anx.doc,~*,*.pry.doc,~*,*.PST.doc, -Recurse # Add more to exclude if necessary
I'll put in a few days the window I wish to deactivate and how I do throught the options in microsoft word.


Recent Posts


