powershell access to url in incognito mode code example
Example: powershell open chrome url in incognito
[System.Diagnostics.Process]::Start("chrome.exe","--incognito $url")
[System.Diagnostics.Process]::Start("chrome.exe","--incognito $url")