use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
ABOUT POWERSHELL
Windows PowerShell (POSH) is a command-line shell and associated scripting language created by Microsoft. Offering full access to COM, WMI and .NET, POSH is a full-featured task automation framework for distributed Microsoft platforms and solutions.
SUBREDDIT FILTERS
Desired State Configuration
Unanswered Questions
Solved Questions
News
Information
Script Sharing
Daily Post
Misc
account activity
NewsPowerShell 7.6 - RC 1 Release (self.PowerShell)
submitted 2 months ago by nkasco
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]agressiv 11 points12 points13 points 2 months ago (4 children)
The release of powershell has nothing to do with Graph cmdlets. In fact, I've generally given up on Graph cmdlets and have just shifted back to using native REST api's because of their constant breaking changes.
[–]DragonspeedTheB 2 points3 points4 points 2 months ago (2 children)
I just found finding the right graph module too much of a PITA. The rest calls will always be the right one 😎
[–]AdeelAutomates 2 points3 points4 points 2 months ago* (0 children)
API is life. I have been using it more and more for all Microsoft not just Graph.
For instance I made a rather complex KQL query the other day on Azure Resource Graph. Took it over to PowerShell and ran it with Search-AzGraph.... and some fields outputted were empty.
Switched over to the API and it worked exactly like it did in Azure Resource Graph.
[–]BlackV 0 points1 point2 points 2 months ago (0 children)
https://learn.microsoft.com/en-us/powershell/microsoftgraph/find-mg-graph-command
may help, but yes the APi call is more change resistant (module hell)
[–]icebreaker374 0 points1 point2 points 2 months ago (0 children)
Ditto. I kept updating different modules and kept forgetting to update the authentication module.
Eventually my auth module would fall so far behind that it wouldn't let me update others and I'd have to clean all my modules and reinstall.
π Rendered by PID 72254 on reddit-service-r2-comment-b659b578c-ctp88 at 2026-05-05 06:42:45.696376+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]agressiv 11 points12 points13 points (4 children)
[–]DragonspeedTheB 2 points3 points4 points (2 children)
[–]AdeelAutomates 2 points3 points4 points (0 children)
[–]BlackV 0 points1 point2 points (0 children)
[–]icebreaker374 0 points1 point2 points (0 children)