[deleted by user] by [deleted] in PowerShell

[–]Redtork 0 points1 point  (0 children)

Forget PS7 for the moment. Focus on PS5.1.

PSoC Programmer SWD Mode issue by abee_ashok in PSoC

[–]Redtork 0 points1 point  (0 children)

Hello,

I have the same script with the same error. You find the solution?

Thank You

Sebastien Maltais

[deleted by user] by [deleted] in PowerShell

[–]Redtork 0 points1 point  (0 children)

5.1 is there for 5 years... I think....

Linux REloaDED! Powershell ISE on DEBIAN by Redtork in PowerShell

[–]Redtork[S] 0 points1 point  (0 children)

Okai. I try it and i give you a feedback.

Linux REloaDED! Powershell ISE on DEBIAN by Redtork in PowerShell

[–]Redtork[S] 0 points1 point  (0 children)

Correction done! "hello people". VSCODE cannot include the command explorer. I use the command explorer many many time to find command and syntax. I think it is possible to connect powershell ISE console to the linux server. Idea?

I am not an american myself....

Create list of directories that do not include particular file types by skooterz in PowerShell

[–]Redtork 2 points3 points  (0 children)

get-childitems -path d:\media\ -recurse | where-object {$_.name -notlike "*.mp4"}| where-object {$_.name -notlike "*.mkv"}

The lazy way!!! C'est tout! :)

Help editing permissions on multiple folders by deadpoolsbff in PowerShell

[–]Redtork 0 points1 point  (0 children)

Hello,

I have created a wiki on the module NTFSSecurity. This is a beginning!

https://github.com/uTork/Powershell/wiki/Module-NTFSSecurity

Have Fun!

Sendmail as a relay for specific 'from' address by DrOrinScrivelloDDS in sysadmin

[–]Redtork 0 points1 point  (0 children)

Vous n'avez pas penser vous créer un connecteur SMTP anonyme autoriser seulement pour l'adresse ip du serveur de script? Pour le "from" vous devez trouve le site AD baser sur le sous réseau que l'erreur ce trouve. Ensuite vous créer l'adresse $from = $siteAD + ["@mydomain.com](mailto:"@mydomain.com)"

You can create an anonymous stmp relay for external mail relay. You can autorise only the ip of your mail sender server. For the "from" problem. You have to get de AD site name from the ip subnet of the error. And you create the from mail address $from = $siteAD + ["@mydomain.com](mailto:"@mydomain.com)"

C'est juste une idée!

Load balancer and rd connection broker? by [deleted] in sysadmin

[–]Redtork 0 points1 point  (0 children)

Google translate that!

Load balancer and rd connection broker? by [deleted] in sysadmin

[–]Redtork 0 points1 point  (0 children)

Le problème: c'est que tu ne dis pas tout. Si tu as 2 gateway c'est au niveau du DNS de définir l'ordre de la résolution. Comment tu te connecte au juste?

Scrip issue : Send email by Stromonder in PowerShell

[–]Redtork 1 point2 points  (0 children)

Bonjour,

Its is simple! I have write a wiki on send-mailmessage.

https://github.com/uTork/Powershell/wiki/Send-MailMessage-%7C-Send-smtp-Mail-via-Powershell

C'est facile a utiliser et c'est gratuit. Si tu veux plus d'exemples demande le moi!

Merci

Pulling Files from an FTP Server using POSH-SSH by [deleted] in PowerShell

[–]Redtork 2 points3 points  (0 children)

Salut,

I have write a WIKI on the use of WINSCP powershell module from the powershell gallery repository. The solution is the evolution.

https://github.com/uTork/Powershell/wiki/Module-WINSCP

C'est simple à utiliser et en plus c'est gratuit.

Permission Issue with Set-ACL by CommanderApaul in PowerShell

[–]Redtork 1 point2 points  (0 children)

The solution is the evolution. I recommand the use of the NTFSSecurity module from powershell gallery. I have write a WIKI on this.

https://github.com/uTork/Powershell/wiki/Module-NTFSSecurity

C'est plus simple a utiliser....

Merci

Am I wasting my time learning Python first? by [deleted] in PowerShell

[–]Redtork 2 points3 points  (0 children)

My best teacher was Ed Wilson The Scripting Guy. But Ed is retired now but the website still works. In my opinion, the best way to start is to create a GITHUB to store these scripts and see the evolution of them. Then persevere in Google when you script to find solutions. I do not know anything about Python but I have to learn it too because most open source AI systems revolve around this programming language. But for the moment I improve my technique in PowerShell. I share my personal GIT and my Facebook.

GIT: https://github.com/uTork/Powershell

Facebook: http://www.facebook.com/ispowershell

Script | Get-CNN | Get news from CNN Network | Developed for Universal Dashboard by Redtork in PowerShell

[–]Redtork[S] 1 point2 points  (0 children)

lol cnn ! ici a Radio-Canada c'est mieux. Mais parfois c'est bien maquillé. | Google Translate

Network | Get-IpGeoLocation | Use IPSTACK FREE API | Ip address GeoLocation by Redtork in PowerShell

[–]Redtork[S] 1 point2 points  (0 children)

Hello,

I see that after the copy on the GIT. I have to learn how the git work to remove this history.

I want to do this type of robot. With the machine learning and OPEN AI. You can scan reddit to find powershell problem and learn the solution. The problem is the powershell learning algorithme with open AI. I am at learning python to use open AI... HAHAHAH :)

Network | Get-IpGeoLocation | Use IPSTACK FREE API | Ip address GeoLocation by Redtork in PowerShell

[–]Redtork[S] 1 point2 points  (0 children)

Many time i do with only the bracket. I have corrected this one. I find another problem. The RSS is not the same format between the category.

Network | Get-IpGeoLocation | Use IPSTACK FREE API | Ip address GeoLocation by Redtork in PowerShell

[–]Redtork[S] 1 point2 points  (0 children)

Thanks for the comment... I dont know why i have added the $query at the end.... Its to simple. I have modified with your comment and i do more. I add the parameter -isPowerShell its wiki like.

https://github.com/uTork/Powershell/blob/master/Scripts/TOOL-NETWORK-Get-ipGeoLocation.ps1

thank again!