Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Update PowerShell module load #11

Closed
DataGuys opened this issue Dec 28, 2020 · 1 comment
Closed

Update PowerShell module load #11

DataGuys opened this issue Dec 28, 2020 · 1 comment
Assignees
Labels
wontfix This issue will not be incorporated

Comments

@DataGuys
Copy link

馃殌 Feature Proposal

PowerShell modules on Windows 10 do not load properly the first run and PowerShell needs to be run as administrator for those modules to install properly.

Motivation

Cleaner way to get this going and run the script direct from the raw Github content for security.

Example

Install-Module CloudConnect -AllowClobber
Install-Module AzureAD -AllowClobber
Install-Module MSOnline -AllowClobber

Import-Module CloudConnect -Global
Import-Module AzureAD -Global
Import-Module MSOnline -Global

Set-Location $env:USERPROFILE\desktop
$SparrowGitHub = Invoke-WebRequest "https://raw.githubusercontent.com/cisagov/Sparrow/develop/Sparrow.ps1"
Invoke-Expression $($SparrowGitHub.Content)

Pitch

Why does this feature belong in this project?

@DeemOnSecurity DeemOnSecurity added the improvement This issue or pull request will add new or improve existing functionality label Dec 30, 2020
@DeemOnSecurity DeemOnSecurity self-assigned this Dec 30, 2020
@DeemOnSecurity
Copy link
Contributor

Upon further discussion, this is not a change we will implement.

@DeemOnSecurity DeemOnSecurity added wontfix This issue will not be incorporated and removed improvement This issue or pull request will add new or improve existing functionality labels Jan 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
wontfix This issue will not be incorporated
Projects
None yet
Development

No branches or pull requests

2 participants