Skip to content

Class based DSC resource for managing an OMS Agent Install, Work Space and Proxy settings.

License

Notifications You must be signed in to change notification settings

bentaylorwork/omsAgentDSC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

omsAgent

Requirements

  • PowerShell Version 5
  • Windows O\S

Resources

  • omsAgentInstall Allows for easy installing and uninstalling of the OMS Agent.
  • omsAgentWorkSpace Allows for easy adding and removing a OMS Agent workspace.
  • omsAgentProxy Allows for the easy adding and removing of a proxy.

omsAgentInstall

  • sourcePath OMS Agent installer path
  • ensure Should the OMS Agent be installed

omsAgentWorkSpace

  • workSpaceID OMS workspace ID
  • workSpaceKey OMS workspace Key [pscredential] - Only password used
  • ensure Should the OMS Agent workspace exist

omsAgentProxy

  • url: Proxy URL\IP - Correct Format: proxy.local:443 || Incorrect Format: https://proxy.local
  • credential Proxy Credential if required
  • ensure Should the Proxy exist

Versions

1.0.0.0

  • Initial release with the following resources:
    • omsAgentInstall
    • omsAgentWorkSpace
    • omsAgentProxy

Known Limitations

  • No updating of OMS Agent workspace keys
  • No updating of OMS Agent Proxy password without changing the User Name as well
  • No tests implemented

Contributors

  • Ben Taylor

About

Class based DSC resource for managing an OMS Agent Install, Work Space and Proxy settings.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published