No need to do anything, this traffic is steered through Netskope by
default. Rather the opposite: This page relies on Netskope data center's
egress IP detection. A bypass would cause a result like "You are using a
Netskope NewEdge data center in an u...
In order to suppress empty lines, "sed" did not work for me but "where":
PS C:\Users\Public\netSkope> tshark -r ./nspktdump.pcap -T fields -e
tls.handshake.extensions_server_name | where {$_ -ne
""}accounts.google.comnexusrules.officeapps.live.comPS
...