I need to receive an email with the last backup status from more then 100 servers (2008 version) .
I cannot use remote powershell (ps remote ) because remote powershell is disabled in my network (security rule ) but i am allowed to use scripts that are located locally on all servers.
I used a script that was collecting backup status from all the servers , but I used remote powershell( ps remote sessions ) and the solution was rejected by the Information Security Officer.
It is a possibility to send the backup status from all 100 servers to a shard folder and then send an email from there?
It is another way to do this?