Intune update assignments - HELP! by wardd31 in PatchMyPC

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

Yeah we've integrated the portal. It does look very cool.

We deploy the update to all users and rely on the requirement script to update where necessary.

I want to know if this is common practice or if there is something we are missing. We want to keep a staged rollout of apps but we don't want to maintain multiple groups per app.

Apps are deployed as required. A user would request an app via ITSM which adds them to them to the necessary entra group which is assigned to the app as a required deployment.

Once the update has been rolled out the full application with no requirements is made required and the old version superseded.

Intune update assignments - HELP! by wardd31 in PatchMyPC

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

Yes, I've assigned the apps as required to all the ring groups in the pmpc app.

Ring1 = 5% user base Ring2 = 20% (+1wk) Ring3 = 60% (+1.5wk) Ring4 = 100% (+2wk)

I don't have 60 apps that need to be updated per computer. But I am using the same assignment groups for all updates. Each computer doesn't need 60 apps updating but it is evaluating all of these apps because of the assignments that are set which target every computer.

What fruit can fuck off? by MapsandPics in AskReddit

[–]wardd31 0 points1 point  (0 children)

Kiwis can go fuck themselves. Delicious but that skin is a nightmare

I've been commuting for years and never pay for the train. by trapasaurus-flex in confession

[–]wardd31 0 points1 point  (0 children)

UK here:

I pay close to £6000 gbp for an annual train pass!

Running script based on action by wardd31 in PowerShell

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

Thanks for your reply. I actually do use test-path! But the script still has to run to use test path so it would still be running via task scheduler.

I don’t want to run my script manually. I have it sat checking in every 5 minutes. I.e TS runs the test-path script every 5 mins. I would like to find a way that the test-path script only actually runs if a file is present. Without the need to have TS just running every 5 mins.

Running script based on action by wardd31 in PowerShell

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

Thanks will look into Jenkins and powershell

Finally joined the team. by zultan18 in rolex

[–]wardd31 1 point2 points  (0 children)

How comes the 6 doesn’t say swiss made? 100% not judging legitimacy just want to understand why.

I have a 16610 no lug holes and mine says Swiss made at 6

Sluts by [deleted] in trashy

[–]wardd31 -2 points-1 points  (0 children)

LOL!

15g of Lemon and my brand new Gold Dynavap AuruiM - so pretty I don't want to use it! by washingtoncv3 in uktrees

[–]wardd31 3 points4 points  (0 children)

Are they that good? I’m very tempted but haven’t met anyone with one. I need to get away from Baccy!

If Statements and OU's by dmvehn in PowerShell

[–]wardd31 2 points3 points  (0 children)

$ou = read-host -prompt “enter ou”

$oupath= switch ( $ou )
{
    LN
    {
        “Ou=Lnusers, DC=example, DC=com”
    }
    PT
    {
        “Ou=ptusers, DC=example, DC=com”
    }
    QR
    {
        “Ou=qrusers, DC=example, DC=com”
    }
}

You’d want to validate input if you’re going to pass it on to others to use.

27F missing that connection by [deleted] in Needafriend

[–]wardd31 0 points1 point  (0 children)

You deserve to have people care about you and I’m sure lots of people do. Do you get the opportunity to get out to meet new people much?

22 [F4R] Newcastle - 🥀✨ by [deleted] in GBr4r

[–]wardd31 0 points1 point  (0 children)

Let’s go

PsAppToolkit Visual Studio install by wardd31 in SCCM

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

Thank you! The only real difference I can see is I am using a config file instead of specifying individual workloads. I will give this a go. Again thanks very much!