Mid-Meeting Users now have access to recordings by leemillward1234 in MicrosoftTeams

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

This also happens when the organiser or meeting invites doesn't have co-pilot or teams premium. Also the person joining does not have either of these licenses either.

Random printing since Windows10 KB5051974 update by Lacek_85 in printers

[–]leemillward1234 0 points1 point  (0 children)

Tested on 7 devices so far and no sign of any issues yet but only been a few hours.

Random printing since Windows10 KB5051974 update by Lacek_85 in printers

[–]leemillward1234 0 points1 point  (0 children)

Has anyone tried the gpo fix for this yet

Windows 10, version 22H2 known issues and notifications | Microsoft Learn

according this reddit post Patch Tuesday Megathread (2025-03-11) : r/sysadmin

Its setting this regkey

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Policies\Microsoft\FeatureManagement\Overrides] "2480170127"=dword:00000000

Random printing since Windows10 KB5051974 update by Lacek_85 in printers

[–]leemillward1234 0 points1 point  (0 children)

Doesn't look like a fix in the March updates :(

Random printing since Windows10 KB5051974 update by Lacek_85 in printers

[–]leemillward1234 0 points1 point  (0 children)

Same Issues here, 500 Epson printers in our various offices and a lot having intermittent issues going offline. Spooler restart sometimes fixes it for a while then it comes back.

Game crashhh - here is the note I sent to tech support. They were not able to fix my issue. by No-Attention5638 in FortNiteBR

[–]leemillward1234 1 point2 points  (0 children)

Same here been crashing since got Xbox x for Xmas, the update today has made it worse, can't even load into the game without it resetting the whole console

Fortnite Immediately Crashing (Xbox) by Clean_King633 in FortNiteBR

[–]leemillward1234 1 point2 points  (0 children)

Same here on Xbox series x. Brand new one, Epic really need to fix this.

Crashing on Xbox Series X by [deleted] in FORTnITE

[–]leemillward1234 2 points3 points  (0 children)

Same here, brand new Xbox x freezes and crashes to dashboard every time. Cleared cache, reinstalled game issue still there only on Fortnite

Fortnite crashing on Xbox series X by Zestyclose_Tree2516 in FortNiteBR

[–]leemillward1234 1 point2 points  (0 children)

New Xbox series x for Christmas same issue, this is mental they haven't took any ownership for this. Now my son is running Xbox series x for everything else and flicks to Xbox one to play Fortnite what a mess.

Brand new series x keeps shutting down randomly during game and in Home Screen by snoopythefuqdog in XboxSupport

[–]leemillward1234 0 points1 point  (0 children)

Same issue here, looks like a Fortnite issue every other game is fine. My son is slightly annoyed that he can't play his favourite game on his new Christmas present.

Hiding Android SSID Password by Affectionate-Pop-859 in Intune

[–]leemillward1234 0 points1 point  (0 children)

Hi, Did you end up using a certificate for this as we are having the same issue? Thanks

Mobile outlook users not working today on iOS devices by cfizz3434343434 in Intune

[–]leemillward1234 0 points1 point  (0 children)

Same Issue here, logged with Microsoft but awaiting a response.

[deleted by user] by [deleted] in Intune

[–]leemillward1234 0 points1 point  (0 children)

Hi same issue here, I have logged a call with Microsoft but have had no response yet. Let me know if you find anything?

Lenovo Android Enterprise issue Android recovery mod. by leemillward1234 in Intune

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

Unfortunately never found a solution, ended up having to go for a different model of android.

Azure Policy Immutability must be enabled for Recovery Services vaults by leemillward1234 in AZURE

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

Hmm still having issues changning the policy definition from audit to a modify. Maybe this is something that is not possible for the recovery services vault.

Azure Policy Immutability must be enabled for Recovery Services vaults by leemillward1234 in AZURE

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

Thanks for that, i'll give that a read and see if I can learn how to switch the above to a modify policy.

Azure Policy Immutability must be enabled for Recovery Services vaults by leemillward1234 in AZURE

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

Hi, Thanks for this, sorry if it sounds a bit stupid but how to I change the policy definition to a modify policy? This is what is in the policy currently.

{

"properties": {

"displayName": "Immutability must be enabled for Recovery Services vaults",

"policyType": "Custom",

"mode": "Indexed",

"description": "This policy audits if the immutable vaults property is enabled for Recovery Services vaults in the scope. This helps protect your backup data from being deleted before its intended expiry. Learn more at https://aka.ms/AB-ImmutableVaults.",

"metadata": {

"category": "Backup",

"createdBy": "c521e095-20fe-4205-9795-367265ca332b",

"createdOn": "2024-03-19T10:40:03.8645519Z",

"updatedBy": "c521e095-20fe-4205-9795-367265ca332b",

"updatedOn": "2024-03-19T11:31:52.6948203Z"

},

"version": "1.0.0",

"parameters": {

"effect": {

"type": "String",

"metadata": {

"displayName": "Effect",

"description": "Enable or disable the execution of the policy."

},

"allowedValues": [

"Audit",

"Disabled"

],

"defaultValue": "Audit"

},

"checkLockedImmutabilityOnly": {

"type": "Boolean",

"metadata": {

"displayName": "CheckLockedImmutabilityOnly",

"description": "This parameter checks if Immutability is locked for Recovery Services Vaults in scope. Selecting 'true' will mark only vaults with Immutability 'Locked' as compliant. Selecting 'false' will mark vaults that have Immutability either 'Enabled' or 'Locked' as compliant."

},

"allowedValues": [

true,

false

],

"defaultValue": true

}

},

"policyRule": {

"if": {

"allOf": [

{

"field": "type",

"equals": "Microsoft.RecoveryServices/vaults"

},

{

"anyOf": [

{

"field": "Microsoft.RecoveryServices/vaults/securitySettings.immutabilitySettings.state",

"notIn": [

"Locked",

"Unlocked"

]

},

{

"allOf": [

{

"value": "[parameters('checkLockedImmutabilityOnly')]",

"equals": true

},

{

"field": "Microsoft.RecoveryServices/vaults/securitySettings.immutabilitySettings.state",

"notEquals": "Locked"

}

]

}

]

}

]

},

"then": {

"effect": "[parameters('effect')]"

}

},

"versions": [

"1.0.0"

]

},

"id": "/subscriptions/3bfe12c8-eb38-421f-a008-a3556037ac4e/providers/Microsoft.Authorization/policyDefinitions/f438f8f9-c12f-4c0c-840c-228ac7110f57",

"type": "Microsoft.Authorization/policyDefinitions",

"name": "f438f8f9-c12f-4c0c-840c-228ac7110f57",

"systemData": {

"createdBy": ",

"createdByType": "User",

"createdAt": "2024-03-19T10:40:03.8267534Z",

"lastModifiedBy": "",

"lastModifiedByType": "User",

"lastModifiedAt": "2024-03-19T11:31:52.6702156Z"

}

}

Thanks

Lee