Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

hyper-v powershell add scsi DVD

$AddVMHDDParam = @{
  Path = 'C:UsersPublicDocumentsHyper-VVirtual Hard  DisksMS01B_Data.vhdx'
  ControllerType =  'SCSI'
  ControllerLocation =  1
  }
  $VM | Add-VMHardDiskDrive @AddVMHDDParam
Comment

PREVIOUS NEXT
Code Example
Shell :: kill traffic to port linux 
Shell :: ngx-wheel 
Shell :: avd manger permission need root 
Shell :: vim delete duplicate lines 
Shell :: dockerfile cmd command 
Shell :: screen 
Shell :: k8s rollout 
Shell :: create a tar with folder content only 
Shell :: replace spaces with hypen in file names linux 
Shell :: install systemd wsl2 
Shell :: git rebase branch to master 
Shell :: tail file first 100 lines linux 
Shell :: xrandr 1600x900 ubuntu 
Shell :: cat command 
Shell :: ufw command not found bitnami 
Shell :: installl dukto 
Shell :: bash set environment variable 
Shell :: How do I create a next application 
Shell :: docker run -p port:port meaning 
Shell :: sh how to not store a command in history 
Shell :: dpkg: error processing package libc-bin (--configure): installed libc-bin package post-installation script subprocess returned error exit status 134 
Shell :: how to check pia checksum 
Shell :: How to undo the most recent local commits in Git 
Shell :: git view entire log 
Shell :: duf command ubuntu 
Shell :: delete a pushed commit 
Shell :: exa ls command 
Shell :: git request-pull 
Shell :: terminator linux is not start 
Shell :: bash check if string does not exist in file 
ADD CONTENT
Topic
Content
Source link
Name
7+9 =