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
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.
"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…
Support for Inline Child Scripts in PowerShell 7.2 Runbooks
What is the current status of support for inline scripts in Powershell 7.2 runbooks? The current documentation lists inline scripts as "not supported", but it is unclear whether this will change or when it might change. We have several scripts…
Change toast color XML fonts and background
Your help and time are greatly appreciated! I am trying t change the background to black and fonts to Red. the original is here https://www.imab.dk/windows-10-toast-notification-script/ <?xml version="1.0"…
![](https://techprofile.blob.core.windows.net/images/4gKzSnyj2k6uh1GgQ_Sp5g.png?8D847F)
How to retrieve all the users lastlogon details from entra id
Hi Q&A team, So i have been trying to retrieve all the users last logon from the microsoft entra id even i tried to retrieve with the help of KQL queries as well so did not solved my issue so please provide me detailed steps to resolve this…
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
Install-Module -Name d365fo.tools -force -verbose doesnt work in virtual machine
Hello, The command line Install-Module -Name d365fo.tools -force -verbose doent work in powershell in our virtual machine (Azure devbox). We have this error message : PackageManagement\Install-Package : Package 'PSFramework' failed to download. At…
Moving AD objects between OU
We are upgrading Windows 10 to 11. I am trying to automate moving workstation objects between two OU's, however the script does not catch anything. Import Active Directory module Import-Module ActiveDirectory Define Source and Target OUs $SourceOU =…
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 get all data related to Entra ID Conditional access Policy
Hello All, How to get all data related to Entra ID Conditional access Policy I tried Get-AzureADMSConditionalAccessPolicy | FL And it has given me this output, Id : ce4c0f55-6554-47c4-9527-9429cdaa4ca8 DisplayName : MFA_Policy State …
How we can get the Subscriptions details that have defender plan enabled
I looking for the option that I can fetch the subscriptions details that defender plan enabled. Please shared the workaround if available.
How to fix Error Acquiring Token
I'm getting this error whenever i try to connect to Exchange online using PowerShell as Admin and I can't figure out how to fix it. Error Acquiring Token: Unknown Status: Unexpected Error: 0xffffffff80070520 Context: (pii) Tag: 0x21420087 (error code…
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…
Unable to Assign MSI with MST to GPO Computer Configuration Using PowerShell
Is there a PowerShell method to properly assign an MST along with an MSI to GPO Computer Configuration? Does SoftwareInstallation.CreatePackage() support MST assignments via PowerShell? Is there an alternative way (like modifying registry or using…
Query regarding extracting default site owners and site admins list of all SharePoint online sites in m365 tenant.
Hi Experts , I'm looking to extract the Default site owners and site admins list for every SharePoint online sites in a M365 tenant , can you please provide your suggestion and guidance of what are all the available methods/ways to extract it in detail…
![](https://techprofile.blob.core.windows.net/images/pBV9r8HlP0ejtt8UsdEh6Q.png?8D93F6)
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 =…
Error with Get-RemoteDomain Cmdlet in PowerShell for Exchange Online
Encountering an error when trying to run the Get-RemoteDomain cmdlet: "The term 'Get-RemoteDomain' is not recognized as the name of a cmdlet." All required modules are installed since the Get-Mailbox command runs successfully. The environment…
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.