Skip to content

Commit

Permalink
update dsc
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvand committed Jan 16, 2025
1 parent 60f3673 commit f30e196
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 15 deletions.
Binary file modified Azure Resource Manager/SharePoint-ADFS/dsc/ConfigureDCVM.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,7 @@ configuration ConfigureFEVM
WindowsFeature AddADLDS { Name = "RSAT-ADLDS"; Ensure = "Present"; }
WindowsFeature AddADCSManagementTools { Name = "RSAT-ADCS-Mgmt"; Ensure = "Present"; }
DnsServerAddress SetDNS { Address = $DNSServerIP; InterfaceAlias = $InterfaceAlias; AddressFamily = 'IPv4' }
NetConnectionProfile SetNetworkInterfaceToPrivate {
InterfaceAlias = $InterfaceAlias; NetworkCategory = 'Private'
}


# # xCredSSP is required forSharePointDsc resources SPUserProfileServiceApp and SPDistributedCacheService
# xCredSSP CredSSPServer { Ensure = "Present"; Role = "Server"; DependsOn = "[DnsServerAddress]SetDNS" }
Expand Down
Binary file modified Azure Resource Manager/SharePoint-ADFS/dsc/ConfigureFELegacy.zip
Binary file not shown.
4 changes: 1 addition & 3 deletions Azure Resource Manager/SharePoint-ADFS/dsc/ConfigureFESE.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,7 @@ configuration ConfigureFEVM
DnsServerAddress SetDNS {
Address = $DNSServerIP; InterfaceAlias = $InterfaceAlias; AddressFamily = 'IPv4'
}
NetConnectionProfile SetNetworkInterfaceToPrivate {
InterfaceAlias = $InterfaceAlias; NetworkCategory = 'Private'
}


# # xCredSSP is required for SharePointDsc resources SPUserProfileServiceApp and SPDistributedCacheService
# xCredSSP CredSSPServer { Ensure = "Present"; Role = "Server"; DependsOn = "[DnsServerAddress]SetDNS" }
Expand Down
Binary file modified Azure Resource Manager/SharePoint-ADFS/dsc/ConfigureFESE.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,7 @@ configuration ConfigureSPVM
WindowsFeature AddADLDS { Name = "RSAT-ADLDS"; Ensure = "Present"; }
WindowsFeature AddADCSManagementTools { Name = "RSAT-ADCS-Mgmt"; Ensure = "Present"; }
DnsServerAddress SetDNS { Address = $DNSServerIP; InterfaceAlias = $InterfaceAlias; AddressFamily = 'IPv4' }
NetConnectionProfile SetNetworkInterfaceToPrivate {
InterfaceAlias = $InterfaceAlias; NetworkCategory = 'Private'
}


# xCredSSP is required forSharePointDsc resources SPUserProfileServiceApp and SPDistributedCacheService
xCredSSP CredSSPServer { Ensure = "Present"; Role = "Server"; DependsOn = "[DnsServerAddress]SetDNS" }
Expand Down
Binary file modified Azure Resource Manager/SharePoint-ADFS/dsc/ConfigureSPLegacy.zip
Binary file not shown.
4 changes: 1 addition & 3 deletions Azure Resource Manager/SharePoint-ADFS/dsc/ConfigureSPSE.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,7 @@ configuration ConfigureSPVM
DnsServerAddress SetDNS {
Address = $DNSServerIP; InterfaceAlias = $InterfaceAlias; AddressFamily = 'IPv4'
}
NetConnectionProfile SetNetworkInterfaceToPrivate {
InterfaceAlias = $InterfaceAlias; NetworkCategory = 'Private'
}


# xCredSSP is required forSharePointDsc resources SPUserProfileServiceApp and SPDistributedCacheService
xCredSSP CredSSPServer {
Expand Down
Binary file modified Azure Resource Manager/SharePoint-ADFS/dsc/ConfigureSPSE.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ configuration ConfigureSQLVM
WindowsFeature AddADPowerShell { Name = "RSAT-AD-PowerShell"; Ensure = "Present"; }

DnsServerAddress SetDNS { Address = $DNSServerIP; InterfaceAlias = $InterfaceAlias; AddressFamily = 'IPv4' }
NetConnectionProfile SetNetworkInterfaceToPrivate {
InterfaceAlias = $InterfaceAlias; NetworkCategory = 'Private'
}


Script EnableFileSharing {
GetScript = { }
Expand Down
Binary file modified Azure Resource Manager/SharePoint-ADFS/dsc/ConfigureSQLVM.zip
Binary file not shown.

0 comments on commit f30e196

Please sign in to comment.