PowerShell commands for virtual networks and where is peered to.
PowerShell commands for all virtual networks and where is peered to in azure tenant.
Configuring the Azure Storage Account Access keys automated regular rotation?
What is the best way to enable and configure the Azure Storage Account Access keys automated regular rotation? I need to get both Azure Storage Account Access keys regularly rotated daily. Thank you.
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…
can't find calendar data for certain resource accounts
I'm attempting to get info on some of our resource calendars. Since this doesn't function well within the EXO Powershell, I was pointed towards the MSGraph module. So I use these commands: $StartDate = "2024-01-01T19:00:00-08:00" >>…
Exporting sharepoint folders and sub-folders names + permissions
Hi team, I have a SharePoint site with a lot of folders, sub-folders, and sub-sub-sub-folders... Each folder has different accessibility. I would like to export a csv file with: Folder name Folder location Member names who have access (permission) to…
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 get all users with alias as subdomain
Hello All, We need to pull a report where users having alias as our subdomains We have around 20k users and we need to filter out them with our subdomains (15). Please suggest a quick and easy to figure it out, pulling out the entire report and checking…
How to copy / move emails from one mailbox to other using powershell
I would like to copy emails from one mailbox to other using powershell
How to update a sharepoint multi value person/group field with graph
I want to update a multi value person field within a SharePoint list. I use the following code. But nothin will hapen. I can update a single value person field but i am unable to update a multi value field. Also Co-pilot doesn't give me much help. #…
Using logic apps to place a file into sharepoint
I am using logic apps to read in results of a jotform and place the responses into SharePoint as a pdf. The form has a file upload question. I want to place the attached file into SharePoint as well but am having trouble. The part that wont work is shown…
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
PowerShell Commands to Extract External User Email Addresses
There is a need to retrieve email address information of external users for supporting an email campaign. Looking for PowerShell commands that can extract all email addresses from the mailbox, specifically targeting external users outside the…
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 set the Entra ID User or Guest account expiry date to prevent login / disabled?
Using PowerShell Graph SDK or any other means, how can I set the Expiration date of my Entra ID User, or Guest 7 days from now or…
How to modify a Standard template site with Sharepoint management shell
Hello I need to create a new custom organization template from a site created with the standard project management template. I use a SharePoint shell and generate an organization template but when I use it to create a new site the changes are not passed…
A parameter cannot be found that matches parameter name 'List'
I have been trying to build a powershell runbook that captures the source document library's folder structure and cloning it to a target sites document library using PnP PowerShell. I keep running into the same error that I can't seem to resolve. At…
Function app deployments of zip files using azure cli in Microsoft Azure
Function app deployments using zip files from azure CLI are showing successfull but the functions are not getting rendered in the function app. Even tried with Microsoft Powershell as well to deploy but still getting the same issue. The function app…
How do I use PnP to move large amounts of files without breaking sharing links and permissions?
I'm trying to find an archiving solution for my company that's easier than using the GUI and scrolling through large amounts of files and folders and manually using the Move To button. I have written a script to move files and folders from a users…
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
How to get OneDrive URL from Site ID in PowerShell?
Hi, I have generated OneDrive report in which only site id received. I am looking for PowerShell command if enter Site ID then give OneDrive URL. Need help.