ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Tags
    3. windows
    Log in to post
    • All categories
    • scottalanmillerS

      Quick Guide to Windows 2012 R2 RDS Licensing

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion licensing windows microsoft windows server 2012 windows server 2012 r2 rds rds license remote desktop licensing windows server 2008 r2
      26
      5 Votes
      26 Posts
      6k Views
      dafyreD

      The XX concurent users only comes into play if the licensed application offers such a thing. In the case of something like Office 2013, you'd definitely need 300 license...

      But for Something like... Raiser's Edge, or a Student Information System... You'd only need to license for the expected number of concurrent users.

      IE: Raiser's Edge can be installed on every computer on my campus... But only 15 of us can log in at one time.

    • scottalanmillerS

      Creating an Active Directory Group with PowerShell

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion powershell windows administration windows command line active directory new-adgroup get-adgroup
      4
      1 Votes
      4 Posts
      2k Views
      scottalanmillerS

      @travisdh1 said in Creating an Active Directory Group with PowerShell:

      Gah, I'm having bad memories of OpenVMS with the different programs for every single little thing.

      It does make for a nice looking and short command-line structure tho.

      Oh yeah, SO much different than UNIX.

    • scottalanmillerS

      Installing OpenSSH on Windows via Chocolatey

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion ssh openssh windows 10 windows microsoft open source security chocolatey sam windows administration system administration
      6
      2 Votes
      6 Posts
      12k Views
      alex.olynykA

      @scottalanmiller Thanks. I got it. I overthink everything. 🙂

    • scottalanmillerS

      Using cd to Change Drive Letters on Windows

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion windows windows administration command line
      3
      2 Votes
      3 Posts
      961 Views
      scottalanmillerS

      Yeah, but this was explaining why cd does not work as expected.

    • scottalanmillerS

      Set Office 365 Passwords to Never Expire

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion windows azure windows administration powershell office 365 o365 command line
      1
      2 Votes
      1 Posts
      859 Views
      No one has replied
    • scottalanmillerS

      Add Whitelist Entries in Office 365

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion office 365 o365 azure windows windows administration powershell command line
      3
      1 Votes
      3 Posts
      1k Views
      scottalanmillerS

      @momurda said in Add Whitelist Entries in Office 365:

      If you run this command again with different addresses/domains, doesnt it overwrite the previous items in the list, unwhitelisting your previous whitelist addresses?

      Correct, this is setting the list. You'd have to append the new ones to the command.

    • scottalanmillerS

      Change a User’s DisplayName on Office 365 with PowerShell

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion windows windows administration office 365 o365 powershell command line
      1
      1 Votes
      1 Posts
      12k Views
      No one has replied
    • scottalanmillerS

      The Layers of Remote Access

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion sam system administration servers linux windows rdp vnc screenconnect console spice ica pcoip kvm virtualization
      1
      2 Votes
      1 Posts
      1k Views
      No one has replied
    • scottalanmillerS

      Basic RoboCopy Drive Migration

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion robocopy windows windows administration
      2
      2 Votes
      2 Posts
      871 Views
      BRRABillB

      This will be helpful when 2016 comes out and I need to migrate all the data off my data server.

      Last time I used the Server Migration Wizard.

    • scottalanmillerS

      Using Pertino with Active Directory

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion pertino windows active directory dns vpn sdn
      2
      1 Votes
      2 Posts
      1k Views
      JaredBuschJ

      @scottalanmiller said in Using Pertino with Active Directory:

      Originally posted on my Windows Administration blog in 2013 here: http://web.archive.org/web/20130929034913/http://www.scottalanmiller.com/windows/2013/04/05/using-pertino-with-active-directory/

      This information is very out of date concerning Pertino itself. But the theory on how this works remains relevant.

      IMO, you should put the 'old post' notice at the top of these.

    • scottalanmillerS

      Anyone Using Windows 10 Hyper-V with Linux to Replace Dual Booting?

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion hyper-v virtualization windows 10 linux mint 18 linux windows
      43
      3 Votes
      43 Posts
      5k Views
      scottalanmillerS

      The Linux system gets the use 99% of the time and needs priority as to performance and what not. The Windows install is just for gaming and is not even my main gaming machine. Just a secondary one. And I've lived with zero Windows access for most of a year, not a big deal.

    • scottalanmillerS

      Shutdown or Restart Windows from the CMD Command Line

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion windows command line cmd
      6
      1 Votes
      6 Posts
      2k Views
      gjacobseG
      @echo off setlocal :REQUEST set /p REQUEST="Logoff, Shutdown, Reboot or Abort? L/S/R/A " if /i %request%==l goto logoff if /i %request%==s goto timer if /i %request%==r goto timer if /i %request%==a goto abort goto REQUEST :logoff shutdown -f -l goto exit :abort shutdown -a goto exit :timer set /p TIMER="Wait how many seconds? " if /i %request%==s shutdown -f -s -t %timer% if /i %request%==r shutdown -f -r -t %timer% :exit
    • scottalanmillerS

      Join Windows to Domain from the Command Line with CMD

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion windows active directory netdom command line
      1
      2 Votes
      1 Posts
      725 Views
      No one has replied
    • scottalanmillerS

      Building a Simple Windows Server 2012 R2 RDS Terminal Server

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion windows windows server windows server 2012 r2 remote desktop services rds rdp terminal server sam windows administration scale scale hc3
      1
      7 Votes
      1 Posts
      3k Views
      No one has replied
    • scottalanmillerS

      Add Active Directory User to Group using PowerShell

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion sam windows administration windows windows server active directory powershell add-adgroupmember get-adgroupmember comandlet
      2
      6 Votes
      2 Posts
      1k Views
      FrostyPhoenixF

      @scottalanmiller said in Add Active Directory User to Group using PowerShell:

      When we work strictly from Windows Server Core installations we need to be able to do everything from the command line, even user management. Let's add a user that already exists into a group that already exists in Active Directory using only PowerShell.

      To do this we have the handy Add-ADGroupMember PowerShell commandlet. This is very easy to use in its basic form, all we need is the name of the group and of the user that we want to add. In this case, I want to add user jane to the group "Domain Admins".

      Add-ADGroupMember "Domain Admins" jane

      That's it, jane is added automatically. This process, like most, is silent on success. To verify that all is as we want it to be, we can use the Get-ADGroupMember command to look up the members of a group.

      Get-ADGroupMember "Domain Admins"

      Can also do
      Add-ADGroupMember -identity "Domain Admins" -members "jane" -WhatIf
      to see if it gets added before actually running the command.

    • scottalanmillerS

      Rename the Local Windows Server from the Command Line without PowerShell

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion windows command line
      2
      3 Votes
      2 Posts
      678 Views
      scottalanmillerS

      Totally coincidence that I posted this same topic for PowerShell yesterday and today I started moving over my Windows Admin blog content and the first post over there was the same topic, but without PowerShell!

    • scottalanmillerS

      Accessing Windows Remotely via PowerShell Remoting with AD

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion windows windows server powershell powershell remoting psremoting enable-psremoting
      1
      2 Votes
      1 Posts
      675 Views
      No one has replied
    • scottalanmillerS

      Adding a Basic Active Directory User from PowerShell

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion windows sam windows administration powershell active directory read-host
      1
      4 Votes
      1 Posts
      641 Views
      No one has replied
    • scottalanmillerS

      Building a First Active Directory Domain Controller on Windows 2012 R2 Core

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion active directory server core windows windows server windows server 2012 r2 windows server core powershell command line sam windows administration domain controller install-addsforest install-windowsfeature
      11
      7 Votes
      11 Posts
      3k Views
      coliverC

      @IRJ said in Building a First Active Directory Domain Controller on Windows 2012 R2 Core:

      @thwr said in Building a First Active Directory Domain Controller on Windows 2012 R2 Core:

      @coliver said in Building a First Active Directory Domain Controller on Windows 2012 R2 Core:

      @thwr said in Building a First Active Directory Domain Controller on Windows 2012 R2 Core:

      @IRJ said in Building a First Active Directory Domain Controller on Windows 2012 R2 Core:

      Good article. There is ZERO reason to have a GUI on a Domain Controller. Everything can be done through Server Manager on Windows 10/8

      You mean RSAT 😉

      Both? You can do a lot of directory management through Server Manager as well.

      Ok, agree. Just don't like the Server Manager this much, ugly interface. I want to be sure WHICH drive on WHICH host I'm going to format for example. But that is just my personal opinion and I'm more or less a console fetishist 😉

      But when it comes to ADSIedit or AD sites, you really want to have RSAT.

      huh?

      0_1469044083616_2016-07-20_15-47-37.png

      Those options are generally only there is RSAT is installed.

    • scottalanmillerS

      Installing ZeroTier on Windows Server 2012 R2 with Chocolatey

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion zerotier chocolatey windows windows server command line powershell windows server 2012 r2
      12
      4 Votes
      12 Posts
      6k Views
      StrongBadS

      Sweet. Thanks for getting this for us @adam-ierymenko

    • 1
    • 2
    • 17
    • 18
    • 19
    • 20
    • 21
    • 28
    • 29
    • 19 / 29