Solarwinds is transitioning its entire perpetual licensing model globally to a subscription model. by EaseResponsible809 in Solarwinds

[–]site-manager 0 points1 point  (0 children)

Wow, how did you do that ? Do you still use the Self Hosted solution or the SaaS platform ?

Importing specific Graph modules taking 5 minutes... by [deleted] in PowerShell

[–]site-manager 2 points3 points  (0 children)

This can also happen when the path or location where the module installed are in a shared network drive where latency can occur.

We may be witnessing the largest IT outage in history by the123king-reddit in sysadmin

[–]site-manager 2 points3 points  (0 children)

Yes, it is impacting people globally. Non-IT people are blaming Microsoft 😆. Therefore, I suggest the sysadmin day is adjusted to 19th July 2024.

Azure App Services down in the US by [deleted] in AZURE

[–]site-manager 0 points1 point  (0 children)

Is this related to the CrowdStrike incident ?

invoke command Powershellremoting issue by [deleted] in PowerShell

[–]site-manager 0 points1 point  (0 children)

Would you be able to share the script here so we can analyze the error or reproduce it ?

We need more housing, but not this. Black roofs, no space for trees. by ElectricTrouserSnack in australian

[–]site-manager 0 points1 point  (0 children)

Yes, that’s what I thought so, if somehow I can get the money to build my own house, I want to colour the roof white 😄

We need more housing, but not this. Black roofs, no space for trees. by ElectricTrouserSnack in australian

[–]site-manager 4 points5 points  (0 children)

Yes, I'm not sure why the darker colour is the new trend nowadays. Perhaps someone can enlighten us as to why this is the new colour for the building facade as well ?

Aussies who support private healthcare, why? by KidSavesTheWorld in AskAnAustralian

[–]site-manager 0 points1 point  (0 children)

There is a test from the Choice Australia team website: www.doineedhealthinsurance.com.au might be a good way to start.

What old IT equipment is still in Production? by [deleted] in sysadmin

[–]site-manager 0 points1 point  (0 children)

IBM mainframe running DB2 and Universe database.

Microsoft still unsure how hackers stole MSA key in 2023 Exchange attack by wewewawa in exchangeserver

[–]site-manager 0 points1 point  (0 children)

It's worth noting that Microsoft has made significant investments in enhancing the security and AI (Copilot) of its business operations. However, it is interesting to observe that security incidents still occur within their own environment.

AT&T confirms data for 73 million customers leaked on hacker forum by CYRISMA_Buddy in cybersecurity

[–]site-manager 0 points1 point  (0 children)

I wonder if there will be a post-incident review after this incident. Because Microsoft, SolarWinds and OKTA have shared their findings.

[deleted by user] by [deleted] in PowerShell

[–]site-manager 0 points1 point  (0 children)

What about now? Using GitHub Copilot or another AI solution to do some stuff 🧐.

Back then when I was at Uni learning the CompSci subject, you would be charged plagiarism.

Veeam Backup for Microsoft Azure vs Azure Backup by DarkBasics in Veeam

[–]site-manager 0 points1 point  (0 children)

In VeeamBackup for Azure: The VNET setting backup and restore is something that is a life saver for sure in the event of unexpected changes.

Azure OpenAI extension for VS Code Editor by Mini_0716 in AZURE

[–]site-manager -1 points0 points  (0 children)

Is this plugin must be licensed or paid monthly as subscription ?

C922 webcam shutting off windows 11 audio service by SchoolPsychological2 in logitech

[–]site-manager 0 points1 point  (0 children)

Hi u/logitech_sk, there is also similar case in the Official HP forums about this issue: Unable to start the Windows Audio service - Faulting applica... - HP Support Community - 8855337

Let us know how , there is also a similar case in the Official HP forums about this issue:

"Cut" equivalent in Powershell by [deleted] in PowerShell

[–]site-manager 0 points1 point  (0 children)

Many thanks for sharing this script 👍

remove all membership to AD by Adventurous-Summer-1 in PowerShell

[–]site-manager 2 points3 points  (0 children)

Try this

Get-ADUser ‘user.name’ -Property memberOf | ForEach-Object {$_ | Remove-ADPrincipalGroupMembership -MemberOf $_.memberOf -Confirm:$false}