dscresourcekit
By:
|
209 downloads
|
Last Updated: 7/13/2018
|
Latest Version: 1.0.1
Configuration that stops and then removes a Windows service. |
By:
|
208 downloads
|
Last Updated: 7/13/2018
|
Latest Version: 1.0.1
Configuration that starts a process under the given credential, that is provided in the given file path with the specified arguments. |
By:
|
207 downloads
|
Last Updated: 7/13/2018
|
Latest Version: 1.0.1
Configuration that downloads a file using proxy. |
By:
|
205 downloads
|
Last Updated: 7/13/2018
|
Latest Version: 1.0.1
Enables one or more Windows optional features with the specified name and outputs a log to the specified path. |
By:
|
204 downloads
|
Last Updated: 7/13/2018
|
Latest Version: 1.0.1
Configuration that stops the process under the given credential, that is provided in the given file path, where the argument matches, and if the process is running. |
By:
|
200 downloads
|
Last Updated: 7/13/2018
|
Latest Version: 1.0.1
Configuration that adds a role or feature, and outputs a log to the specified file. |
By:
|
198 downloads
|
Last Updated: 7/13/2018
|
Latest Version: 1.0.1
Uninstalls the MSI file with the product ID: '{DEADBEEF-80C6-41E6-A1B9-8BDB8A05027F}' at the path: 'file://Examples/example.msi'. |
By:
|
197 downloads
|
Last Updated: 7/13/2018
|
Latest Version: 1.0.1
Configuration that adds a role or feature, using the given credentials. |
By:
|
196 downloads
|
Last Updated: 7/13/2018
|
Latest Version: 1.0.1
Configuration that creates a new registry key called MyNewKey as a sub-key under the key 'HKLM:\SYSTEM\CurrentControlSet\Control\Session Manager\Environment'. |
By:
|
195 downloads
|
Last Updated: 4/3/2019
|
Latest Version: 1.0.0
This configuration enables the network adapter named Ethernet. |
By:
|
194 downloads
|
Last Updated: 7/13/2018
|
Latest Version: 1.0.1
Configuration that creates a new registry key with a value. |
By:
|
192 downloads
|
Last Updated: 7/13/2018
|
Latest Version: 1.0.1
Configuration that installs an .exe using credentials, and uses another set of credentials to access the installer. Also uses custom registry data to discover the package. |
By:
|
189 downloads
|
Last Updated: 7/25/2018
|
Latest Version: 1.0.1
Configuration that creates a file at the given file path with the specified content, using the xScript resource. If the content of the file is changed, the configuration will update the file content to match the content in the configuration. |
By:
|
189 downloads
|
Last Updated: 4/3/2019
|
Latest Version: 1.0.0
Request and Accept a certificate from an Active Directory Root Certificate Authority. This certificate is issued using an subject alternate name with multiple DNS addresses. This example is allowing storage of credentials in plain text by setting PSDscAllowPlainTextPassword to $true. Storing passwords in plain text is not a good practice and is pr... More info |
By:
|
186 downloads
|
Last Updated: 7/13/2018
|
Latest Version: 1.0.1
Configuration that creates and registers a new session configuration endpoint. |
By:
|
185 downloads
|
Last Updated: 7/13/2018
|
Latest Version: 1.0.1
Configuration that make sure a group exist and have the correct members. If the group does not exist, adds the users and make sure the members of the group are only those that are in the configuration. If the group already exists and if there are any members not in the configuration, those members will be removed from the group, and any missing me... More info |
By:
|
184 downloads
|
Last Updated: 7/13/2018
|
Latest Version: 1.0.1
Configuration that expands the archive located at 'C:\ExampleArchivePath\Archive.zip' to the destination path 'C:\ExampleDestinationPath\Destination'. Since Validate is specified as $true and the Checksum parameter is specified as SHA-256, the resource will check if the SHA-256 hash of the file in the archive matches the SHA-256 hash of the corres... More info |
By:
|
184 downloads
|
Last Updated: 7/13/2018
|
Latest Version: 1.0.1
Configuration that creates or modifies an environment variable containing paths. If the environment variable does not exist, the environment variable is created, and the paths will added as values. If the environment variable already exist, an either of the new path values do not exist in the environment variable, they will be appended without modi... More info |
By:
|
184 downloads
|
Last Updated: 7/13/2018
|
Latest Version: 1.0.1
Configuration that creates or modifies an environment variable. If the environment variable does not exist, the environment variable is created, and the value will be added. If the environment variable already exist, and the value differs, then the value will be changed. |
By:
|
184 downloads
|
Last Updated: 4/3/2019
|
Latest Version: 1.0.0
Rename the first three network adapters with Driver Description matching 'Hyper-V Virtual Ethernet Adapter' in consequtive order to Cluster, Management and SMB and then enable DHCP on them. |