We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22678e4 commit 1e4cc15Copy full SHA for 1e4cc15
PowerShell-OneLiners.txt
@@ -1 +1,7 @@
1
+PowerVeiw and output localy to disk for beacon:
2
+powershell -no -exec bypass -command "& {Import-Module .\PowerView.ps1; Invoke-UserHunter USRNAME | Out-File -Encoding Ascii USERNAME.txt}"
3
+
4
+Powerview UserHunting Search by keyword:
5
+powershell Get-NetUser -Filter "(description=*medical*)" | Select-Object -Prop samaccountname.description,title
6
+powershell Get-NetUser -Filter "(title=*medical*)" | Select-Object -Prop samaccountname.description,title
7
0 commit comments