Luca Fabbri
Luca Fabbri
Hello, is there a way to retrieve the list of users without an associated G Suite license (without cycling rows with Get-GSUser & Get-GSUserLicense cmdlets) ? Thank you, Luca
Hello, while executing the cmdlet `Update-GSUserLicense -User -License G-Suite-Business` I get the error below: ``` Update-GSUserLicense : Exception calling "Execute" with "0" argument(s): "Google.Apis.Requests.RequestError skuId is required field [400] Errors...
Hello, I was searching for a way to remove end user' signature on Gmail, completely. Running cmdlet below will remove the signature assignment for new emails only: `Update-GSGmailSignature -User -SendAsEmail...
Hello, please, add the _CheckAll_ parameter (ref. #270) to psgsuite.io documentation (link: [Get-GSUserLicense](https://psgsuite.io/Function%20Help/Licensing/Get-GSUserLicense/)). Thank you, Luca
Hello, I'm trying to set a G Suite Lite license for a user. If I run this cmdlet, it works fine: `Set-GSUserLicense -User -License G-Suite-Lite` ...but if I run these...
PSAppDeployToolkit version 3.6.9. If I use **Show-InstallationPrompt** function inside my **Deploy-Application.ps1** with a message containing double quotes and _-NoWait_ parameter, the double quotes won't be displayed on rendered window. If...
Hello Faizan, I'm running Xsspy from Kali, installed in Windows Subsystem for Linux. I have a couple of questions for you. 1. I launch the tool but it stops one...
Hello, the **Get-WindowsAUtoPilotInfo.ps1** PowerShell scripts returns the error below on computers with latest Windows Updates (_May 2022_); it seems the **KB5013942** is causing it (links: [Microsoft Q&A](https://docs.microsoft.com/en-us/answers/questions/848571/get-autopilotinfops1-get-the-hash-if-available-err.html), [Reddit](https://www.reddit.com/r/Intune/comments/udwyl7/getwindowsautopilotinfo_error/)). ``` Get-CimInstance...
Hello, the **Get-FreshServiceSolutionFolder** cmdlet doesn't work when multiple results are returning (**FreshservicePS** module version _0.1.6_). If I run this cmdlet to retrieve the list of a **Folder** with **Id 66175**...
Hello, I'm using NetBox-Sync to sync VMware with NetBox. The _vm_platform_relation_ parameter is employed to map the VMware platform name to my own platform name (defined in NetBox). This option...