#PSTip Exploring DSC resources
Note: This tip requires PowerShell 4.0 or above. In Windows Server 2012 R2 RTM build, Microsoft added a cmdlet called Get-DSCResource.
Read MoreNote: This tip requires PowerShell 4.0 or above. In Windows Server 2012 R2 RTM build, Microsoft added a cmdlet called Get-DSCResource.
Read MoreIn an earlier article, I showed you copying DSC resources and PowerShell modules to remote computers. In that article, I showed a method to authorize remote computers to access the UNC path.
Read MoreIn an article about copying DSC custom resources to remote systems, I talked about setting computer account permissions. Many of us, including me, may not always want to do that given the number of computers to be managed or various other security …
Read MoreIn an earlier article, I showed you a custom DSC resource I built for managing hosts file entries, but I did not tell you that the custom DSC resource must exist on the remote system at a predefined path.
Read MoreNote: This tip requires PowerShell 4.0 and Windows Server 2012 R2 or Windows 8.1. When using the File resource in DSC, a confusing aspect to beginners is how to create an empty folder.
Read MoreDesired State Configuration is a new feature added to PowerShell 4.0 and Windows Server 2012 R2. DSC is a platform for deployment and management of configuration data.
Read More