firefox15

SureBackup - Start Exchange Services

Oct 18th, 2019
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [CmdletBinding()]
  2. param (
  3.     [Parameter(Mandatory=$true)]
  4.     [ipaddress]$serverIP
  5. )
  6.  
  7. Get-Service -ComputerName $serverIP -Include '*Exchange*' | Start-Service
Add Comment
Please, Sign In to add comment