Quantcast
Channel: powershell Issue Tracker Rss Feed
Browsing all 8 articles
Browse latest View live

Created Issue: Replace all pluralized nouns with singular nouns [1]

To be consistent with the rest of PowerShell, pluralized nouns must be replaced with singular nouns.Get-ScheduledTasks should be renamed as Get-ScheduledTask.Any other pluralized commands should be...

View Article



Created Issue: Get-ScheduledTasks has a lot of unneccessary script [2]

You could replace it all with:function Get-ScheduledTask { end { SCHTASKS.EXE /QUERY /FO CSV | ConvertFrom-Csv}}

View Article

Commented Issue: Get-ScheduledTasks has a lot of unneccessary script [2]

You could replace it all with:function Get-ScheduledTask { end { SCHTASKS.EXE /QUERY /FO CSV | ConvertFrom-Csv}}Comments: You are right, but the function has been written in this way for two reasons :...

View Article

Commented Issue: Replace all pluralized nouns with singular nouns [1]

To be consistent with the rest of PowerShell, pluralized nouns must be replaced with singular nouns.Get-ScheduledTasks should be renamed as Get-ScheduledTask.Any other pluralized commands should be...

View Article

Commented Issue: Replace all pluralized nouns with singular nouns [1]

To be consistent with the rest of PowerShell, pluralized nouns must be replaced with singular nouns.Get-ScheduledTasks should be renamed as Get-ScheduledTask.Any other pluralized commands should be...

View Article


Closed Issue: Replace all pluralized nouns with singular nouns [1]

To be consistent with the rest of PowerShell, pluralized nouns must be replaced with singular nouns.Get-ScheduledTasks should be renamed as Get-ScheduledTask.Any other pluralized commands should be...

View Article

Commented Issue: Get-ScheduledTasks has a lot of unneccessary script [2]

You could replace it all with:function Get-ScheduledTask { end { SCHTASKS.EXE /QUERY /FO CSV | ConvertFrom-Csv}}Comments: You are right, but the function has been written in this way for two reasons :...

View Article

Closed Issue: Get-ScheduledTasks has a lot of unneccessary script [2]

You could replace it all with:function Get-ScheduledTask { end { SCHTASKS.EXE /QUERY /FO CSV | ConvertFrom-Csv}}

View Article

Browsing all 8 articles
Browse latest View live




Latest Images