Jump to content

philellis

Members
  • Posts

    29
  • Joined

  • Last visited

Reputation

20 Excellent

About philellis

  1. Thanks for pointing me in the right direction, ive altered your code to the following: if exist "C:\Program Files\Oracle\VirtualBox\vboxmanage.exe" ( "C:\Program Files\Oracle\VirtualBox\vboxmanage.exe" setextradata global GUI/RestrictedGlobalSettingsPages General,Input,Update,Language,Display,Network,Extensions,Proxy) but im getting an error: Thanks again if exist CProgram FilesOracleVirtua.vbs
  2. Hi, Looking to implement a virtual environment for mysql and flask. Im using oracle virtualbox and it works great other than i cant lock down the settings, especially the network settings. Has anyone managed to do this, or if not, have an alternate product that allows this. Thanks in advance
  3. This is the first time we have had the issue, google support recommended re-adding the whitelist to our web filtering, waiting to hear back from them as its supposedly been escalated
  4. did anyone ever get to the bottom of a fix for this issue? Thanks
  5. Hi, I'm currently in the testing process of implementing bitlocker for removable drives via MECM. I have the policy set to force encryption of a removable device however the recovery key is being stored against the device within MECM. I also have a problem whereby I'm unable to remove the option for 'recovery key backup'. Has anyone implemented Bitlocker using MECM solely without the recovery key being stored against a device? We have previously successfully used MBAM but are looking to move away from this solution. Thanks
  6. Hi, We have re-ip'd our internal network. Since doing so we are unable to update our SCCM instance with the prerequisite check failing. I have checked the log files and get several error messages referring to the sql database instance: ERROR:Can not get sql instance regkey. $$<09-23-2022 10:22:25.940-60> ERROR: Failed to extract NetBIOS name from $$<09-23-2022 10:30:58.511-60>ERROR:Failed to get Sql edition, Sql Server: instance:. $$<09-23-2022 10:22:25.941-60> Cannot connect to key SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full on $$<09-23-2022 10:26:42.110-60> ERROR: Failed to get sql service account, Server:, instance:<>. $$<09-23-2022 10:21:35.226-60> ERROR: Failed to connect to WMI namespace on NEF-SRV-SQL.NEFUTC.INTERNAL $$<09-23-2022 10:15:32.048-60> This error has only appeared since the re ip of the network. All boundary groups within SCCM have the correct FQDN of the sql server set. The account used for sql service account is a domain joined account with correct level of access. Is there something missing within our SCCM environment that should be reconfigured with the new ip addresses etc? Any help is appreciated. Thanks Phil Any help would be appreciated
  7. From my understanding, MS will only allow either Windows 10 or Windows 11 ADMX files. So in essence, I'm trying to hopefully get away with implementing a few windows 11 devices within a windows 10 estate and hope the policies apply to the windows 11 machines on the whole. I have imaged one machine however this didn't seem to have any of the existing policies applied after checking gpupdate, correct OU and all the other standard stuff. I'm curious to find out if others are heading down the same route as myself and if so, what their experiences are. Thanks
  8. Hi, We, like most others, are looking into early(ish) testing of windows 11 within a windows 10 environment. I'm aware MS advise a registry 'hack' to enable windows 10 machines to use their local central GPO store if Windows 11 ADML /ADMX files are copied to the site central store as they're not backwards compatible. Is anyone using their existing Windows 10 ADML /ADMX files and running Windows 11 OS along side this? If so, what were your experiences with this? Thanks
  9. Hi I've just implemented onedrive folder redirection at one of our sites and this required all previous folder redirection to be removed. I simply unlinked the legacy folder redirection policies and this seemed to do the trick. Hope this helps
  10. Hi, We are currently implementing the roll out of the office 365 client to on site devices. All devices on site are azure hybrid joined however users are not licensed when running the apps. We currently are licensing using Microsoft 365 Apps for Students, am i right in thinking we need Microsoft 365 apps for education (device) license applied instead? If anyone is currently running office 365 apps on site could let me know which license you're using and if its included in the OVS-ES agreement that would be a great help! Thanks in advance
  11. Hi, Yes once i made a few changes to the database i was able to sysprep normally. Hope those tools help.
  12. Hi, I finally got to the bottom of my sysprep issues. A handy file to look at when sysprep is failing is C:\Windows\System32\sysprep\Panther. This helped me a lot to identify the specific apps that were causing sysprep to fail. I also found out that certain built in apps dont allow removal using 'run get-appxpackage -allusers *insertapphere* | remove-appxpackage' This is because the 'isinbox' criteria is set to 1 and requires this to be set to 0. I found this tool online that allows you to access the database and changes criteria for the apps that are being a pain to remove which i have attached to this post. Sorry if this is no further help to anyone, its just what i found that helped our specific Windows estate. Thanks Phil AppxDBEditor-master.zip
  13. Thanks for youre reply. I've tried this way also but with no joy. when using that command line i get the error: Remove-AppxProvisionedPackage : A positional parameter cannot be found that accepts argument'InputApp_1000.18362.449.0_neutral_neutral_cw5n1h2txyewy'. It feels like this app is unremovable however i need it uninstalled in order to sysprep. Thanks again, Phil
  14. Thanks for all the replies on this one. Theyre greatly appreciated. I've now narrowed the issue down to theInputApp_1000.18362.449.0_neutral_neutral_cw5n1h2txyewy application. I'm unable to remove this in the same way that i removed the other app causing issue. I have been using remove-appxpackage *APPNAME* but this doesn't work for the inputapp. I read online that you need to set the 'isinbox' criteria from 1 to 0 and this will allow the removal of the app but this also hasnt worked. I was wondering if anyone else has had similar issue and has managed to find a workaround other than the ones ive tried? The Sysoreo error is: SYSPRP Failed to remove staged package InputApp_1000.18362.449.0_neutral_neutral_cw5n1h2txyewy: 0x80070002.[gle=0x00000002] The error when trying to remove the app is: Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor. (Exception from HRESULT: 0x80073CFA) Any help is greatly appreciated!! Cheers, Phil
  15. How can you keep it completely disconnected from the network and still image the VM via a task sequence?
×
×
  • Create New...