Advertisement
Guest User

Untitled

a guest
Sep 24th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. Configuration InstallADFS
  2. {
  3.  
  4. param
  5. (
  6. [string[]]$NodeName="localhost",
  7.  
  8. [Parameter(Mandatory)]
  9. [string]$MachineName,
  10.  
  11. [Parameter(Mandatory)]
  12. [string]$DomainName,
  13.  
  14. [Parameter(Mandatory)]
  15. [System.Management.Automation.PSCredential]$Admincreds,
  16.  
  17. [Int]$RetryCount=20,
  18. [Int]$RetryIntervalSec=30
  19. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement