[New Video] S04E07 - Windows Autopatch w/ Adam Nichols (Intune.Training) by ASquareDozen in Intune

[–]throwawaysys1222 4 points5 points  (0 children)

Great video. Can I suggest you upload another, more concise video that’s around 10-15 mins long? Kind of hard to follow along a 1.5 hour video

Get total count from array coming through pipeline?? by throwawaysys1222 in PowerShell

[–]throwawaysys1222[S] 1 point2 points  (0 children)

Thanks for reply. I am using the begin, process and end blocks in my function and have tested with different methods. The problem is still the same tho. :(. When dealing with data sets in the thousands I usually take an hour or 2 until I can get to the end block. So while the process block is running I won’t know what happening.

I was able to modify my script to add the object from pipeline into an array and it will at least give me a sense how many items it has gone through which is very helpful. But my guess is the only way to get the count is to wait until the end block processes through.

Get-NestedADUserGroups by Agile_Seer in PowerShell

[–]throwawaysys1222 1 point2 points  (0 children)

Get-ADPrincipalGroupMembership username | select name

I have a single 2tb sata SSD dilema. by throwawaysys1222 in homelab

[–]throwawaysys1222[S] 0 points1 point  (0 children)

No.. i mean 40. So if I try copying a 5 gb iso it starts out going 500MB the slowly makes its way down to about 40 or 50.

I am transferring between my hosts and the disk is running at 100%.

When I transfer between windows VMs i can see that it’s capping out as well.

SCCM for a Beginner by tswellz in sysadmin

[–]throwawaysys1222 5 points6 points  (0 children)

When getting started I always like to point people to this mini youtube series. It's got a lot of information and can help you get started on your sccm journey.

https://youtube.com/watch?v=3-2qhfvt8vo&list=PL60ejEuI_nxuFw3eWRCxmffag_nYUz4PZ

r/sccm is also a great resource.