HTML


<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>

<h1>This is a Heading</h1>
<p>This is a paragraph.</p>

</body>
</html>

PowerShell


get-content $file | ForEach-Object{$user=$_.split('|')[0];$password=$_.split('|')[1];$erroractionpreference = SilentlyContinue";if (get-mailbox $user){C:\Soft\Tools\SendPasswordWarning.ps1 $user $password}}