Home
  • Operating System
    Windows Linux
  • Tutorial
    Windows Server
  • About

Create user with powershell (windows server)

  # Check DNS ROOT and Distinguished Name Get-AdDomain | Select-Object DNSRoot,DistinguishedName ...

Create OU with powershell

  # List DistinguishedName of Domain Get-AdDomain | Select-object DistinguishedName 📋 ...

Disable Complex Password of Domain

  # List domain name : Get-ADDomain | Select-Object -ExpandProperty DNSRoot 📋 Copy ...

Create new forest on powershell

  # Install AD DS Role Install-WindowsFeature AD-Domain-Services -IncludeManagementTools ...

Disable Complex passoword on server in local

  # Export secedit: secedit /export /cfg C:\secpol.cfg 📋 Copy Copied! ...

Change date and time command prompt

  # Lists all the time zone tzutil /l 📋 Copy Copied! ...

Static ip on windows with command line

  # Show Interface netsh interface show interface 📋 Copy ...

Create Snapshots with VBoxManage

  # Create a snapshot VBoxManage snapshot "VMName" take "BeforeUpdate" \ --description "Fresh ...

Create vm client and server with Virtaulbox manage tool

 # Server # Create VM VBoxManage createvm \ --name "WindowsServerVM" \ --ostype Windows2012_64 \ --basefolder ...

Virtualbox config natnetwork

  # List Nat Network VBoxManage natnetwork list 📋 Copy ...
Older Posts →

Labels

  • all (20 )
  • autocad (3 )
  • css (2 )
  • linux (4 )
  • op_system (16 )
  • website (4 )
  • windows (18 )
  • windowsServer (15 )
Teachkhmerbinary