MarioParty1
MarioParty1
Sample_xDscWebServiceRegistrationWithSecurityBestPractices.ps1 Psscriptanalyzer: The variable 'thumbprint' is assigned but never used. (PSUseDeclaredVarsMoreThanAssignments) Own analyse: parameter mismatch: $thumbprint on line 14 should be $certificateThumbPrint to match the $certificateThumbPrint parameters on line 49...
Sample_xDscWebServiceRegistrationWithSecurityBestPractices.ps1 After running the corrected Sample_xDscWebServiceRegistrationWithSecurityBestPractices.ps1 a warning pop-ups that the refers to the 'PSDesiredStateConfiguration' module while the experimental 'xPSDesiredStateConfiguration' is still used. I don't even have the non-experimental 'PSDesiredStateConfiguration'...
Sample_xDscWebServiceRegistrationWithSecurityBestPractices.ps1 New? parameter is missing in example file and can be added: Enable32BitAppOnWin64
Sample_xDscWebServiceRegistrationWithSecurityBestPractices.ps1 Please use the same case sensitive style for the following parameters + comments everywhere in the example file: CertificateThumbPrint RegistrationKey Here below some line examples where case sensitive is...
Sample_xDscWebServiceRegistrationWithSecurityBestPractices.ps1 It seems like i am facing SSL/TLS issues with the Security settings based on the Example file https://powershell.org/forums/topic/dsc-pull-server-with-ssl/ I am trying these settings now and play around with the...
Sample_xDscWebServiceRegistrationWithSecurityBestPractices.ps1 The following parameter is missing in the example file: For the DSC LCM Client, when the DSC Pull server is running with a SSL Website, the LCM agent example...
Sample_xDscWebServiceRegistrationWithSecurityBestPractices.ps1 The following points are not part of some ReadMe at all: 1: Clarify generating and applying the .MOF file better to install the DSC server in the Example file...
Sample_xDscWebServiceRegistrationWithSecurityBestPractices.ps1 Line 18: Should be "Section DSC Pull Server" instead of "Section DSC Client"
Sample_xDscWebServiceRegistrationWithSecurityBestPractices.ps1 Line 68: Sample_xDscWebServiceRegistrationWithSecurityBestPractices -RegistrationKey $registrationkey -certificateThumbPrint $certificateThumbPrint Line 109: Sample_MetaConfigurationToRegisterWithSecurePullServer -RegistrationKey $registrationkey These lines affect the Arguments Section line 13/16: $thumbprint = (New-SelfSignedCertificate -Subject "TestPullServer").Thumbprint $registrationkey = [guid]::NewGuid() The...
Sample_xDscWebServiceRegistrationWithSecurityBestPractices.ps1 Line 46: EndpointName = "PSDSCPullServer" Clarify the parameter: Name that is used for the IIS Website + "Issued To" and "Issued By" for a self signed certificate.