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…

Log Off User remotely – cmd

By ivan

If you ever wondered how to log off user remotely (or locally) via command line try this. As usual membership of the local admins group is needed. Start cmd with elevated privileges. check logged user and…

Proxmox Post Install +

By ivan

My ProxMox Adventure – what I did so far Installed from CD (described in the previous post) Added additional 7200rpm, 2tb hard drive for storage purposes Created Several VM’s server core 2012 as s DC, DNS,…

Set Ip Server 2012 PowerShell

By ivan

To set a static IP address In Windows PowerShell, run Get-NetIPInterface. Make a note of the number shown in the IfIndex column of the output for your IP interface or the InterfaceDescription string. If your…