WSUS on secondary SCCM site

By ivan

WSUS on Secondary Site   Generally speaking if everything is OK you install WSUS role with the same setup as your primary site, launch the console once, close it, install SUP from the SCCM  and…

SharePoint 2013 Instalation Tips

By ivan

Studying for SharePoint 2013 exam, I’ve decided to install it in my lab and as usual I had some issues. I was thinking to use SQL server on premises used for SCCM 2012 R2 test…

Redirect New Workstations to a certain OU

By ivan

Find the Distinguished Name of the OU to which you want to redirect all new computers dsquery ou -name <OU-Name> EXAMPLE – dsquery ou –name “DOMAIN WORKSTATIONS” Use redircmp Distinguished Name found with dsquery Run…

Tested guide for upgrade 2003 domain to 2012

By ivan

Raise domain/forest functional level to 2003 Domain is raised from AD users and computers Forest is raised from AD Domains and Trusts Prepare AD for 2012 The command adprep is located on your Server 2012…

RWMC

By ivan

Tested…. and it works on 7, 8.1, 10, server 2012 r2 https://github.com/giMini/RWMC

Install/Uninstall Feature PowerShell Server 2012 Quick Notes

By ivan

To get the list of all features(feature names are in the second column, Windows PowerShell cmdlets are not case-sensitive): get-WindowsFeature To uninstall completely a feature: Uninstall-WindowsFeature featurename -remove If -remove is not used the feature…