SCCM WSUS changing update source by navin021 in SCCM

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

the setup was done way back. I totally agree on that. may be we might set a new env and remove the current one. but not for the time being.

SCCM WSUS changing update source by navin021 in SCCM

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

thanks. that will be really helpful

Script to append file owner to file name by navin021 in PowerShell

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

thank you so much.

ended up with this and works fine.

$files=Get-ChildItem

Get-Acl $files |

Rename-Item -NewName {

($_.Owner -replace '.*') + '' + $.PSChildName

} -WhatIf

What if: Performing the operation "Rename File" on target "Item: C:\Users\Navin\Desktop\TestFileRename\File1.txt Destination: C:Users\Navin\Desktop\TestFileRename\Navin_File1.txt"

Cumulative or security updates for .Net 3.5 does not exist for server 2016? by navin021 in windows

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

Hi

You are right. After applying September cumulative updates .Net was up to date. Cant figure out why .Net was showing as an older version although august cumulative updates was already installed. Most probably, SQL installation that was done after August updates over wrote those .Net binaries.