Jan Egil Ring

Results 26 issues of Jan Egil Ring

The [AzSubCleanerTimeTrigger function](https://github.com/FBoucher/AzSubscriptionCleaner/blob/master/azure-function/AzSubCleanerTimeTrigger/run.ps1) should have error handling for Get-AzResource (line 17). I was involved in a case where Get-AzResource failed on some runs, causing some resource groups which had resources...

enhancement
help wanted
hacktoberfest-accepted

I am leveraging Invoke-Parallel to process VM actions in parallel in an Azure Automation runbook: $AzureRMVMs | Invoke-Parallel -ScriptBlock { $ARMVM = $PSItem $VMStatus = $ARMVM | Get-AzureRmVM -Status |...

In PowerShell Core 6.2, this error is returned: `Invoke-ScheduledTask : The term 'Register-ScheduledJob' is not recognized as the name of a cmdlet, function, script file, or operable program.` Since the...

help wanted

Currently (module version 1.9.6), when using Get-MgReportApplicationSign - it does not return information about Service Principal sign-ins. You have to specifically request them, by adding the “signInEventTypes/any(t:t eq ‘servicePrincipal’)” filter...

## To Reproduce ``` apt show gss-ntlmssp ``` ## Observed Behavior ``` N: Unable to locate package gss-ntlmssp ``` ## Expected behavior ``` apt show gss-ntlmssp Package: gss-ntlmssp Version: 0.7.0-4build3...

bug
Area-image
Triage-needed

Scenario: An Azure Function connected to a VNet have access to on-premises Windows servers it needs to remote into. To accomplish this, we would need to add the names/IP addresses...

Adds Description and Notes to Active Directory and SC VMM Dynamic Folders as requested in https://github.com/royalapplications/toolbox/pull/14 Also, you mentioned "please make sure the Notes section of the dynamic folder has...

### Summary of the new feature / enhancement By design, interactive use of PowerShell via Remoting does not support interactive console applications - as these requires a full console. Remoting...

Issue-Enhancement
WG-Interactive-Console
WG-Remoting

When sending HTML-reports via e-mail, the HTML is not rendered the same way in Outlook as a web browser. Here is an example: $html = Get-Content '~\Desktop\PScribo Demo 1.html' Send-MailMessage...

### Brief description of your issue The log file for the WinGet bootstrapping outputs the following: `The term 'winget' is not recognized as a name of a cmdlet, function, script...

Issue-Bug
PowerShell