PowerShell, Web, Web scraping PowerShell #The class attribute specifies one or more classnames for an element. The class attribute is mostly used to point to a class in a style sheet. $web = iwr "https://www.jesusninoc.com/" $web.AllElements | select class 123 #The class attribute specifies one or more classnames for an element. The class attribute is mostly used to point to a class in a style sheet.$web = iwr "https://www.jesusninoc.com/"$web.AllElements | select class