Hello,
I am tring to configure IE setting by using RunDll32.exe.
$Code = 1, 2, 8, 16, 32, 255, 4351
$Operation = "History", "Cookies", "Files", "Form Data", "Password", "All Information", "All Information with extentions"
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess Code[CodeID]
It is possible to configure the day number to keep pages in IE history as below. How can I configure it by Powershell (v2) for IE (v8 and above).