Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃殌 Feature request: External modules and session configurations support #9

Open
2 tasks
megastary opened this issue Aug 30, 2021 · 1 comment
Open
2 tasks
Assignees
Labels
core functionality A functionality that needs to be implemented documentation Improvements or additions to documentation enhancement New feature or request

Comments

@megastary
Copy link
Member

Our goal is to be able to configure and run Lazy Admin commands against as many modules and session types as possible.

Microsoft Exchange 2013

  • Tested
  • Works

Using command below (or variant of it) should work when called from Lazy Admin UI.

Invoke-Command -ConfigurationName Microsoft.Exchange -ConnectionUri http://$ServerName/powershell/ -Authentication Kerberos -Credential $Global:CredentialObject -AllowRedirection -ScriptBlock {Get-Mailbox}
@megastary megastary added the enhancement New feature or request label Aug 30, 2021
@megastary megastary self-assigned this Aug 30, 2021
@megastary megastary added this to To do in Lazy Admin .NET via automation Aug 30, 2021
@megastary megastary added core functionality A functionality that needs to be implemented documentation Improvements or additions to documentation labels Aug 30, 2021
@megastary
Copy link
Member Author

Each module/session should be documented and provide basic information how to setup command configuration in order to make it work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core functionality A functionality that needs to be implemented documentation Improvements or additions to documentation enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant