How to fix: The user profile Service service failed the sign-in. user profile cannot be loaded
Dear Team I have an issue with users through the business and branches. The domain account fail to load with error: The user profile Service service failed the sign-in. user profile cannot be loaded. It's affecting part of the users, it's not a daily…
![](https://techprofile.blob.core.windows.net/images/DWHuLjs_b06CLOAuY2Jumg.png?8D976B)
Validating inactive user list and excluding removing inactive users from AD groups
test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test…
A positional parameter cannot be found that accepts argument
Hi All I used the following syntax to grant "TempPolicy1" globally. However, I am encountering an error while trying to remove this policy "TempPolicy1" globally Please guide me. Grant-CsApplicationAccessPolicy -PolicyName…
powershell script is not working as expect
I wanted to cancel all running or pending runs in a Logic App Standard workflow(from a custome days) But I think the below script is not working as expected. Variables $ResourceGroupName = "ResourceGroupName " $LogicAppName =…
Powershell script for Microsoft Entra to reset the password in AD account user after 14 days
Please asking for your help on how to create a script in a powershell to reset the password of the AD users (Microsoft Entra) after in the 14days. Thank you in advance
How to generate a report via powershell,list of all Enterprise applications using a single sign on authentication
Hi, Good day Please asking on your expertise in generating a list of enterprise applications in Microsoft Entra to identify who are using the Single Sign On authentication. Thank you in advance.
How to downgrade Java version default installed into Azure Portal from Java 17 to Java 11
Java Maven compatibility issues. Java version 17 and Maven version 3.6 is the default versions in my Azure CLI. Steps to replicate Login to azure portal Click on the Azure CLI icon Azure CLI poweshell terminal opens up Type mvn -X Following…
![](https://techprofile.blob.core.windows.net/images/m5buVEA_QUeJ9P_0vgAtbg.png?8DACCA)
Invoke-WebRequest to a web server with self-signed SSL certificate
I have an IIS website hosted in a Windows 2019 server. I enbled HTTPS/SSL using a self-signed certificate. Now in a client machine, I wanto use Invoke-WebRequest to connect to the server using HTTPS and it fails wjith no doubt. Invoke-WebRequest: The…
Two Azure Domain, how to switch account when generating a report via powershell?
Please help me on this. Two azure domain, want to generate a report using a powershell unable to switch account for the other domain. How to switch account to other azure domain when generating a report via powershell. Thank you
How to generate a report for the list of all enterprise application that is using a single sign on (SSO)
Please asking for your help on how to generate a report to view the list of all Enterprise applications using a single sign on authentication via in a powershell. Thank you in advance
Connect-PnPOnline: Access denied/unauthorized operation
I am simply trying to manage an existing site by adding/removing folders and files, nothing special. I am new to the App Registration approach, but I read through lots of documentation and in the end I always see the requirement of having…
How can i change the scripts so i can use react in my vs code
PS C:\Users\bauma\Desktop\Weather-react-Q> npx create-react-app . npx : File C:\Program Files\nodejs\npx.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Polici es at…
I am facing an issue where both Windows PowerShell V1.0 and SharePoint Online Management Shell
I am facing an issue where both Windows PowerShell and SharePoint Online Management Shell open briefly and then close immediately, even when I try running them as an administrator. I have attempted basic troubleshooting, including running PowerShell in…
I am facing an issue where both Windows PowerShell V1.0 and SharePoint Online Management Shell
I am facing an issue where both Windows PowerShell and SharePoint Online Management Shell open briefly and then close immediately, even when I try running them as an administrator. I have attempted basic troubleshooting, including running PowerShell in…
PowerShell Script for Accessing Sent Emails in Outlook and Exchange
I am developing a PowerShell script to retrieve sent email IDs from my Outlook sent mailbox for both the "To" and "CC" sections, from the beginning of the email account to the current date. I managed to create a script that works for…
How to generate a list in exchange, user have set a rules in Auto Forwarding emails to Another Mailbox using powershell
Please help me to generate a report via in a powershell, to view the list of mailbox name, Inbox rule, Forward to, Redirect to Forward as Attachment and rule status. Thank you
Set-LocalUser : An unspecified error occurred: status = 3221226252
I am trying to change user password based on below script but getting the error "Set-LocalUser : An unspecified error occurred: status = 3221226252". $pks=Get-Date foreach($pk in…
Changing Created Timestamps to Match Modified Timestamps for JPG and MP4 Files Using PowerShell
i copied my photo and videos form my phone to laptop How can the created timestamps for both JPG and MP4 files be changed to match their modified timestamps on a laptop, using PowerShell ISE? The solution should also include subfolders in the operation.
Update-Help: Failed to update Help for the module(s) 'ConfigDefenderPerformance' with UI culture(s) {en-US}
Hello Community, I tried to update the Help modules. but I failed . Any suggestion? Best Regards, MV
Error "Insufficient privileges to complete the operation" in Powershell - Works ok on Graph Explorer though
Hi, I'm new to using graph and ran a query on the graph explorer which worked ok: https://graph.microsoft.com/v1.0/groups/xxxxxxxxxxxxxxxx/membersWithLicenseErrors?$select=userPrincipalName Now, I am trying to the equivalent command in powershell and it…