markatdxb

Results 20 comments of markatdxb

> I've pushed an untested snippet to help get past the issue temporarily if the group creation and usage isn't an option - Will update the script further to handle...

bug seems to be fixed - no similar error. now i get different error related to the fact that we already have Catalog based on Dell online repository. Is there...

tried that - getting error that baseline associated with catalog cant be deleted Traceback (most recent call last): File "update_firmware_using_catalog.py", line 659, in delete_online_catalog(IP_ADDRESS, HEADERS) File "update_firmware_using_catalog.py", line 547, in...

actually it would be great if script checks for existing Online catalog and use that instead of creating new one. we dont really want to delete the existing catalog as...

@grantcurell - actually im sorry not coming back to you earlier - buried with other projects. ill run the test again next week and come back to you

@grantcurell - again sorry for delay testing your code. seems to be working as you developed it. It goes and pulls the configuration details of the specific idrac(s) which are...

part of result of running Get-CCMSoftwareUpdate -ComputerName host1 ComputerName : host1 ArticleID : 5001402 BulletinID : ComplianceState : NotPresent ContentSize : 0 Deadline : 5/15/2021 12:00:00 AM Description : Install...

hi ``` Get-CCMSoftwareUpdate -ComputerName $comp | select articleid,evaluationstate ArticleID EvaluationState --------- --------------- 4566516 None 4580325 None 4570505 None 4601887 None 890830 None 5001404 None 4577586 None ``` ``` Invoke-CCMSoftwareUpdate -ComputerName...

I dont see the updates to be invoked :(

Hi, just wanted to check if there is any update on this issue ?