Guest User

Untitled

a guest
Mar 14th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. @{
  2. AllNodes = @(
  3. @{
  4. NodeName = $env:COMPUTERNAME;
  5. PSDscAllowPlainTextPassword = $true;
  6. PSDscAllowDomainUser = $true;
  7. FarmAdmin = "dunite\spfarm";
  8. FarmDomainAdmin = "dunite\administrator";
  9.  
  10. #region Parameters
  11. Passphrase = "ange"
  12. DomainName = "ange"
  13. DomainNetBIOS = "ange"
  14. ProductKey = "ange"
  15. LanguagePackPath = "C:\dsc\DSC\SP2016LanguagePack"
  16. SharePointBinaryPath = "C:\dsc\DSC\SP2016Binaries"
  17. SQLBinaryPath = ""
  18. SXSLocalPath = "c:\SXS" # The content from the Network Share will be copied locally at that location;
  19. SXSRemotePath = "C:\dsc\DSC\SXS\"
  20. SQLServerName = "ange";
  21. #endregion
  22. }
  23. )}
Add Comment
Please, Sign In to add comment