Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

|select name and description powershell

Get-ADGroup -filter * -Properties * | Select Name,GroupCategory,Description | Export-Csv D:TestSecurityGroups.csv
Comment

|select name and description powershell


import-module activedirectory
$username = Read-Host 'Please enter Username!'
Get-ADPrincipalGroupMembership $username | Get-ADGroup -Properties * | select name, description

Comment

PREVIOUS NEXT
Code Example
Shell :: kubuntu snap app not showing 
Shell :: git ssh how to add identity 
Shell :: bash ssh enable color 
Shell :: yarn not found node version 14.17.4 
Shell :: sed prepend to all files 
Shell :: OFS linux 
Shell :: centos locale pg_config path 
Shell :: find ps python 
Shell :: screenshot avec annotation linux 
Shell :: msg="could not create cluster: could not create pod disruption budget: poddisruptionbudgets.policy "postgres-fx-postgres-pdb" already exists" 
Shell :: promtail multiline 
Shell :: Case/switch 
Shell :: How To Create Y/N Question On Batch Script 
Shell :: Composer Terminal Valet 
Shell :: history command windows 
Shell :: Ubuntu username format 
Shell :: python tree library 
Shell :: linux zip current directory 
Shell :: github status 
Shell :: bash loggin as root 
Shell :: npx code for src folder in react js 
Shell :: batch concatenate strings 
Shell :: install docker on ubuntu 
Shell :: linux find a file anywhere 
Shell :: installing docker compose on ec2 
Shell :: !g how to uninstall tor linux installed from source code 
Shell :: statistical inference project part 1 github 
Shell :: linux borrar configuracion residual 
Php :: php console log array 
Php :: laravel check version 
ADD CONTENT
Topic
Content
Source link
Name
2+1 =