Premium Blog Content Initiative
Category: SCCM
A few Bytes too many I have one volume on XFS on a VDO (Legacy) partition, this volume hosts all of my docker containers and resides on a physical RAID
The passion of Retro Computing, combined with a love of legacy technologies. I’ve been working on a another area of the site, regarding retro computing and will have it done
Deleting a volume that cinder won’t delete (Error Deleting) if a volume goes into a state of error_deleting, you can still manually delete it, this is caused usually by amqp
If you have added the lastLogonTimestamp field into the AD System Discovery, you can use this SQL Statement:
Query to determine machines less than a PentiumÂ
So that one is great and all, but here’s one that presents a little more detail
select distinct ( name0 ) , creation_date0 , datediff ( day , creation_date0 , { fn Now ()}) as Age , CLIENT0 , ad_site_name0 , active0 from v_r_system where (
This handly little SQL Script will get you a count of all Machines in SCCM by Operating System: Â select count ( operating_system_name_and0 ) as Total , operating_system_name_and0 from v_r_system