Hi All This is a script to find if an email address is valid or not and also if it is valid produce some information. This is outputed to 2 Csv...
Iannew1
Objects limits 1000 in AD
Hi all I have about 1500 objects. So when i run get-mailbox -resultsize unlimited it fails at 1000. I have found below on the internet, but not sure...
Passing and accessing Arguments
Hi I have run this command successfully. $userlist = get-content "c:userlist.txt" $MailboxInfo = ForEach ($user in $userlist) {...
Date range -searchquery
Hi All I have been trying to get this to work in a script with no joy. The command works if i remove " SearchQuery {(Received -lt...
Using Regex HTML and If
Hi Thanks to people from this forum i managed to get a nice ping script (pings x number of servers) which i added to a schedule, but now i get allot...
Output to email not working
Hi All This is whitespace report works as an email attachment but not as an email e.g. information in capacity.html not embedded in the email. I...
Colour output in a script not working
Hi I have this simple script that reads a file (list of servers) and pings it and outputs if pinging the word up in green is displayed next to...
General rule of outputing to email powershell commands
I run one line powershell commands which work well but i would like to email them on a schedule task What i would like to know is there a general...