Wizz
Posts
Recent activity by Wizz
Sort by recent activity
-
Change Remote Local Admin's Password
Hey, so here we have 2 parts: 1-Save an encrypted Password in a file to use later. 2-Change Remote Local Admin Password with PDQ. Let's start. 1-Save an encrypted Password in a file to use later....
-
Check Broken Shorcuts (Logged on User)
Hey, A simple tool I use to check broken shorcuts on remote computers, for the logged on user. You can modify "$env:USERPROFILE" if needed and adjust comments from French. Code: $Shortcuts = Get-...
-
Get All Printers (Network or Local)
Hey, A simple but robust tool I use to get all printers installed/connected on a remote computer. Nothing to adjust, except translate comments from French. Code below. (Long) Screenshots : Outpu...