Can't publish new PowerShell binary module as it can't find the module
I'm trying to publish a new module to the PowerShell Gallery with publish-Module -name WillPittenger.Goodies.PowerShell.JSON -Repository PSGallery -NuGetApiKey ~~_____~~. I'm getting the error "Publish-Module: The specified module…
![](https://techprofile.blob.core.windows.net/images/c16866ad6ce74b5db35876d6e736f077.png)
![](https://techprofile.blob.core.windows.net/images/c16866ad6ce74b5db35876d6e736f077.png)
I'm trying to use Microsoft Graph API in Powershell to pull a list of sharepoint sites a user is Owner of but I am getting a (403) Forbidden error
I've created an App in Entra so I can use it to give me a list of sharepoint sites a certain user is owner of. I have used Copilot to help me write the powershell script and I have all the needed permissions on my account to do what I need. Soon as I run…
![](https://techprofile.blob.core.windows.net/images/a1395d6d60e64acc8c1bfc104037f1aa.png)
Runbooks issue
SharePointExcelAutomation code does not run all the way. Copilot cannot give solution for errors. We need someone from Microsoft Support.
About Deleting Intune/Entra ID device using powershell
Can anyone tell me the powershell that delete the Intune and EntraID device I try to search on internet but couldnot found It will be great help if anyone provide me this Thank you
PowerShell Script to list all the files and folders that are being shared in a document library
Hello, I am trying to find out which folders or files on a Document Library are being shared, either internally or externally, and who was it shared to. Is there a powershell script that does this? Best.
Struggling with 'get-actionoutput'; Not getting desired results
Hello all!I'm trying to get some assistance with 'Execute Powershell Code'. I just want to get the outputs from a compose action. This doesn't seem to be working, is it broken? TIA! ~S
How to publish a Runbook to latest runtime version using blob storage?
Hi, so i have written a Powershell script that publish a files to my blob storage, and i got it to upload the file(s) to Process Automation/Runbooks. But i cant seem to get the Runtime version to the latest, how can i do that? Right now a part of the…
Automatic Download Office 365 Deployment Tool
Hi, we had a PowerShell Script that automatically download the newest Office 365 Deployment Tool and then download the newest Office 365 Sources. We need this to deploy Offline Office 365 to thousands of PCs. The URL to download the Deployment Kit didn't…
![](https://techprofile.blob.core.windows.net/images/87ESmqZrLUGA2Ockp7wKAw.png?8D848E)
Bulk upload the zip & post code
Hello, Please i need your help on this issue. We need to do a one-time bulk upload of unique number via Entra portal for column Zip or postal code. I tried using Powershell
Changing Overlay power Mode with script
Hi, I want to change the overlay power mode based on time of the day without having to go to settings -> system -> power and battery -> power mode each time. I am not able to find which command in powercfg will change the OVERLAY power mode, all…
How do I connect to the same wireless network ssid with different username and credentials with a script on my windows pc?
I need to test the connection to a unique wifi SID using credentials different (a list of username and password; once authenticated i need to ping a google dns in order to verify that internet can be reached for any connection established with…
Automation: Powershell Force OneDrive to Re Sync if there is a Sync Error noted
I am working for the MSP Lucrasoft, we use an RMM to automate powershell scripts to workdevices to monitor them. We get a lot of "OneDrive for Business, error with syncing" alerts. What I always see is that if OneDrive is restarted (manually)…
Automate chunking and committing IPA to Intune fails in Azure Pipeline
In effort of moving off of AppCenter and automating the deployment of an IPA to Intune, I'm using a PowerShell script to chunk and commit the file to Intune. This process is successful if it runs locally. But if it runs in Azure pipeline, it will fail…
How to Install PIP for Python on Windows 11?
What are the steps to install PIP for Python on Windows 11? The goal is to use Python with Microsoft Excel and, if possible, replace VBA entirely.
![](https://techprofile.blob.core.windows.net/images/8a355f5a92314376a324569136d596ce.png)
PowerShell - Reboot Every 14 Days
Hello! I'd like to create a Detection and Remediation script in Intune. Detection script to check if the uptime of each machine passed 14 days. If so, then Remediation script to force reboot the device if no login user. If user logged in to the…
How do we fix 0x8a15000f : Data required by the source is missing?
I Am trying to run winget on a widows 11 pc and keep getting the error 0x8a15000f : Data required by the source is missing. Have done update reset and still get the issue with the same error.
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
"The SSL connection could not be established, see inner exception." Issue Installing Microsoft.Graph Module in PowerShell in PowerShell
Hi everyone, I'm experiencing an issue when trying to install the Microsoft.Graph module using PowerShell 7. When I run the following command: Install-Module Microsoft.Graph -Scope CurrentUser -Repository PSGallery -Force -verbose I receive the…
I'm stucked with the error 401 unauthorized when using *PnP* Commands like Get-PnPList
Connect-PnPOnline using OAuth works fine and Get-PnPContext works but all other PnP commands get the error It worked fine using Credentials until about the first days in 2025
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