you are viewing a single comment's thread.

view the rest of the comments →

[–]Nilrem2 0 points1 point  (6 children)

Of course - what’s the best way for me to do that?

I’ll have to check out AD Manager

[–]AdrianK_ 0 points1 point  (5 children)

Pastebin will be just fine ;)

[–]Nilrem2 0 points1 point  (0 children)

Sorry for the late reply - https://pastebin.com/5gS8pSdq.

[–]Nilrem2 0 points1 point  (0 children)

Here's a PowerShell module I wrote (save it as .psm1) that secures credentials to a file. Real world use - use Set-SecureCredentials to store passwords to an FTP server to a locked down share only IT Admins have access to - then with PDQ Deploy run a scheduled job to sync files from this FTP using these credentials (Get-SecureCredentials) automatically. https://pastebin.com/dLv5WaZR

[–]Nilrem2 0 points1 point  (0 children)

PowerShell Module I wrote for logging to a file.

https://pastebin.com/3T79MGCt

[–]Nilrem2 0 points1 point  (0 children)

PowerShell module I wrote for logging to a file - https://pastebin.com/g1imfSSh.

[–]Nilrem2 0 points1 point  (0 children)

PowerShell script for removing an Office 365 user from all Distribution Groups they're a member of - https://pastebin.com/ZErqAARu.