In Powershell...if I have a url like this http://www.domain.com/folder1/thisfile.aspx.
How do I go about stripping this down? I basically want to take out the http://, then change all the slashes ("/") into underscores ("_"). My goal is to dynamically create a file name from a site url. Please help.