Guest User

Untitled

a guest
Jan 22nd, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. #$configData = @{
  2. @{
  3. AllNodes = @(
  4. @{
  5. NodeName = "*"
  6. PSDscAllowPlainTextPassword = $true
  7. },
  8.  
  9. @{
  10. NodeName = "fabfiberserver"
  11. Role = "WebServer,SqlServer"
  12. }
  13. );
  14. }
  15.  
  16. # Note: different 1st line for RM or command line invocation
  17. # use $configData = @{ for RM
  18. # use @{ for running from command line
Add Comment
Please, Sign In to add comment