Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

get ssm version

#windows
Get-WmiObject Win32_Product | Where-Object {$_.Name -eq 'Amazon SSM Agent'} | Select-Object Name,Version

#CentOS and Amazon Linux
yum info amazon-ssm-agent

#Debian and Ubuntu
apt list amazon-ssm-agent
Comment

PREVIOUS NEXT
Code Example
Shell :: meld between two branches 
Shell :: install thefuck 
Shell :: macopix ubuntu 
Shell :: bash metadata 
Shell :: how to create tls.crt and tls.key 
Shell :: actualizar linux apt 
Shell :: install telepresence in mac 
Shell :: windows 10 smb1 not working 
Shell :: mac unzip terminal 
Shell :: bash print nth line 
Shell :: install glesv2 and egl library 
Shell :: find and move bash 
Shell :: bash forward argv to command 
Shell :: determine if command exists 
Shell :: env: ‘/etc/init.d/tomcat’: No such file or directory 
Shell :: tsc watch not support alias path 
Shell :: quasar pug 
Shell :: grep only third match 
Shell :: how to write red text in readme in github 
Shell :: ffmpeg trim 
Shell :: linux cat with syntax highlighting 
Shell :: install opencl headers ubuntu 
Shell :: windows cmd shortcut that always opens as administrator 
Shell :: linux install slic3r 
Shell :: search for process in top 
Shell :: curl time response 
Shell :: windows stop service 
Shell :: step3 pgadmin ubuntu 20.04 
Shell :: bash command change time 
Shell :: install kube-vip 
ADD CONTENT
Topic
Content
Source link
Name
4+8 =